summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/CMakeLists.txt
AgeCommit message (Expand)Author
2024-08-22Build SanitizerCommon if ctx_profile enabled (#105495)Nikita Popov
2024-07-10Fix typo in #98409Vitaly Buka
2024-07-10Undo lsan part of #98240 (#98409)Vitaly Buka
2024-07-10[lsan][ubsan] Use compiler_rt_build_runtimeVitaly Buka
2024-07-10Revert "Revert "[compiler-rt] Remove redundant COMPILER_RT_HAS_*SAN checks"" ...Vitaly Buka
2024-07-10Revert "[compiler-rt] Remove redundant COMPILER_RT_HAS_*SAN checks" (#98380)Vitaly Buka
2024-07-10[compiler-rt] Remove redundant COMPILER_RT_HAS_*SAN checks (#98240)Vitaly Buka
2024-04-22Reapply "[compiler-rt][ctx_instr] Add `ctx_profile` component" (#89625)Mircea Trofin
2024-04-22Revert "[compiler-rt][ctx_instr] Add `ctx_profile` component" (#89625)Mircea Trofin
2024-04-22[compiler-rt][ctx_instr] Add `ctx_profile` component (#89304)Mircea Trofin
2023-07-11[compiler-rt] Move crt into builtinsPetr Hosek
2023-07-11Revert "[compiler-rt] Move crt into builtins"Petr Hosek
2023-07-11[compiler-rt] Move crt into builtinsPetr Hosek
2022-12-02Make -fsanitize=scudo use scudo_standalone. Delete check-scudo.Mitch Phillips
2022-11-23Revert "Make -fsanitize=scudo use scudo_standalone. Delete check-scudo."Hans Wennborg
2022-11-22Make -fsanitize=scudo use scudo_standalone. Delete check-scudo.Mitch Phillips
2022-04-08Revert D120327 "compiler-rt: Add udivmodei5 to builtins and add bitint library"Fangrui Song
2022-04-08compiler-rt: Add udivmodei5 to builtins and add bitint libraryMatthias Gehre
2022-04-06[CMake][compiler-rt] Make CRT separately buildablePetr Hosek
2022-04-06Revert "[CMake][compiler-rt] Make CRT separately buildable"Petr Hosek
2022-04-05[CMake][compiler-rt] Make CRT separately buildablePetr Hosek
2021-04-24[ORC-RT] Re-apply "Initial ORC Runtime directories and build..." with fixes.Lang Hames
2021-04-23Revert "[ORC-RT] Initial ORC Runtime directories and build system files."Lang Hames
2021-04-23[ORC-RT] Initial ORC Runtime directories and build system files.Lang Hames
2020-10-26[MemProf] Decouple memprof build from COMPILER_RT_BUILD_SANITIZERSTeresa Johnson
2020-10-16[MemProf] Don't build memprof if sanitizer not being builtTeresa Johnson
2020-10-16[MemProf] Memory profiling runtime supportTeresa Johnson
2020-04-17scudo: Add support for diagnosing memory errors when memory tagging is enabled.Peter Collingbourne
2019-04-30Reland "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek
2019-04-30Revert "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek
2019-04-30[compiler-rt] Simple crtbegin.o and crtend.o implementationPetr Hosek
2019-02-04[scudo] Initial standalone skeleton check-inKostya Kortchinsky
2017-10-02[cmake] Add a separate CMake var to control profile runtimeMichal Gorny
2017-09-18[cmake] Make it possible to build and test profile without sanitizersVedant Kumar
2017-08-21Move libFuzzer to compiler_rt.George Karpenkov
2017-06-27Don't build tsan/dd when COMPILER_RT_HAS_TSAN is falseFrancis Ricci
2017-06-27Loop directly over sanitizers to build in cmakeFrancis Ricci
2017-06-27Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BUILD is usedFrancis Ricci
2017-06-27Revert "Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BU...Francis Ricci
2017-06-27Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BUILD is usedFrancis Ricci
2017-01-12Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky
2017-01-12[sancov] moving sancov rt to sancov/ directoryMike Aizatsky
2016-08-19build: allow building a specific set of sanitizersSaleem Abdulrasool
2016-07-21[compiler-rt][XRay] re-submitting r276117, with fixes for build breakage due ...Dean Michael Berris
2016-07-20Revert r276117 "[XRay] Basic initialization and flag definition for XRay runt...Hans Wennborg
2016-07-20[xray] Only build xray on Linux for nowReid Kleckner
2016-07-20[compiler-rt] [XRay] Basic initialization and flag definition for XRay runtimeDean Michael Berris
2016-06-07[sanitizer] Initial implementation of a Hardened AllocatorKostya Serebryany
2016-04-21[esan] EfficiencySanitizer base runtime libraryDerek Bruening
2016-01-16Introduce stats and stats_client libraries.Peter Collingbourne