aboutsummaryrefslogtreecommitdiff
path: root/runtimes
AgeCommit message (Expand)AuthorFilesLines
2022-12-13[CMake] Setting the LLVM_TARGET_TRIPLE macro based on the LLVM_DEFAULT_TARGET...Nicole Rabjohn1-0/+3
2022-12-11[CMake] Warn when the version is older than 3.20.0.Mark de Wever1-0/+7
2022-12-05Revert "[CMake] Use LLVM_TARGET_TRIPLE in runtimes"Leonard Chan1-2/+2
2022-11-30[runtimes] Fix runtimes-test-dependsShoaib Meenai1-1/+6
2022-11-30[runtimes] Name stripped install targets consistentlyShoaib Meenai1-3/+0
2022-11-29[CMake] Use LLVM_TARGET_TRIPLE in runtimesPetr Hosek1-2/+2
2022-11-15[CMake][compiler-rt] Don't load LLVM config in the runtimes buildPetr Hosek1-0/+1
2022-10-12[runtimes] Use a response file for runtimes test suitesPetr Hosek2-12/+6
2022-08-29Revert "[runtimes] Use a response file for runtimes test suites"Arthur Eubanks2-4/+9
2022-08-24[runtimes][NFC] Colocate handling of LLVM_ENABLE_PROJECTS and LLVM_ENABLE_RUN...Louis Dionne1-3/+3
2022-08-24[runtimes] Use a response file for runtimes test suitesPetr Hosek2-9/+4
2022-08-17[compiler-rt][libunwind][runtimes] Recategorize `llvm_check_linker_flag` langsJohn Ericson1-1/+1
2022-07-22[runtimes] Add pstl to the list of default runtimes to fix the buildNikolas Klauser1-1/+1
2022-06-30[runtimes] adds llvm-libgcc to the list of runtimes to be sortedChristopher Di Bella1-2/+3
2022-06-13Restore missing runtimes-test-depends target that causes build failures when ...James Nagurne1-0/+4
2022-06-12[CMake][libcxx] Use target_include_directories for libc++ headersPetr Hosek1-0/+20
2022-05-16[runtimes] Generalize how we reorder projectsLouis Dionne1-35/+16
2022-05-13[runtimes] [CMake] Fix checks for -Werror when building with incomplete toolc...Martin Storsjö1-0/+20
2022-05-06Revert "[CMake][libcxx] Use target_include_directories for libc++ headers"Petr Hosek1-11/+0
2022-05-06[CMake][libcxx] Use target_include_directories for libc++ headersPetr Hosek1-0/+11
2022-05-06[runtimes] Always configure libc++abi before libc++Louis Dionne1-22/+22
2022-05-06Generalize "check-all" umbrella targets, use for check-clang-toolsSam McCall2-27/+6
2022-04-25[runtimes] [CMake] Rename a cmake variable missed in b3df14b6c98702ce50401fd0...Martin Storsjö1-2/+2
2022-04-24[runtimes] [CMake] Unify variable namesPetr Hosek1-4/+4
2022-03-18[runtimes] Detect changes to Tests.cmakePetr Hosek1-3/+3
2022-03-10[CMake] Include runtimes test suites in check-allPetr Hosek2-0/+13
2022-02-16[llvm-libgcc] initial commitChristopher Di Bella1-0/+17
2022-02-10[runtimes] rewrap a comment to 80 columnsNico Weber1-2/+2
2022-01-29[cmake] Partially deduplicate `{llvm,compiler_rt}_check_linker_flag` for runt...John Ericson1-3/+3
2022-01-21Revert "[cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime ...Petr Hosek1-3/+3
2022-01-20[cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime libs and...John Ericson1-3/+3
2022-01-03[CMake] Use `LLVM_COMMON_CMAKE_UTILS` in runtimes just for clarityJohn Ericson1-2/+4
2021-12-09Reapply #2 of [runtimes] Fix building initial libunwind+libcxxabi+libcxx with...Martin Storsjö1-1/+18
2021-12-09Revert "Reapply [runtimes] Fix building initial libunwind+libcxxabi+libcxx wi...Martin Storsjö1-32/+10
2021-12-07Re-Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'"Mircea Trofin1-0/+2
2021-12-08Reapply [runtimes] Fix building initial libunwind+libcxxabi+libcxx with compi...Martin Storsjö1-10/+32
2021-11-22[runtimes] Do not force -stdlib=libc++ on Apple platformsLouis Dionne1-4/+0
2021-11-17Revert "[runtimes] Fix building initial libunwind+libcxxabi+libcxx with compi...Martin Storsjö1-32/+10
2021-11-16[libc] Fix incorrect revert of 1ee3205Mircea Trofin1-8/+0
2021-11-16Revert "Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/...Mircea Trofin1-1/+7
2021-11-16[runtimes] Fix building initial libunwind+libcxxabi+libcxx with compiler impl...Martin Storsjö1-10/+32
2021-11-16[runtimes] Fix incorrect comment about the purpose of LLVM_DEFAULT_TARGET_TRIPLELouis Dionne1-1/+1
2021-11-16Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'""Mircea Trofin1-0/+2
2021-11-16Revert "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'"Mircea Trofin1-2/+0
2021-11-16[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'Mircea Trofin1-0/+2
2021-11-16[libcxxabi/runtimes] Set LLVM_HOST_TRIPLE in runtimes buildDavid Spickett1-4/+5
2021-10-19[runtimes] Make sure LLVM_LIT_ARGS is set before including individual runtimesLouis Dionne1-7/+8
2021-10-18[runtimes] Use the new "runtimes" build by default and deprecate other buildsLouis Dionne1-0/+2
2021-10-05[runtimes] Set a default value for LLVM_LIT_ARGSMartin Storsjö1-0/+6
2021-09-29[libcxx] Add a CI configuration for standalone building in llvm-project/runtimesMartin Storsjö1-0/+10