aboutsummaryrefslogtreecommitdiff
path: root/llvm/runtimes
AgeCommit message (Expand)AuthorFilesLines
2024-06-03[LLVM] Fix runtimes builds not triggering without LLVM_ENABLE_RUNTIMES (#94225)Joseph Huber1-0/+10
2024-05-25[llvm] Revise IDE folder structure (#89741)Michael Kruse1-0/+23
2024-05-09[flang][CMake] Add missing dependency to generate Fortran module files (#91517)Michael Klemm1-2/+4
2024-05-02[offload] - Add omp as a dependency for clang-bootstrap-deps (#90793)estewart081-0/+7
2024-03-21[runtimes] Fix OpenMP dependencies (#85977)Ulrich Weigand1-2/+2
2024-03-20[flang][OpenMP] Compile proper `omp_lib.mod` from the `openmp/src/include` so...Michael Klemm1-0/+9
2024-03-11[libc] Build the GPU during the projects setup like libc-hdrgen (#84667)Joseph Huber1-5/+13
2024-03-11[libc] Only enable `LLVM_FULL_BUILD_MODE` by default for GPU targets (#84664)Joseph Huber1-13/+29
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber1-3/+8
2024-01-16[libc] Fix libc-hdrgen crosscompiling (#78227)Petr Hosek1-6/+14
2024-01-12[libc] Build native libc-hdrgen when crosscompiling (#77848)Petr Hosek1-11/+7
2024-01-04[CMake][runtimes] Check LLVM_ENABLE_PROJECTS for libc (#76845)Petr Hosek1-1/+1
2024-01-02[CMake] Create generic runtimes targets as needed (#76096)Petr Hosek1-5/+9
2023-12-20[runtimes] Fix test dependenciesShoaib Meenai1-0/+2
2023-11-28[runtimes] Pass-through CLANG_RESOURCE_DIR to cmake invocations (#73185)Tom Stellard1-1/+1
2023-10-27[CMake] Address the issue introduced in #69869Petr Hosek1-1/+1
2023-10-25[CMake] Correctly handle LLVM_ENABLE_RUNTIMES in targets (#69869)Petr Hosek1-43/+44
2023-10-02Revert "[Flang] [FlangRT] Introduce FlangRT project as solution to Flang's ru...David Spickett1-11/+3
2023-09-30[Flang] [FlangRT] Introduce FlangRT project as solution to Flang's runtime LL...Paul Scoropan1-3/+11
2023-09-18[runtimes] Add a mechanism to use cache files for a runtimes buildShoaib Meenai1-4/+16
2023-09-12[runtimes] Add llvm-size to RUNTIMES_TEST_DEPENDSShoaib Meenai1-0/+1
2023-06-06Revert "Reland [compiler-rt][CMake] Properly set COMPILER_RT_HAS_LLD"Arthur Eubanks1-9/+0
2023-06-05Reland [compiler-rt][CMake] Properly set COMPILER_RT_HAS_LLDArthur Eubanks1-0/+9
2023-05-31Revert "[compiler-rt][CMake] Properly set COMPILER_RT_HAS_LLD"Arthur Eubanks1-9/+0
2023-05-31[compiler-rt][CMake] Properly set COMPILER_RT_HAS_LLDArthur Eubanks1-0/+9
2023-04-05[runtimes] Fix typo from e787ef86634553131f8e47bd8eaaede987cf20e2Shoaib Meenai1-1/+1
2023-04-05[libc] Only add extra runtime dependencies if the target existsJoseph Huber1-1/+5
2023-04-05[OpenMP] Add tool dependencies in runtimes modeJoseph Huber1-6/+5
2023-04-05[CMake] Support runtimes targets without specifying triplePetr Hosek1-71/+58
2023-04-04[libc] Forward CUDA options to the runtimes invocation of `libc`Joseph Huber1-0/+4
2023-04-04[libc] Ensure that the required clang tools are up-to-date for libc GPUJoseph Huber1-0/+3
2023-03-27[libc] Simplify enabling the GPU build for libcJoseph Huber1-1/+2
2023-02-06[bootstrap build] Add libc-hdrgen as a build dep for libc bootstrap build.Siva Chandra Reddy1-2/+20
2023-02-06Revert "[CMake] Support runtimes targets without specifying triple"Petr Hosek1-56/+63
2023-02-05[CMake] Process components and install targets separatelyPetr Hosek1-7/+7
2023-02-04[CMake] Support runtimes targets without specifying triplePetr Hosek1-59/+52
2023-02-02[NFC] Add split-file as runtime test dependencyYongKang Zhu1-0/+1
2023-02-02[runtimes] Don't override LLVM_ENABLE_PER_TARGET_RUNTIME_DIR set from llvmDavid Spickett1-13/+19
2023-01-31[runtimes][libc] Keep the libc target as "libc".Siva Chandra Reddy1-8/+2
2023-01-10Fix build when LLVM_BUILTIN_TARGETS is not setYi Kong1-1/+5
2023-01-04[runtimes] Only depend on builtins for same targetShoaib Meenai1-4/+7
2022-12-20[libc][llvm] Forward `LIBC_` options as well in a runtime buildJoseph Huber1-0/+1
2022-12-05Revert "[CMake] Use LLVM_TARGET_TRIPLE in runtimes"Leonard Chan1-4/+4
2022-11-30[runtimes] Add check-profile dependencies to runtimesShoaib Meenai1-0/+2
2022-11-30[runtimes] Create check- targets for LLVM_RUNTIME_DISTRIBUTION_COMPONENTSShoaib Meenai1-1/+9
2022-11-30[runtimes] Support sub-components in LLVM_RUNTIME_DISTRIBUTION_COMPONENTSShoaib Meenai1-4/+6
2022-11-30[runtimes] Name stripped install targets consistentlyShoaib Meenai1-1/+7
2022-11-29[CMake] Use LLVM_TARGET_TRIPLE in runtimesPetr Hosek1-4/+4
2022-11-14[libc] Forward LLVM_LIBC options when using a runtimes buildJoseph Huber1-0/+3
2022-10-12[runtimes] Use a response file for runtimes test suitesPetr Hosek1-14/+4