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-08-24[runtimes] Don't link against compiler-rt when we don't find itLouis Dionne
2022-05-16[runtimes] Introduce object librariesLouis Dionne
2022-05-10[libcxxabi] [cmake] Fix a mismatched variable nameMartin Storsjö
2022-04-24[runtimes] [CMake] Unify variable namesPetr Hosek
2022-01-08[libc++] Disable coverage with sanitize-coverage=0Ben Wagner
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-19[CMake] Cache the compiler-rt library search resultsPetr Hosek
2021-09-16[libcxx][libcxxabi] CMAKE_REQUIRED_FLAGS is a string, not a listNehal J Wani
2021-07-15[runtimes] Don't try passing --target flags to GCCLouis Dionne
2021-02-16[SystemZ][ZOS] Prefer -nostdlib++ as opposed to -nodefaultlibs when building ...Zbigniew Sarbinowski
2020-10-14[libcxxabi,libunwind] support running tests in standalone modeDominik Montada
2020-05-01[libcxx][libcxxabi][libunwind] Use libgcc on AndroidShoaib Meenai
2019-12-06[libcxx{,abi}] Don't link libpthread and libdl on FuchsiaPetr Hosek
2019-10-04[libc++abi] Link against libSystem on Apple platformsLouis Dionne
2019-09-26[libcxxabi] Fix arm build failer with libgccAdhemerval Zanella
2019-08-20Provide a meaningful diagnostic when LLVM_PATH doesn't point to a directoryLouis Dionne
2019-05-30[libcxx][libcxxabi] Remove the unused CMake checksPetr Hosek
2019-05-30[runtimes] Use -Wunknown-pragmas for the pragma checkPetr Hosek
2019-05-30[runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek
2019-02-18[libcxxabi][CMake] Drop unused HandleOutOfTreeLLVM includePetr Hosek
2019-01-28Revert "[CMake] Use __libc_start_main rather than fopen when checking for C l...Petr Hosek
2019-01-28[cmake] Fix get_llvm_lit_path() to respect LLVM_EXTERNAL_LIT alwaysMichal Gorny
2019-01-28[CMake] Use __libc_start_main rather than fopen when checking for C libraryPetr Hosek
2019-01-24[libcxxabi] Support building hermetic static libraryPetr Hosek
2019-01-22Enable LLVM_ENABLE_WARNINGS when building standalone out of treeMartin Storsjo
2018-11-14[CMake] Passthrough CFLAGS when checking the compiler-rt pathPetr Hosek
2018-06-20[CMake] Convert paths to the right form in standalone builds on WindowsMartin Storsjo
2018-01-18Fix standalone test-suite run.Eric Fiselier
2017-06-12build: use cmake to pass -std=c++11Saleem Abdulrasool
2017-06-12build: use POSITION_INDEPENDENT_CODE CMake propertySaleem Abdulrasool
2017-06-03[libcxxabi] HandleLLVMOptions in out of tree buildMartell Malone
2017-06-01[libcxxabi] Rework CMakeLists.txt into modulesMartell Malone
2017-05-26[libcxxabi] iconv is not needed for mingw-w64Martell Malone
2017-05-12[Libcxxabi]: Support using compiler-rt for MinGW64Martell Malone
2017-05-11Fix Libc++abi linking under MinGW64Eric Fiselier
2017-05-11Apply libc++ MinGW CMake fix to libc++abiEric Fiselier
2017-04-16[CMake][libcxxabi] Fix the -target and -gcc-toolchain flag handlingPetr Hosek
2017-04-07[CMake][libcxxabi] Use -nodefaultlibs for CMake checksPetr Hosek
2017-03-04Turn on -Wunused-function and cleanup occurancesEric Fiselier
2016-08-30[CMake] Trying to fix the bots I brokeChris Bieneman
2016-08-30[CMake] Use -std=c++11 if supportedChris Bieneman
2016-07-15libc++abi: add a top level option for using CompilerRTSaleem Abdulrasool
2016-06-02Partially revert r270816: build with -fvisibility=hidden.Eric Fiselier
2016-05-26libc++abi: build with -fvisibility=hiddenSaleem Abdulrasool
2015-12-15[libc++abi] Use libgcc and libgcc_s to provide _Unwind symbols instead of lib...Eric Fiselier
2015-12-10Replace cmake check for printf with a check for fopen.Evgeniy Stepanov
2015-02-06unwind: use -fno-rtti -fno-exceptions -funwind-tablesSaleem Abdulrasool
2015-02-05Enable -Wundef.Dan Albert
2015-01-22Add -funwind-tables to CMAKE_C_FLAGS.Logan Chien