summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-04-13[Profile] PE binary coverage bug fixXinliang David Li
2017-04-13[msan] Fix msan_test.cc by checking bind results before assuming IPv6 supported.Vitaly Buka
2017-04-13Revert "[msan] Fix msan_test broken after r299884."Vitaly Buka
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-13Cache size per class size in SizeClassAllocatorXLocalCache.Alex Shlyapnikov
2017-04-13Enable LSan on PowerPC64.Alex Shlyapnikov
2017-04-13Free zone name when destroying malloc zoneFrancis Ricci
2017-04-13Revert "Cache size per class size in SizeClassAllocatorXLocalCache."Diana Picus
2017-04-13[msan] Fix msan_test broken after r299884.Vitaly Buka
2017-04-13[msan] Fix invalid use of vector constructor introduced by r299884.Vitaly Buka
2017-04-12Cache size per class size in SizeClassAllocatorXLocalCache.Alex Shlyapnikov
2017-04-12Avoid calling SizeClassMap::MaxCachedHint on hot path, it's not free.Alex Shlyapnikov
2017-04-12Fix memory leaks in address sanitizer darwin testsFrancis Ricci
2017-04-12Fix compile errorIsmail Donmez
2017-04-12[XRay] [compiler-rt] Refactor rewinding FDR logging.Martin Pelikan
2017-04-12[XRay] [compiler-rt] Simplify FDR logging handler. [NFC]Martin Pelikan
2017-04-12[XRay][compiler-rt] Add another work-around to XRay FDR tests when TSC emulat...Douglas Yung
2017-04-12[msan] fix iconv interceptor. before the fix the interceptor failed to mark m...Kostya Serebryany
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-11Revert 299954 : test failure needs to be fixedXinliang David Li
2017-04-11[Profile] PE binary coverage bug fixXinliang David Li
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-11[XRay][compiler-rt] Add support for TSC emulation for x86_64 to xray_fdr_logg...Douglas Yung
2017-04-11[XRay][compiler-rt] Remove the xray_fdr_log_printer_toolDean Michael Berris
2017-04-10[PPC64, Sanitizers] Proper stack frame for the thread spawned in internal_cloneAlex Shlyapnikov
2017-04-10[msan] Choose in runtime if IPv4 or IPv6 are supported.Vitaly Buka
2017-04-10Revert "[asan] Fix dead stripping of globals on Linux (compiler-rt)."Evgeniy Stepanov
2017-04-10[Asan] Eliminate SHADOW_TO_MEM() macroIvan A. Kosarev
2017-04-10[msan] Wrap sockaddr_in and socket for future IPv6 support.Vitaly Buka
2017-04-10[msan] Reorder unittests for future parametrization.Vitaly Buka
2017-04-07[cfi] Accept weak definition of __cfi_check.Evgeniy Stepanov
2017-04-07[builtins] Make some ISA macro checks work with MSVCReid Kleckner
2017-04-07[builtins] Fix MSVC buildReid Kleckner
2017-04-07[builtins] Get the builtins tests passing on WindowsReid Kleckner
2017-04-06[asan] Fix dead stripping of globals on Linux (compiler-rt).Evgeniy Stepanov
2017-04-06Revert r299672: Add a virtual destructor to a class with virtual methods.Ivan Krasin
2017-04-06Add __ffssi2 implementation to compiler-rt builtinsDimitry Andric
2017-04-06Add a virtual destructor to a class with virtual methods.Ivan Krasin
2017-04-06Enable builds of darwin lsan by defaultFrancis Ricci
2017-04-06[TSan] Adjust expectation for check_analyze.shCraig Topper
2017-04-06[XRay][compiler-rt] Remove unused local variableDean Michael Berris
2017-04-06Try to fix MAC buildbot after r299630Maxim Ostapenko
2017-04-06Try to fix windows buildbot after r299630Maxim Ostapenko
2017-04-06[lsan] Avoid segfaults during threads destruction under high loadMaxim Ostapenko