summaryrefslogtreecommitdiff
path: root/lib/lsan
AgeCommit message (Expand)Author
2017-04-20Define standard suppressions for LSan, start with this one.Alex Shlyapnikov
2017-04-20Define a suppression for known leaks on pthread_exit call.Alex Shlyapnikov
2017-04-19Fixup style from r300760Francis Ricci
2017-04-19Make sure to scan mmap'd memory regions for root pointers on OS XFrancis Ricci
2017-04-19Implement StopTheWorld for DarwinFrancis Ricci
2017-04-19Move valid caller-pc checks out of platform-specific checksFrancis Ricci
2017-04-17Update suspended threads info to be compatible with darwinFrancis Ricci
2017-04-17[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek
2017-04-17Don't read non-readable address ranges during lsan pointer scanningFrancis Ricci
2017-04-17Scan Kernel Alloc Once page for global pointersFrancis Ricci
2017-04-13Disable use of tls scanning on darwin leak sanitizerFrancis Ricci
2017-04-13Revert "Enable LSan on PowerPC64."Alex Shlyapnikov
2017-04-13Implement global pointer scanning for darwin leak sanitizerFrancis Ricci
2017-04-13Don't assume PTHREAD_CREATE_JOINABLE is 0 on all systemsFrancis Ricci
2017-04-13Enable LSan on PowerPC64.Alex Shlyapnikov
2017-04-11Implement standalone lsan interceptors for OS XFrancis Ricci
2017-04-11Don't delete lsan thread-local data until it's no longer requiredFrancis Ricci
2017-04-11Reapply "Enable LSan for arm Linux"Maxim Ostapenko
2017-04-11Revert r299923, it doesn't build in bootstrap builds.Nico Weber
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