summaryrefslogtreecommitdiff
path: root/lib/lsan/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/lsan to .cppNico Weber2019-08-011-12/+15
* [CMake] Add compiler-rt header files to the list of sources for targetsDan Liew2018-07-101-0/+10
* [sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommonKostya Kortchinsky2018-04-161-0/+2
* [sanitizer] Split coverage into separate RT in sanitizer_commonKostya Kortchinsky2018-03-221-0/+2
* Support compiler-rt builtinsPetr Hosek2017-07-281-1/+4
* Revert "[sanitizer] Support compiler-rt builtins"Petr Hosek2017-07-261-4/+1
* [sanitizer] Support compiler-rt builtinsPetr Hosek2017-07-251-1/+4
* Add lsan interceptors for libdispatch functions on darwinFrancis Ricci2017-06-191-0/+1
* Revert "Add lsan interceptors for libdispatch functions on darwin"Francis Ricci2017-06-191-1/+0
* Add lsan interceptors for libdispatch functions on darwinFrancis Ricci2017-06-191-0/+1
* Implement standalone lsan interceptors for OS XFrancis Ricci2017-04-111-0/+1
* Enable builds of darwin lsan by defaultFrancis Ricci2017-04-061-4/+0
* Move lsan allocator cache from lsan_common_linux to lsan_linuxFrancis Ricci2017-03-271-0/+1
* Add cmake build support for lsan on OS XFrancis Ricci2017-02-141-8/+30
* Add lsan function stubs for darwinFrancis Ricci2017-02-131-1/+2
* Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky2017-01-121-1/+0
* [sancov] moving sancov rt to sancov/ directoryMike Aizatsky2017-01-121-0/+1
* Ensure that only one compiler-rt component is created for lsanFrancis Ricci2017-01-061-2/+1
* [CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman2016-08-261-5/+2
* [compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron2016-07-111-0/+1
* [cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas2016-03-051-1/+1
* Revert "[CMake] Provide options for toggling on and off various runtime libra...Chris Bieneman2015-12-101-1/+0
* [CMake] Provide options for toggling on and off various runtime libraries.Chris Bieneman2015-12-091-0/+1
* [CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into...Chris Bieneman2015-08-251-3/+5
* CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas2015-06-191-1/+1
* Revert "Revert "[CMake] LSan is not actually available on Darwin.""Alexey Samsonov2015-06-191-1/+1
* Revert "[CMake] LSan is not actually available on Darwin."Justin Bogner2015-06-181-10/+12
* [CMake] LSan is not actually available on Darwin.Alexey Samsonov2015-06-171-12/+10
* [CMake] Cleanup add_compiler_rt_object_library to be platform-agnosticChris Bieneman2015-06-101-13/+6
* [sanitizer] Android build cleanup.Evgeniy Stepanov2014-09-291-1/+1
* Fix build on some architectures caused by r215247.Alexey Samsonov2014-08-111-5/+0
* [asan] adding support of 32-bit address sanitizer for MIPSDaniel Sanders2014-06-241-1/+1
* light up sanitizers for ARM, take 2Greg Fitzgerald2014-05-291-1/+1
* Revert "light up sanitizers for ARM"Greg Fitzgerald2014-05-291-1/+1
* light up sanitizers for ARMGreg Fitzgerald2014-05-291-1/+1
* [CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.Alexey Samsonov2014-03-311-1/+1
* [CMake] Add top-level target for each compiler-rt library, and add 'compiler-...Alexey Samsonov2014-02-181-0/+2
* [CMake] Simplify setting compile flag disabling RTTIAlexey Samsonov2014-02-181-3/+2
* Move LSan test suite under test/Alexey Samsonov2014-02-141-8/+2
* Delete LSan unit testsAlexey Samsonov2014-02-141-3/+0
* Enable compilation of RT on ARMRenato Golin2014-01-311-1/+1
* [lsan] Unbreak standalone LSan's initialization by making it more like ASan's.Sergey Matveev2013-11-251-3/+4
* [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib Alexander Potapenko2013-11-071-4/+6
* [lsan] Build standalone LSan with -fno-rtti.Sergey Matveev2013-08-221-1/+2
* Add cmake rules for building LSan common on Mac OSAlexey Samsonov2013-06-221-1/+6
* Drop support for 32-bit PowerPC in sanitizer tools.Alexey Samsonov2013-06-071-1/+1
* [lsan] Add lit test support.Sergey Matveev2013-05-231-1/+4
* [lsan] Change CMakeLists to build the common LSan module for ASan.Sergey Matveev2013-05-211-13/+31
* Build LSan on x86_64 only if this target is supportedAlexey Samsonov2013-05-201-8/+12
* [lsan] CMakeLists and lit test configs for LSan.Sergey Matveev2013-05-201-0/+26