aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/cmake
AgeCommit message (Expand)AuthorFilesLines
2024-09-12[compiler-rt] [MSVC] Detect MSVC as a compiler-id for lit. (#108255)Charlie Barto1-0/+2
2024-09-03[CMake][compiler-rt] Support for using compiler-rt atomic library (#106603)Petr Hosek1-1/+8
2024-08-08[compiler-rt] Support building runtimes for Windows on arm32 (#101462)Martin Storsjö1-0/+4
2024-08-02[compiler-rt] Update AllSupportedArchDefs.cmake for FreeBSDAlexander Richardson1-6/+20
2024-07-31[cmake] switch to CMake's native `check_{compiler,linker}_flag` (#96171)h-vetinari1-2/+1
2024-07-24[asan][cmake][test] Fix finding dynamic asan runtime lib (#100083)Rainer Orth1-0/+13
2024-07-22[rtsan] Remove android support (#99964)Chris Apple1-1/+1
2024-07-22[compiler-rt] Moved cmake libatomic check to top level config-ix (#99437)Chris Apple1-0/+1
2024-07-22[compiler-rt][rtsan] Use sanitizer internal allocator during rtsan init to av...davidtrevelyan1-3/+1
2024-07-18[compiler-rt] Cleanup use of COMPILER_RT_INCLUDE_TESTS (#98246)Vitaly Buka1-2/+2
2024-07-18[safestack] Various Solaris fixes (#99290)Rainer Orth1-1/+1
2024-07-12[compiler-rt] Add hexagon architecture to cmake (#98650)Brian Cain2-0/+5
2024-07-11Revert "[safestack] Various Solaris fixes" (#98541)Vitaly Buka1-1/+1
2024-07-11[safestack] Various Solaris fixes (#98469)Rainer Orth1-1/+1
2024-07-11Revert "[rtsan] Restrict arches and disable android (#98268)"NAKAMURA Takumi2-2/+4
2024-07-10[NFC] Move HWASAN_SUPPORTED_ARCH close to COMPILER_RT_HAS_ASANVitaly Buka1-7/+7
2024-07-10[compiler-rt] Initial support for builtins on GPU targets (#95304)Joseph Huber6-7/+65
2024-07-10[rtsan] Disable ${ARM32} Vitaly Buka1-1/+1
2024-07-10[rtsan] Restrict arches and disable android (#98268)Chris Apple2-4/+2
2024-07-10Re-disable rtsan.NAKAMURA Takumi1-3/+3
2024-07-09[rtsan] Explicitly link pthread in the tests and dynamic libraries (#98256)Chris Apple1-3/+3
2024-07-09[rtsan] Temporarily disable runtime to fix bots after #98219 (#98250)Vitaly Buka1-3/+3
2024-07-09[rtsan] Re-enable rtsan tests (#98219)Vitaly Buka2-4/+5
2024-07-09[rtsan] Temporarily disable runtime to fix bots after #92460Vitaly Buka1-3/+3
2024-07-09[compiler-rt] Realtime Sanitizer: Introduce Realtime Sanitizer (RTSan) backen...Chris Apple2-1/+14
2024-07-05[CMake] Use Clang to infer the target triple (#89425)Petr Hosek1-4/+13
2024-06-29[compiler-rt] adding safestack support for sunos platforms. (#95648)David CARLIER1-1/+1
2024-06-21Enable building 16 bit floating point builtins in apple platforms if supporte...Gabriel Baraldi1-6/+13
2024-06-19[CompilerRT] Add support for numerical sanitizer (#94322)Alexander Shaposhnikov2-1/+13
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