aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/cmake/config-ix.cmake
AgeCommit message (Expand)AuthorFilesLines
3 daysRevert "[compiler-rt][test] Apply CFLAGS from sanitizer_common to all tests" ...gulfemsavrun1-8/+0
4 days[compiler-rt][test] Apply CFLAGS from sanitizer_common to all tests (#120798)Aaron Puchert1-0/+8
2025-04-11[compiler-rt][sanitizer] add Haiku support (#134772)Brad Smith1-2/+2
2024-12-17[TySan] Add initial Type Sanitizer runtime (#76261)Florian Hahn1-1/+14
2024-11-05[compiler-rt][profile] Add support for LLVM profile for Haiku (#107575)Jérôme Duval1-2/+6
2024-10-25Reapply " [XRay] Add support for instrumentation of DSOs on x86_64 (#90959)" ...Sebastian Kreutzer1-0/+4
2024-10-15[Coverage][WebAssembly] Add initial support for WebAssembly/WASI (#111332)Yuta Saito1-1/+1
2024-10-11Revert "[XRay] Add support for instrumentation of DSOs on x86_64 (#90959)"Mikhail Goncharov1-4/+0
2024-10-11[XRay] Add support for instrumentation of DSOs on x86_64 (#90959)Sebastian Kreutzer1-0/+4
2024-09-03[CMake][compiler-rt] Support for using compiler-rt atomic library (#106603)Petr Hosek1-1/+8
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-11Revert "[rtsan] Restrict arches and disable android (#98268)"NAKAMURA Takumi1-1/+1
2024-07-10[NFC] Move HWASAN_SUPPORTED_ARCH close to COMPILER_RT_HAS_ASANVitaly Buka1-7/+7
2024-07-10[rtsan] Restrict arches and disable android (#98268)Chris Apple1-1/+1
2024-07-09[rtsan] Re-enable rtsan tests (#98219)Vitaly Buka1-1/+2
2024-07-09[compiler-rt] Realtime Sanitizer: Introduce Realtime Sanitizer (RTSan) backen...Chris Apple1-1/+11
2024-06-29[compiler-rt] adding safestack support for sunos platforms. (#95648)David CARLIER1-1/+1
2024-06-19[CompilerRT] Add support for numerical sanitizer (#94322)Alexander Shaposhnikov1-1/+12
2024-05-31Reapply "[Support] Remove terminfo dependency (#92865)" (#93889)Aaron Siddhartha Mondal1-15/+0
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-04-22Reapply "[compiler-rt][ctx_instr] Add `ctx_profile` component" (#89625)Mircea Trofin1-0/+11
2024-04-22Revert "[compiler-rt][ctx_instr] Add `ctx_profile` component" (#89625)Mircea Trofin1-11/+0
2024-04-22[compiler-rt][ctx_instr] Add `ctx_profile` component (#89304)Mircea Trofin1-0/+11
2024-04-08Fix issue where MACOSX_VERSION_MIN_FLAG was not set on subsequent runs of CMa...Chris Apple1-2/+4
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-07[compiler-rt] Fix incorrect usages of check_cxx_compiler_flagAlexander Richardson1-16/+16
2024-01-17Remove maximum OSX version for sanitizers (#77543)Chris Apple1-5/+0
2024-01-09Make SANITIZER_MIN_OSX_VERSION a cache variable (#74394)Chris Apple1-8/+13
2023-12-14[orc-rt] Add ORC_ENABLE_OSX to control whether to build the orc runtime (#75536)Ben Langmuir1-1/+7
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-05Reapply [compiler-rt] Check for and use -lunwind when linking with -nodefault...Martin Storsjö1-0/+10
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-06-12[CMake] Remove unused COMPILER_RT_HAS_MSSE3_FLAG and COMPILER_RT_HAS_WNON_VIR...Fangrui Song1-2/+0
2023-06-01[Sanitizers][Darwin][ASanABI] Fix architecture config for ASan AbiBlue Gaston1-0/+1
2023-05-25Discussion: Darwin Sanitizers Stable ABIRoy Sundahl1-1/+6
2023-04-03Revert "Reland "[compiler-rt] Drop -Werror in compiler flag checks""Nikita Popov1-30/+27