aboutsummaryrefslogtreecommitdiff
path: root/runtimes
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-16[LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PATH to LLVM_CMAKE_DIR th...Alfonso Gregory1-1/+1
2021-09-14[runtimes] Check whether -nostdinc++ and -nostdlib++ are supportedMartin Storsjö1-6/+13
2021-09-14[runtimes] Calculate the path to the llvm directory without the LLVM cmake pa...Martin Storsjö1-2/+2
2021-09-14[runtimes] Initialize LLVM_DEFAULT_TARGET_TRIPLE if not set by the callerMartin Storsjö1-0/+5
2021-09-10[CMake] Use NOT instead of STREQUALPetr Hosek1-1/+1
2021-09-09Reapply [runtimes] Set more paths when building runtimes standaloneMartin Storsjö1-0/+11
2021-09-08Revert "[runtimes] Set more paths when building runtimes standalone"Leonard Chan1-6/+0
2021-09-09[runtimes] Set more paths when building runtimes standaloneMartin Storsjö1-0/+6
2021-03-23[runtimes] Add the libc project to the list of runtimes.Siva Chandra1-1/+1
2021-03-03[CMake] Rename RUNTIMES_BUILD to LLVM_RUNTIMES_BUILDPetr Hosek1-1/+1
2021-03-03[runtimes] Use standalone build only for compiler-rtPetr Hosek1-13/+6
2021-03-02Revert "[runtimes] Use standalone build only for compiler-rt"Petr Hosek1-5/+13
2021-03-02[runtimes] Use standalone build only for compiler-rtPetr Hosek1-13/+5
2021-01-15[MSVC] Don't add -nostdinc++ -isystem to runtimes buildsReid Kleckner1-6/+9
2021-01-11[CMake] Split the target side of runtimes buildPetr Hosek2-0/+203