summaryrefslogtreecommitdiff
path: root/lib/tsan
AgeCommit message (Expand)Author
2015-12-04[ASan] Retire mac_ignore_invalid_free, remove some dead code.Alexander Potapenko
2015-12-04[tsan] Enable building and testing TSan Go runtime on OS XKuba Brecka
2015-12-03[tsan] Add interceptors for Darwin-specific locking APIsKuba Brecka
2015-12-03[tsan] Use re-exec method to enable interceptors on older versions of OS XKuba Brecka
2015-12-01[tsan] Add interceptors and sychronization for libdispatch semaphores on OS XKuba Brecka
2015-11-30[tsan] Fix signals and setjmp/longjmp on OS XKuba Brecka
2015-11-30[tsan] Fix weakly imported functions on OS XKuba Brecka
2015-11-29Fixup for r254228 ("Port tsan_rtl_amd64.S to OS X to add support for setjmp/l...Kuba Brecka
2015-11-28[tsan] Add release+acquire semantics for serial dispatch queuesKuba Brecka
2015-11-28[tsan] Port tsan_rtl_amd64.S to OS X to add support for setjmp/longjmpKuba Brecka
2015-11-28[tsan] Fix an assertion failure in FindThreadByUidLocked with recycled threadsKuba Brecka
2015-11-26[compiler-rt] [tsan] Unify aarch64 mappingAdhemerval Zanella
2015-11-24[tsan] Fix signal number definitions for OS XKuba Brecka
2015-11-24[tsan] Implement basic GCD interceptors for OS XKuba Brecka
2015-11-24[tsan] Fix CallocOverflow unit test on OS XKuba Brecka
2015-11-21[tsan] Fix __cxa_guard_* interceptors on OS XKuba Brecka
2015-11-21[tsan] Fix detached threads in unit tests on OS XKuba Brecka
2015-11-21[tsan] Make tsan_test_util_posix.cc call pthread interceptors on OS XKuba Brecka
2015-11-20Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-11-20[TSan] Fix custom scripts that validate TSan on non-standard buildbot.Alexey Samsonov
2015-11-19Tell clang-format that (most) sanitizers are written using Google style guide.Alexey Samsonov
2015-11-19[tsan] Replace new/delete with a local variable in ThreadSpecificDtors unit testKuba Brecka
2015-11-19[tsan] For OS X thread finalization, remove g_thread_finalize_key in favor of...Kuba Brecka
2015-11-19[tsan] Recognize frames coming from "libclang_rt.tsan_*" module as internalKuba Brecka
2015-11-19[tsan] Handle dispatch_once on OS XKuba Brecka
2015-11-18[tsan] Skip malloc/free interceptors when we're inside symbolizer on OS XKuba Brecka
2015-11-18[TSan] List only amd64 asm file in Makefile.old (attempt 2)Alexey Samsonov
2015-11-18[TSan] List only amd64 asm file in Makefile.oldAlexey Samsonov
2015-11-16tsan: replace macro check with constant checkDmitry Vyukov
2015-11-16[compiler-rt] [tsan] Enable intercept setjmp/longjmp for AArch64Adhemerval Zanella
2015-11-13[tsan] Fix finalization of detached threads on OS XKuba Brecka
2015-11-13[tsan] Fix a typo in tsan_test_util.hKuba Brecka
2015-11-12[tsan] Allow symbolizers that don't obtain global symbol sizesKuba Brecka
2015-11-12tsan: disable abort_on_error for GoDmitry Vyukov
2015-11-12tsan: fix Go build on linuxDmitry Vyukov
2015-11-12tsan: fix unused function warning in Go buildDmitry Vyukov
2015-11-12tsan: fix mac Go buildDmitry Vyukov
2015-11-12[tsan] Filter OS X architectures for unit testingKuba Brecka
2015-11-11tsan: fix unused variable in Go buildDmitry Vyukov
2015-11-11[tsan] Rename tsan_test_util_linux.cc to tsan_test_util_posix.ccKuba Brecka
2015-11-11Fixing #include order in tsan_new_delete.cc. Follow-up commit for r252284.Kuba Brecka
2015-11-11[tsan] Add TSan unit test support for OS XKuba Brecka
2015-11-11[tsan] Pass correct interposed function prefix to report functionIsmail Pazarbasi
2015-11-06[tsan] Enable new/delete C++ interceptors for OS XKuba Brecka
2015-11-06Trying to fix the FreeBSD build breakage due to r251916.Kuba Brecka
2015-11-05[tsan] Fix build warnings on OS XKuba Brecka
2015-11-05Lint warning fixup for r252160 ("[tsan] Fix pthread_once interceptor for OS X").Kuba Brecka
2015-11-05[tsan] Fix the memcpy interceptor to be memmove compatible on OS XKuba Brecka
2015-11-05[tsan] Allow memmove interceptor to be used when TSan is not initializedKuba Brecka
2015-11-05[tsan] Fix pthread_once interceptor for OS XKuba Brecka