summaryrefslogtreecommitdiff
path: root/lib/lsan
AgeCommit message (Expand)Author
2017-04-11[lsan] Enable LSan for arm LinuxMaxim Ostapenko
2017-04-06Enable builds of darwin lsan by defaultFrancis Ricci
2017-04-06[lsan] Avoid segfaults during threads destruction under high loadMaxim Ostapenko
2017-03-29Move current thread data out of lsan_common on linuxFrancis Ricci
2017-03-29Remove failing check from platform specific darwin lsan initializerFrancis Ricci
2017-03-28Postpone lsan tls allocation until requiredFrancis Ricci
2017-03-28Enable i386 builds for darwin lsanFrancis Ricci
2017-03-27Fix missing sanitizer platform includeFrancis Ricci
2017-03-27Fix comment in lsan_linux.ccFrancis Ricci
2017-03-27Move lsan allocator cache from lsan_common_linux to lsan_linuxFrancis Ricci
2017-03-27Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci
2017-03-22Factor lsan allocator cache accesses into a functionFrancis Ricci
2017-03-21Revert r298274: "Use pthreads for thread-local lsan allocator cache on darwin"Chandler Carruth
2017-03-20Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci
2017-03-20Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci
2017-03-19Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci
2017-03-02Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci
2017-03-01Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci
2017-02-17Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci
2017-02-17Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci
2017-02-17Fix build breakage from moving kInvalidTid to lsan_commonFrancis Ricci
2017-02-17Use pthreads to store current thread id on darwinFrancis Ricci
2017-02-14Add cmake build support for lsan on OS XFrancis Ricci
2017-02-13Use pthreads to manage thread-local storage on darwin for leak sanitizerFrancis Ricci
2017-02-13Disable darwin interception of non-darwin functionsFrancis Ricci
2017-02-13Add lsan function stubs for darwinFrancis Ricci
2017-02-02[tsan] Properly describe GCD worker threads in reportsKuba Mracek
2017-01-31[lsan] Renable LSan for x86 LinuxMaxim Ostapenko
2017-01-30Recommit: Stop intercepting some malloc-related functions on FreeBSD andDimitry Andric
2017-01-27Revert "Stop intercepting some malloc-related functions on FreeBSD and macOS"Evgeniy Stepanov
2017-01-27Stop intercepting some malloc-related functions on FreeBSD and macOSDimitry Andric
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