summaryrefslogtreecommitdiff
path: root/compiler-rt/include/CMakeLists.txt
AgeCommit message (Expand)Author
2024-09-06[compiler-rt][rtsan] Introduce rtsan_interface.h and ScopedDisabler (#106736)Chris Apple
2024-06-04[compiler-rt] Revise IDE folder structure (#89753)Michael Kruse
2024-01-26Reland "[MemProf] Add missing header to list of installed headers. (#79413)"Enna1
2024-01-26Revert "[MemProf] Add missing header to list of installed headers. (#79413)"Enna1
2024-01-26[MemProf] Add missing header to list of installed headers. (#79413)Enna1
2024-01-22[PGO] Reland PGO's Counter Reset and File Dumping APIs #76471 (#78285)Qiongsi Wu
2024-01-09Revert "[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)"Vitaly Buka
2024-01-09[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)Qiongsi Wu
2022-10-25[memprof] Respect COMPILER_RT_BUILD_MEMPROF when install memprof headersEnna1
2022-10-20[memprof] Support installation of memprof headersEnna1
2022-09-12[ORC-RT] Drop the 'clang_rt.' prefix from the ORC runtime.Lang Hames
2022-06-16[ORC-RT] Make the ORC runtime C API public.Lang Hames
2021-11-30[memprof] Extend llvm-profdata to display MemProf profile summaries.Snehasish Kumar
2021-07-13Prepare Compiler-RT for GnuInstallDirs, matching libcxx, document allJohn Ericson
2021-07-10Revert "Prepare Compiler-RT for GnuInstallDirs, matching libcxx"Martin Storsjö
2021-07-09Prepare Compiler-RT for GnuInstallDirs, matching libcxxJohn Ericson
2020-10-26[MemProf] Decouple memprof build from COMPILER_RT_BUILD_SANITIZERSTeresa Johnson
2020-10-16[MemProf] Memory profiling runtime supportTeresa Johnson
2019-11-22Reland "[CMake] Support installation of InstrProfData.inc"Petr Hosek
2019-11-22Revert "[CMake] Support installation of InstrProfData.inc"Petr Hosek
2019-11-22[CMake] Support installation of InstrProfData.incPetr Hosek
2019-09-13[compiler-rt] Add ubsan interface header.Pierre Gousseau
2019-08-08[compiler-rt] Add ConsumeProbability and ConsumeFloatingPoint methods to FDP.Max Moroz
2019-08-06[compiler-rt] Rename FuzzedDataProvider.h to .hpp and other minor changes.Max Moroz
2019-08-05[compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.h for easier use.Max Moroz
2019-03-11Remove esan.Nico Weber
2019-01-17xray: Add missing header to list of installed headers.Peter Collingbourne
2019-01-16Make compiler-rt CMakeLists.txt formatting a bit more like LLVM's usual forma...Nico Weber
2018-02-15Add NetBSD syscall hooks skeleton in sanitizersKamil Rytarowski
2017-12-15Added a separate install target for compilert-rt-headersIlya Biryukov
2017-12-13[scudo] Adding a public Scudo interfaceKostya Kortchinsky
2017-12-09Hardware-assisted AddressSanitizer (compiler-rt)Evgeniy Stepanov
2017-04-11This patch causes the installation of headers for the sanitizer and/or xray t...Catherine Moore
2017-03-29[XRay][compiler-rt] Add an end-to-end test for FDR LoggingDean Michael Berris
2017-03-26tsan: add new mutex annotationsDmitry Vyukov
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[compiler-rt] [XRay] Basic initialization and flag definition for XRay runtimeDean Michael Berris
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-07-09[esan] Add __esan_report for mid-run dataDerek Bruening
2015-02-03[sanitizer] move the coverage interface into a separate header, <sanitizer/co...Kostya Serebryany
2014-07-07Generalize sanitizer allocator public interface.Alexey Samsonov
2014-02-18[CMake] Rename several variablesAlexey Samsonov
2013-12-11[TSan] Move declarations of __tsan_atomic functions to a public headerAlexey Samsonov
2013-11-18CMake: make sure compiler-rt headers are copied to build tree if 'compilrer-r...Alexey Samsonov
2013-08-07DataFlowSanitizer; compiler-rt changes.Peter Collingbourne
2013-06-14Properly install LSan interface header, rely on sanitizer header presence in ...Alexey Samsonov
2013-04-11Explicitly list all sanitizer headers in CMake build rules. Make sure sanitiz...Alexey Samsonov