aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/cmake/Modules/AddCompilerRT.cmake
AgeCommit message (Expand)AuthorFilesLines
2025-10-21[cmake][compiler-rt] Define _DEFAULT_SOURCE instead of enabling extensions (#...Raul Tambre1-6/+1
2025-07-14Reapply "compiler-rt: Introduce runtime functions for emulated PAC."Peter Collingbourne1-2/+10
2025-07-10Revert "compiler-rt: Introduce runtime functions for emulated PAC."Peter Collingbourne1-10/+2
2025-07-09compiler-rt: Introduce runtime functions for emulated PAC.Peter Collingbourne1-2/+10
2025-07-08[asan][AIX] Move import/export lists to an AIX-specific subdirectory (#145936)Jake Egan1-1/+1
2025-06-25[asan] Implement address sanitizer on AIX: build configuration (#139583)Jake Egan1-0/+18
2025-05-15[compiler-rt] Add initial ARM64EC builtins support (#139279)Jacek Caban1-1/+1
2025-03-28Fix some small typos in compiler-rt. NFC (#133388)Qinkun Bao1-1/+1
2025-01-08[compiler-rt] Check codesign in path before using (#99837)Tristan Ross1-3/+4
2024-11-25Reapply "[runtimes] Allow building against an installed LLVM tree"Alexander Richardson1-0/+1
2024-11-10[compiler-rt] Add custom libc++ workaround for CMake < 3.26Alexander Richardson1-4/+16
2024-11-08[compiler-rt] Make add_custom_libcxx() resilient to DESTDIR being setAlexander Richardson1-0/+3
2024-11-06[compiler-rt] Reduce build output for testsAlexander Richardson1-0/+1
2024-11-06[compiler-rt] Use installed libc++(abi) for tests instead of build treeAlexander Richardson1-5/+7
2024-11-04[cmake] Remove obsolete files, docs and CMake variables related to the standa...Louis Dionne1-1/+0
2024-10-28Revert "[runtimes] Allow building against an installed LLVM tree" (#113920)Nikolas Klauser1-1/+0
2024-10-24[runtimes] Allow building against an installed LLVM treeAlexander Richardson1-0/+1
2024-10-14[compiler-rt] Explicitly enable C extensions for profile (#110555)Raul Tambre1-2/+7
2024-07-10[compiler-rt] Initial support for builtins on GPU targets (#95304)Joseph Huber1-2/+3
2024-06-04[compiler-rt] Revise IDE folder structure (#89753)Michael Kruse1-9/+10
2024-05-29[compiler-rt] Don't rely on automatic codesigning with Apple's linker (#91681)Mark Rowe1-26/+26
2024-05-01[compiler-rt][CMake] Do not explicitly set CMP0114 to old (#90386)Aiden Grossman1-6/+0
2024-04-12Reland "[compiler-rt] Allow running tests without installing first"Alexander Richardson1-0/+1
2024-04-11[compiler-rt] Don't explicitly ad-hoc code sign dylibs if using Apple's new l...Mark Rowe1-3/+6
2024-04-08Revert "[compiler-rt] Allow running tests without installing first"Saiyedul Islam1-1/+0
2024-04-07[compiler-rt] Allow running tests without installing firstAlexander Richardson1-0/+1
2024-01-15[sanitizer] Fix builds after #77991Vitaly Buka1-0/+1
2023-12-17[cmake] Honor CMAKE_VERBOSE_MAKEFILE when building external projects (#75749)Dimitry Andric1-0/+5
2023-11-06[compiler-rt] Pass CMAKE_TOOLCHAIN_FILE through to custom libc++ buildShoaib Meenai1-0/+1
2023-11-02[Fuzzer] Enable custom libc++ for Android (#70407)Ryan Prichard1-0/+2
2023-10-12Reland "[compiler-rt][aarch64] Add SME ABI support routines." (#68875)Sander de Smalen1-0/+4
2023-10-12Revert "[compiler-rt][aarch64] Add SME ABI support routines." (#68875)Henrik G. Olsson1-4/+0
2023-10-12[compiler-rt][aarch64] Add SME ABI support routines.Sander de Smalen1-0/+4
2023-06-07[compiler-rt] Removes CMake work-arounds.Mark de Wever1-11/+0
2023-04-25[compiler-rt] [test] Add an .exe suffix for unit test executables on MinGWMartin Storsjö1-1/+1
2023-04-19[CMake] Don't set absolute paths as install runpaths on ELF platforms in llvm...Butta1-2/+2
2023-04-19Revert "[cmake] Explicitly disable download step"Vitaly Buka1-1/+0
2023-04-19[cmake] Explicitly disable download stepVitaly Buka1-0/+1
2022-11-08[compiler-rt] Set CMP0114 policy for standalone buildVitaly Buka1-0/+6
2022-07-19[libc++] Re-apply "Always build c++experimental.a""Louis Dionne1-1/+0
2022-07-18Revert "[libc++] Always build c++experimental.a"Hans Wennborg1-0/+1
2022-07-08[libc++] Always build c++experimental.aLouis Dionne1-1/+0
2022-06-25Revert "[CMake][compiler-rt] Clean up the use of libcxx and libcxxabi"Petr Hosek1-0/+7
2022-06-25[CMake][compiler-rt] Clean up the use of libcxx and libcxxabiPetr Hosek1-7/+0
2022-06-24Revert "[CMake][compiler-rt] Clean up the use of libcxx and libcxxabi"Petr Hosek1-0/+7
2022-06-24[CMake][compiler-rt] Clean up the use of libcxx and libcxxabiPetr Hosek1-7/+0
2022-06-24[CMake][compiler-rt] Use COMPILE_OPTIONS and LINK_OPTIONSPetr Hosek1-6/+3
2022-06-15Pass through even more LIBCXX_* variables to libfuzzer's custom lib++Colin Cross1-0/+2
2022-04-27Revert "[compiler-rt] Use C_STANDARD instead of custom logic for adding -std=...Martin Storsjö1-2/+1
2022-04-26[compiler-rt] Use C_STANDARD instead of custom logic for adding -std=c11Martin Storsjö1-1/+2