aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/cmake
AgeCommit message (Expand)AuthorFilesLines
2024-06-04[compiler-rt] Revise IDE folder structure (#89753)Michael Kruse4-15/+16
2024-05-31Reapply "[Support] Remove terminfo dependency (#92865)" (#93889)Aaron Siddhartha Mondal1-15/+0
2024-05-29[compiler-rt] Don't rely on automatic codesigning with Apple's linker (#91681)Mark Rowe1-26/+26
2024-05-29Revert "[Support] Remove terminfo dependency (#92865)"Michael Buch1-0/+15
2024-05-24[Support] Remove terminfo dependency (#92865)Aaron Siddhartha Mondal1-15/+0
2024-05-19Quick fix for a waning in clang_rt.ctx_profile [-Wgnu-anonymous-struct]NAKAMURA Takumi1-0/+1
2024-05-02[compiler-rt] Fix CMake configure on Windows (#90843)Omair Javaid1-1/+5
2024-05-01[compiler-rt][CMake] Do not explicitly set CMP0114 to old (#90386)Aiden Grossman1-6/+0
2024-04-22Reapply "[compiler-rt][ctx_instr] Add `ctx_profile` component" (#89625)Mircea Trofin2-0/+12
2024-04-22Revert "[compiler-rt][ctx_instr] Add `ctx_profile` component" (#89625)Mircea Trofin2-12/+0
2024-04-22[compiler-rt][ctx_instr] Add `ctx_profile` component (#89304)Mircea Trofin2-0/+12
2024-04-19CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE (#89234)YunQiang Su1-0/+6
2024-04-18Revert "CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE (#88835)"David Spickett1-6/+0
2024-04-17CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE (#88835)YunQiang Su1-0/+6
2024-04-15Revert "CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE" (#88663)YunQiang Su1-15/+3
2024-04-14CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE (#88407)YunQiang Su1-3/+15
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-08Fix issue where MACOSX_VERSION_MIN_FLAG was not set on subsequent runs of CMa...Chris Apple1-2/+4
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-03-31Revert "Revert "Revert "[compiler-rt] Allow building builtins.a without a lib...Jon Chesterfield1-2/+2
2024-03-31Revert "Revert "[compiler-rt] Allow building builtins.a without a libc (#8673...Jon Chesterfield1-2/+2
2024-03-28Revert "[compiler-rt] Allow building builtins.a without a libc (#86737)"Leandro Lupori1-2/+2
2024-03-26[compiler-rt] Allow building builtins.a without a libc (#86737)Jon Chesterfield1-2/+2
2024-03-22[Sanitizers][Darwin] Bump up DEFAULT_SANITIZER_MIN_OSX_VERSION (#86035)Mariusz Borsa1-1/+1
2024-03-21[compiler-rt] Fix build race with COMPILER_RT_TEST_STANDALONE_BUILD_LIBSAlexander Richardson1-1/+1
2024-03-18[compiler-rt] Don't check COMPILER_RT_STANDALONE_BUILD for test depsAlexander Richardson1-1/+2
2024-03-12[AArch64] Fix COMPILER_RT_HAS_AUXV for builtins. (#84816)Dani1-0/+3
2024-03-09[compiler-rt] Adds builtins support for xros. (#83484)rohit-rao2-0/+8
2024-03-08[compiler-rt] Unbreak GCC builds after bfa6444a332f82843Alex Richardson1-1/+2
2024-03-07[compiler-rt] Fix incorrect usages of check_cxx_compiler_flagAlexander Richardson1-16/+16
2024-03-05[compiler-rt/darwin] Disable building sanitizers on platforms without fork()....rohit-rao1-1/+1
2024-03-01[compiler-rt] Build libfuzzer sources with the chosen C++ compilerAlex Richardson1-2/+7
2024-02-12[Sanitizers][ABI] Build ASAN shim for arm64_32 arch (#81066)Mariusz Borsa1-1/+2
2024-01-23[AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. (#77496)Dinar Temirbulatov1-3/+5
2024-01-22Revert "[AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. ...Douglas Yung1-5/+3
2024-01-22[AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. (#77496)Dinar Temirbulatov1-3/+5
2024-01-17Remove maximum OSX version for sanitizers (#77543)Chris Apple1-5/+0
2024-01-15[sanitizer] Fix builds after #77991Vitaly Buka1-0/+1
2024-01-09Make SANITIZER_MIN_OSX_VERSION a cache variable (#74394)Chris Apple1-8/+13
2023-12-17[cmake] Honor CMAKE_VERBOSE_MAKEFILE when building external projects (#75749)Dimitry Andric1-0/+5
2023-12-14[orc-rt] Add ORC_ENABLE_OSX to control whether to build the orc runtime (#75536)Ben Langmuir1-1/+7
2023-11-13[builtins] Build with -Wbuiltin-declaration-mismatch if supportedAlex Richardson1-0/+1
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-31[compiler-rt] Build crtbegin.o/crtend.o for SerenityOSDaniel Bertalan2-2/+2
2023-10-31[compiler-rt] Don't link builtins against the CRT on Windows (#70675)David Truby1-0/+1
2023-10-12[TSAN] add support for riscv64 (#68735)AdityaK1-1/+1
2023-10-12Reland "[compiler-rt][aarch64] Add SME ABI support routines." (#68875)Sander de Smalen2-0/+10