summaryrefslogtreecommitdiff
path: root/lib/lsan
AgeCommit message (Expand)Author
2016-04-27[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki
2016-04-22Revert "[LSAN] Fix test swapcontext.cc on MIPS"Renato Golin
2016-04-19[LSAN] Fix test swapcontext.cc on MIPSSagar Thakur
2016-03-05[cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas
2016-02-22[Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...Alexey Samsonov
2016-02-12[LSan] Print more helpful error message if LSan crashes during leak detection.Alexey Samsonov
2016-02-11[LSan] Fix a crash when LSan hits a guard page while scanning thread stack fo...Alexey Samsonov
2016-01-26Remove autoconf support for building runtime libraries.Chris Bieneman
2016-01-16[LSan] Ignore all allocations made inside pthread_create.Alexey Samsonov
2016-01-14[LSan] Add "use_ld_allocations" flag to disable old way of DTLS handling.Alexey Samsonov
2016-01-14[LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.Alexey Samsonov
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-11-19Tell clang-format that (most) sanitizers are written using Google style guide.Alexey Samsonov
2015-11-09[compiler-rt] [asan] Use same shadow offset for aarch64Adhemerval Zanella
2015-10-21[lsan] [aarch64] Add support for AArch64Adhemerval Zanella
2015-10-08Revert "[lsan] [aarch64] Add support for AArch64"Evgeniy Stepanov
2015-10-05[lsan] [aarch64] Add support for AArch64Adhemerval Zanella
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-09-16Fix compilation warning in compiler-rt.Evgeniy Stepanov
2015-09-03tsan: speed up race deduplicationDmitry Vyukov
2015-08-25[CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into...Chris Bieneman
2015-08-24[Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov
2015-08-22Revert r245770 and r245777.Alexey Samsonov
2015-08-22[Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov
2015-08-21[LSan] Support __sanitizer_set_death_callback in standalone LSan.Alexey Samsonov
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2015-08-10-Wdeprecated: Use noexcept rather than throw() where supportedDavid Blaikie
2015-07-21[sanitizer] Implement include_if_exists with process name substitution.Evgeniy Stepanov
2015-06-29[asan] Fix SanitizerCommon.PthreadDestructorIterations test on Android L.Evgeniy Stepanov
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
2015-04-24[LSan] Add function attribute forgotten in r235728.Alexey Samsonov
2015-04-24[lsan] Add an interface function for on-demand leak checking.Sergey Matveev
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-03-05[sanitizer] use simpler symbolizer interface (GetModuleNameForPc) where appli...Kostya Serebryany
2015-02-26[lsan] Fix indent.Sergey Matveev
2015-02-26LSan: fix a deadlock caused by dl_iterate_phdr().Sergey Matveev
2015-02-20[Sanitizer] Refactor SuppressionContext class.Alexey Samsonov
2015-02-19[LSan] [MIPS] adding support of LSan for mips64/mips64el archMohit K. Bhakkad
2015-02-18Remove support for building sanitizers from Makefile/autoconf build on Linux.Alexey Samsonov
2015-02-17Revert "Remove support for building sanitizers from Makefile/autoconf build."Matthias Braun
2015-02-17Remove support for building sanitizers from Makefile/autoconf build.Alexey Samsonov
2015-02-17[LSan] Make parent tool responsible for initializing LSan flags.Alexey Samsonov
2015-01-22[msan] Better use-after-free reports.Evgeniy Stepanov
2015-01-20[asan] Allow changing verbosity in activation flags.Evgeniy Stepanov
2015-01-19[sanitizer] Make unrecognized flags not fatal.Evgeniy Stepanov