summaryrefslogtreecommitdiff
path: root/lib/lsan
AgeCommit message (Expand)Author
2017-01-23Revert "[lsan] Enable LSan for x86 Linux."Evgeniy Stepanov
2017-01-23[lsan] Enable LSan for x86 Linux.Maxim Ostapenko
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-07Provide default implementations for sanitizer interface functionsFrancis Ricci
2017-01-06Ensure that only one compiler-rt component is created for lsanFrancis Ricci
2016-11-29Return memory to OS right after free (not in the async thread).Evgeniy Stepanov
2016-10-28[asan/lsan] Avoid possible deadlock in dynamic ASan runtime thread initializa...Maxim Ostapenko
2016-10-26[lsan] Relax check for allocator_end in ProcessGlobalRegionsCallback.Maxim Ostapenko
2016-10-13Make lsan complain loudly when running under ptraceKostya Serebryany
2016-09-23[compiler-rt][lsan] Fix compiler error due to attribute (windows)Etienne Bergeron
2016-08-26[CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman
2016-08-26[sanitizer] enable random shuffling the memory chunks inside the allocator, u...Kostya Serebryany
2016-08-25[sanitizer] change SizeClassAllocator64 to accept just one template parameter...Kostya Serebryany
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-06-16[sanitizers] introduce yet another API function: __sanitizer_install_malloc_a...Kostya Serebryany
2016-06-07[asan] Turn LSan-related #if’s into regular if’s in ASan initializerKuba Brecka
2016-05-18[LSAN] Fix test swapcontext.cc on MIPSSagar Thakur
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