Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-12Revert "[runtimes] Always define cxx_shared, cxx_static & other targets"Haowei Wu
2022-10-12[runtimes] Always define cxx_shared, cxx_static & other targetsLouis Dionne
2022-10-04[SystemZ][z/OS] Add ASCII and 32-bit variants for libc++.Zibi Sarbinowski
2022-09-30[runtimes] Remove all traces of the legacy testing configuration systemLouis Dionne
2022-09-16[libcxx] Use interface library for libcxx-abi-sharedNikita Popov
2022-08-24[runtimes] Don't link against compiler-rt when we don't find itLouis Dionne
2022-08-03[libc++] Simplify how we define the linker script for libc++Louis Dionne
2022-07-20[libc++] Drop the legacy debug mode symbols by defaultLouis Dionne
2022-07-19[libc++] Treat incomplete features just like other experimental featuresLouis Dionne
2022-07-19[libc++] Re-apply "Always build c++experimental.a""Louis Dionne
2022-07-18Revert "[libc++] Always build c++experimental.a"Hans Wennborg
2022-07-08[libc++] Always build c++experimental.aLouis Dionne
2022-07-08[libc++] Re-apply the use of ABI tags to provide per-TU insulationLouis Dionne
2022-07-07[libcxx] [ci] Don't disable libc++experimental in mingw buildsMartin Storsjö
2022-07-07Revert "[libc++] Use ABI tags instead of internal linkage to provide per-TU i...Jonas Devlieghere
2022-07-06[libc++] Use ABI tags instead of internal linkage to provide per-TU insulationLouis Dionne
2022-06-28[libc++] Re-add transitive includes that had been removed since LLVM 14Louis Dionne
2022-06-14[libcxx][AIX] Switch build compiler to clangJake Egan
2022-06-07[libc++] Make the Debug mode a configuration-time only optionLouis Dionne
2022-06-02[libunwind][ci][AIX] Add libunwind to buildbot CIXing Xue
2022-05-24[libc++] Rename the generic-singlethreaded CI job to generic-no-threads for c...Louis Dionne
2022-05-19[runtimes] Fix the build of merged ABI/unwinder librariesLouis Dionne
2022-05-16[runtimes] Introduce object librariesLouis Dionne
2022-05-13[libc++] Overhaul how we select the ABI libraryLouis Dionne
2022-05-12[runtimes] [cmake] Fix -Werror detection in common build configsMartin Storsjö
2022-04-24[runtimes] [CMake] Unify variable namesPetr Hosek
2022-04-04[libcxx] Stop recommending setting LIBCXX_HAS_WIN32_THREAD_API in the MinGW b...Martin Storsjö
2022-03-29[libc++][libc++abi] Serialize the enable_assertions Lit parameter in the gene...Louis Dionne
2022-03-23[libc++] Add a lightweight overridable assertion handlerLouis Dionne
2022-03-16[libc++] Do not install the C++ ABI library's headers as part of libc++'s buildLouis Dionne
2022-03-01[libcxx] Add an explicit option to build against system-libcxxabiMichał Górny
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-22[libcxx][ci] Switch to CMAKE_CXX_COMPILER_TARGET for Arm botsDavid Spickett
2022-02-22[libcxx][CI] Set Arm triples to match native clang build's defaultDavid Spickett
2022-02-17[libc++] Refactor the Apple build scriptsLouis Dionne
2022-02-11[libc++][NFC] Work around false positive ODR violations from ASan.Konstantin Varlamov
2022-02-05[libc++] Add Unstable ABI CI runNikolas Klauser
2022-02-02[libc++] Add CI without experimental features and don't exclude span from the...Louis Dionne
2022-01-29[cmake] Partially deduplicate `{llvm,compiler_rt}_check_linker_flag` for runt...John Ericson
2022-01-21Revert "[cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime ...Petr Hosek
2022-01-21[cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime libs and...John Ericson
2022-01-20[cmake] Move HandleOutOfTreeLLVM to common cmake utilsJohn Ericson
2022-01-18[libcxx][libcxxabi][libunwind][cmake] Use `GNUInstallDirs` to support custom ...John Ericson
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson
2022-01-08[libc++] Disable coverage with sanitize-coverage=0Ben Wagner
2022-01-05Revert "Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`.""Nico Weber