summaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
AgeCommit message (Expand)Author
2016-04-21[esan] EfficiencySanitizer base runtime libraryDerek Bruening
2016-01-16Introduce stats and stats_client libraries.Peter Collingbourne
2015-12-15Cross-DSO control flow integrity (compiler-rt part).Evgeniy Stepanov
2015-12-10Revert "[CMake] Provide options for toggling on and off various runtime libra...Chris Bieneman
2015-12-09[CMake] Provide options for toggling on and off various runtime libraries.Chris Bieneman
2015-09-29[CFI] Make CFI tests require UBSan (for diagnostic mode).Alexey Samsonov
2015-09-14[CMake] Add options to control building sanitizers and builtins.Chris Bieneman
2015-07-15CFI: Add a default blacklist.Peter Collingbourne
2015-07-02Re-apply r241217 with build fixes:Peter Collingbourne
2015-06-15Protection against stack-based memory corruption errors using SafeStack: comp...Peter Collingbourne
2015-04-01[UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov
2015-03-25[LSan] Don't explicitly exclude LSan from Windows build - it should just prod...Alexey Samsonov
2014-11-18[msan] Remove MSanDR and supporting code.Evgeniy Stepanov
2014-08-11Fix build on some architectures caused by r215247.Alexey Samsonov
2014-08-08[CMake] Determine which compiler-rt libraries are supported onAlexey Samsonov
2014-04-09Enable building of sanitizers on FreeBSDViktor Kutuzov
2014-03-03tsan: replace deadlock detector custom build script with cmake fileDmitry Vyukov
2014-02-26Revert r201783 until all FreeBSD fixes are submitted.Alexey Samsonov
2014-02-20[FreeBSD] Enable building a few runtime libraries on FreeBSD.Alexey Samsonov
2014-02-19[CMake] Rudimentary support for standalone CompilerRT build system.Alexey Samsonov
2014-02-18[CMake] Simplify code for detecting/setting compiler flagsAlexey Samsonov
2014-02-14Move shared configs for lit test suites to test/ and unittests/ directoriesAlexey Samsonov
2014-02-14Move original compiler-rt functions (libgcc replacement) to lib/builtins dire...Alexey Samsonov
2014-01-31Sorting ARM Sources alphabeticallyRenato Golin
2014-01-31Enable compilation of RT on ARMRenato Golin
2013-11-17[ASan] Build ASan on Windows only if MSVC is usedAlexey Samsonov
2013-11-17CMake: don't build sanitizer runtimes on 64-bit Windows (it's unsupported for...Alexey Samsonov
2013-11-15Don't build unsupported compiler-rt pieces on WindowsAlexey Samsonov
2013-09-02[CMake] Don't build sanitizer runtimes if LLVM_USE_SANITIZER is specifiedAlexey Samsonov
2013-08-27cmake: fix the compiler-rt build with MSVCHans Wennborg
2013-08-07DataFlowSanitizer; compiler-rt changes.Peter Collingbourne
2013-06-22Add cmake rules for building LSan common on Mac OSAlexey Samsonov
2013-06-06[ASan] create common autogenerated config for running compiler-rt unit tests,...Alexey Samsonov
2013-06-06[ASan] lit tests: create common autogenerated config for running compiler-rt ...Alexey Samsonov
2013-05-22Effectively revert r182453 - atomic.c may not be compiled if host compiler do...Alexey Samsonov
2013-05-22Add atomic.c to CMake build of compiler-rt to match r182420Alexey Samsonov
2013-05-20[lsan] CMakeLists and lit test configs for LSan.Sergey Matveev
2013-03-25Add basic support for building profile compiler-rt library in CMake build on ...Alexey Samsonov
2013-03-19Support CMake build of profile runtime library on LinuxAlexey Samsonov
2013-02-22[msan] MSanDR: initial commit.Evgeniy Stepanov
2013-01-20CMake: Add add_compiler_rt_static_runtime function and use it to build generi...Alexey Samsonov
2013-01-18Fix a typo from r172289Alexey Samsonov
2013-01-18CMake: Generalize build rules for different arches for sanitizer_common, asan...Alexey Samsonov
2013-01-18CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov
2012-12-11[msan] MemorySanitizer runtime.Evgeniy Stepanov
2012-11-16UBSan: enable CMake build on Darwin. Fix two failing tests and disable the te...Alexey Samsonov
2012-10-09Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior.Richard Smith
2012-09-24[ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov
2012-09-19[ASan] Include ASan into CMake build only on Linux, Mac and WindowsAlexey Samsonov
2012-09-19[TSan] Add tsan to cmake build of compiler-rt only on LinuxAlexey Samsonov