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-05-18[runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to ON on WindowsMartin Storsjö
2022-05-17[libc++] Introduce LIBCXX_LIBRARY_VERSIONLouis Dionne
2022-05-16[libc++] Remove the legacy LIBCXX_LIBCPPABI_VERSION optionLouis Dionne
2022-05-13[runtimes][NFC] Remove dead code for Standalone buildsLouis Dionne
2022-05-13[libc++] Overhaul how we select the ABI libraryLouis Dionne
2022-04-30Revert "[msan][libcxx] Enable -fsanitize-memory-param-retval"Mark de Wever
2022-04-29[msan][libcxx] Enable -fsanitize-memory-param-retvalVitaly Buka
2022-04-24[runtimes] [CMake] Unify variable namesPetr Hosek
2022-03-23[libc++] Add a lightweight overridable assertion handlerLouis Dionne
2022-03-17[libc++] Switch to the new testing configurations by defaultLouis Dionne
2022-03-09[libc++] Don't manually override NDEBUG in the dylib buildLouis Dionne
2022-03-01[runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and FOO_GCC_TOOLCHAINLouis Dionne
2022-02-16[runtimes] Move warning messages for FOO_SYSROOT & friends above their defaul...Louis Dionne
2022-02-16[runtimes] Deprecate FOO_SYSROOT & friendsLouis Dionne
2022-02-09[runtimes] Remove support for standalone buildsLouis Dionne
2022-02-08[libc++] Remove _LIBCPP_ABI_UNSTABLELouis Dionne
2022-02-07[libc++] Disable -Wattributes in GCCNikolas Klauser
2022-02-02Bump the trunk major version to 15llvmorg-15-initTom Stellard
2022-01-20[cmake] Make include(GNUInstallDirs) always below project(..)John 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-14[SystemZ][z/OS] ASCII/EBCDIC support with no coexistenceMuiez Ahmed
2022-01-11[libc++][libc++abi][libunwind] Dedup install path var definitionsJohn Ericson
2022-01-03[CMake] Use `LLVM_COMMON_CMAKE_UTILS` in runtimes just for clarityJohn Ericson
2021-12-22[libcxx] Add LIBCXX_EXTRA_SITE_DEFINES for adding extra defines in __config_siteMartin Storsjö
2021-12-09Reapply #2 of [runtimes] Fix building initial libunwind+libcxxabi+libcxx with...Martin Storsjö
2021-12-09Revert "Reapply [runtimes] Fix building initial libunwind+libcxxabi+libcxx wi...Martin Storsjö
2021-12-08Reapply [runtimes] Fix building initial libunwind+libcxxabi+libcxx with compi...Martin Storsjö
2021-12-01[runtimes] Move WARNING to FATAL_ERROR for folks using FOO_BUILD_32_BITSLouis Dionne
2021-12-01[runtimes] Remove support for GCC-style 32 bit multilib buildsLouis Dionne
2021-11-17Revert "[runtimes] Fix building initial libunwind+libcxxabi+libcxx with compi...Martin Storsjö
2021-11-17[runtimes] Fix building initial libunwind+libcxxabi+libcxx with compiler impl...Martin Storsjö
2021-11-12[libc++][NFC] Resolve Python 2 FIXMEAlfsonso Gregory
2021-11-09[libc++] Enable -Wformat-nonliteral when building libc++Louis Dionne
2021-10-28[CMake] Cache the compiler-rt library search resultsPetr Hosek
2021-10-21Revert "[CMake] Cache the compiler-rt library search results"Petr Hosek
2021-10-21[runtimes] Properly handle the sysroot/triple/gcc-toolchainLouis Dionne
2021-10-19[CMake] Cache the compiler-rt library search resultsPetr Hosek
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne
2021-10-06[runtimes] Allow FOO_TEST_CONFIG to be a relative pathLouis Dionne
2021-09-24[libc++] Require a C++20 capable compiler.Mark de Wever
2021-09-09[libc++][NFC] Reindent documentation for LIBCXX_ENABLE_UNICODELouis Dionne
2021-09-09[runtimes] Allow overriding where CMake installs RUNTIME type libraries (DLLs)Martin Storsjö
2021-09-04[libc++][format] Add a CMake Unicode option.Mark de Wever
2021-09-01[libc++] Remove workarounds for [[nodebug]] not working properly on typedefs ...Louis Dionne
2021-08-24[libc++] Remove support for CloudABI, which has been abandonedLouis Dionne
2021-07-28Bump the trunk major version to 14llvmorg-14-initTom Stellard