summaryrefslogtreecommitdiff
path: root/lib/lsan/CMakeLists.txt
AgeCommit message (Expand)Author
2017-07-28Support compiler-rt builtinsPetr Hosek
2017-07-26Revert "[sanitizer] Support compiler-rt builtins"Petr Hosek
2017-07-25[sanitizer] Support compiler-rt builtinsPetr Hosek
2017-06-19Add lsan interceptors for libdispatch functions on darwinFrancis Ricci
2017-06-19Revert "Add lsan interceptors for libdispatch functions on darwin"Francis Ricci
2017-06-19Add lsan interceptors for libdispatch functions on darwinFrancis Ricci
2017-04-11Implement standalone lsan interceptors for OS XFrancis Ricci
2017-04-06Enable builds of darwin lsan by defaultFrancis Ricci
2017-03-27Move lsan allocator cache from lsan_common_linux to lsan_linuxFrancis Ricci
2017-02-14Add cmake build support for lsan on OS XFrancis Ricci
2017-02-13Add lsan function stubs for darwinFrancis Ricci
2017-01-12Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky
2017-01-12[sancov] moving sancov rt to sancov/ directoryMike Aizatsky
2017-01-06Ensure that only one compiler-rt component is created for lsanFrancis Ricci
2016-08-26[CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-03-05[cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas
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-08-25[CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into...Chris Bieneman
2015-06-19CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas
2015-06-19Revert "Revert "[CMake] LSan is not actually available on Darwin.""Alexey Samsonov
2015-06-18Revert "[CMake] LSan is not actually available on Darwin."Justin Bogner
2015-06-17[CMake] LSan is not actually available on Darwin.Alexey Samsonov
2015-06-10[CMake] Cleanup add_compiler_rt_object_library to be platform-agnosticChris Bieneman
2014-09-29[sanitizer] Android build cleanup.Evgeniy Stepanov
2014-08-11Fix build on some architectures caused by r215247.Alexey Samsonov
2014-06-24[asan] adding support of 32-bit address sanitizer for MIPSDaniel Sanders
2014-05-29light up sanitizers for ARM, take 2Greg Fitzgerald
2014-05-29Revert "light up sanitizers for ARM"Greg Fitzgerald
2014-05-29light up sanitizers for ARMGreg Fitzgerald
2014-03-31[CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.Alexey Samsonov
2014-02-18[CMake] Add top-level target for each compiler-rt library, and add 'compiler-...Alexey Samsonov
2014-02-18[CMake] Simplify setting compile flag disabling RTTIAlexey Samsonov
2014-02-14Move LSan test suite under test/Alexey Samsonov
2014-02-14Delete LSan unit testsAlexey Samsonov
2014-01-31Enable compilation of RT on ARMRenato Golin
2013-11-25[lsan] Unbreak standalone LSan's initialization by making it more like ASan's.Sergey Matveev
2013-11-07[ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib Alexander Potapenko
2013-08-22[lsan] Build standalone LSan with -fno-rtti.Sergey Matveev
2013-06-22Add cmake rules for building LSan common on Mac OSAlexey Samsonov
2013-06-07Drop support for 32-bit PowerPC in sanitizer tools.Alexey Samsonov
2013-05-23[lsan] Add lit test support.Sergey Matveev
2013-05-21[lsan] Change CMakeLists to build the common LSan module for ASan.Sergey Matveev
2013-05-20Build LSan on x86_64 only if this target is supportedAlexey Samsonov
2013-05-20[lsan] CMakeLists and lit test configs for LSan.Sergey Matveev