aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/cmake
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-12Revert "[compiler-rt][aarch64] Add SME ABI support routines." (#68875)Henrik G. Olsson2-10/+0
2023-10-12[compiler-rt][aarch64] Add SME ABI support routines.Sander de Smalen2-0/+10
2023-10-11Revert "Diagnose problematic uses of constructor/destructor attribute (#67673)"Aaron Ballman1-1/+1
2023-10-11Diagnose problematic uses of constructor/destructor attribute (#67673)Aaron Ballman1-1/+1
2023-10-11Revert "Diagnose problematic uses of constructor/destructor attribute (#67673)"Aaron Ballman1-1/+1
2023-10-11Diagnose problematic uses of constructor/destructor attribute (#67673)Aaron Ballman1-1/+1
2023-10-06Revert "add support for riscv64"Haowei Wu1-1/+1
2023-10-06add support for riscv64Alex Fan1-1/+1
2023-10-05Reapply [compiler-rt] Check for and use -lunwind when linking with -nodefault...Martin Storsjö1-0/+10
2023-09-28[CFI] Allow LoongArch (#67314)Ami-zhang1-1/+1
2023-09-15Revert "[compiler-rt] Check for and use -lunwind when linking with -nodefault...Martin Storsjö1-6/+0
2023-09-15[compiler-rt] Check for and use -lunwind when linking with -nodefaultlibs (#6...Martin Storsjö1-0/+6
2023-09-01[Driver] Support GNU ld on SolarisRainer Orth1-1/+2
2023-08-23Compiler-rt: Fix MIPS CMake variables setYunQiang Su1-0/+13
2023-08-03[Orc][rtlib] Build orc runtime support for ppc64 only under LinuxKai Luo1-1/+5
2023-08-02[Orc][PowerPC] Enable ELFNixPlatform support for ppc64leKai Luo1-1/+1
2023-07-18[fuzzer] Enable loongarch64Youling Tang1-1/+1
2023-07-17cmake: set _LARGEFILE_SOURCE=1 to fix a cmake errorSylvestre Ledru1-4/+4