summaryrefslogtreecommitdiff
path: root/lib/lsan
AgeCommit message (Expand)Author
2017-05-17Revert "Implement tls scanning for darwin LSan"Francis Ricci
2017-05-17Implement tls scanning for darwin LSanFrancis Ricci
2017-05-15[lsan] Report the missing linker only when the linker is actually missing.Alex Shlyapnikov
2017-05-15[sanitizer] Change SizeClassAllocator32 to accept just one templateKostya Kortchinsky
2017-05-09Avoid unnecessary calls to vm_region_recurseFrancis Ricci
2017-05-03[sanitizer] Intercept mcheck and mprobe on LinuxMaxim Ostapenko
2017-04-26[lsan] When necessary, define LSan suppression for tls_get_addr.Alex Shlyapnikov
2017-04-25[lsan] When necessary, define LSan suppression for pthread_exit.Alex Shlyapnikov
2017-04-21[lsan] Enable LSan on PowerPC64.Alex Shlyapnikov
2017-04-21Suppress DTLS leak happening in some glibc versions.Alex Shlyapnikov
2017-04-21Disable LSan on ppc64, some tests are failing.Alex Shlyapnikov
2017-04-20Enable LSan on PowerPC64.Alex Shlyapnikov
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