summaryrefslogtreecommitdiff
path: root/lib/tsan
AgeCommit message (Expand)Author
2016-04-28[tsan] Fix Darwin GCD support after separation of Processor and ThreadStateKuba Brecka
2016-04-27[sanitizers] Get the proper symbol version when long double transition is inv...Marcin Koscielnicki
2016-04-27[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki
2016-04-27tsan: fix windows Go supportDmitry Vyukov
2016-04-27tsan: make windows shadow mapping a bijectionDmitry Vyukov
2016-04-27tsan: fix build Dmitry Vyukov
2016-04-27tsan: change tsan/Go interface for obtaining the current ProcessorDmitry Vyukov
2016-04-27tsan: fix windows buildDmitry Vyukov
2016-04-27tsan: add missing fileDmitry Vyukov
2016-04-27tsan: fix compiler warningDmitry Vyukov
2016-04-27tsan: split thread into logical and physical stateDmitry Vyukov
2016-04-26[sanitizers] [NFC] Add defines for the various PowerPC ABIs.Marcin Koscielnicki
2016-04-22[sanitizer] rename MmapNoAccess to MmapFixedNoAccess; NFCKostya Serebryany
2016-04-21[tsan] Rename ReportThread->pid to ReportThread->os_idKuba Brecka
2016-04-20Always inlining PrintCurrentStackSlow of tsan library to fix tail-call issueChuang-Yu Cheng
2016-04-15Revert "[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-...Marcin Koscielnicki
2016-04-14[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki
2016-04-14[tsan] Fix size reporting for OS X zone allocator with 0-sized allocationsKuba Brecka
2016-04-12[tsan] Fix a crash with dispatch_source_set_cancel_handler(NULL) on OS XKuba Brecka
2016-04-07[tsan] Add support for OS X OSAtomic* functionsKuba Brecka
2016-04-07[tsan] Add TSan __tsan_atomic* functions to tsan_interface.hKuba Brecka
2016-04-07[tsan] Add interceptors for dispatch_applyKuba Brecka
2016-04-07[tsan] Add XPC support (OS X)Kuba Brecka
2016-04-07[tsan] Add support for dispatch event sourcesKuba Brecka
2016-04-07[tsan] Fix synchronization in dispatch_syncKuba Brecka
2016-04-05[tsan] Fix freebsd build.Yabin Cui
2016-04-04[tsan] Disable randomized address space on aarch64 linux.Yabin Cui
2016-04-04tsan: fix ignore handling in signal handlersDmitry Vyukov
2016-03-28[tsan] Fix a crash when exiting the main thread (e.g. dispatch_main)Kuba Brecka
2016-03-25[sanitizer] Add memset, memmove, and memcpy to the common interceptorsDerek Bruening
2016-03-24[tsan] Fix fork() and fork-based tests for OS XKuba Brecka
2016-03-23Revert "[tsan] Disable randomized address space on linux aarch64."Renato Golin
2016-03-22[tsan] Fix check-tsan build by using CHECK_NE.Yabin Cui
2016-03-22[tsan] Disable randomized address space on linux aarch64.Yabin Cui
2016-03-21[sanitizer] Add strchr* to the common interceptorsEvgeniy Stepanov
2016-03-21[tsan] Add some NULL pointer checks into the debugging APIKuba Brecka
2016-03-18[sancov] common flags initialization.Mike Aizatsky
2016-03-18[tsan] Add interceptor for pthread_cond_timedwait_relative_npKuba Brecka
2016-03-17[sanitizer] On OS X, verify that interceptors work and abort if not, take 2Kuba Brecka
2016-03-16[tsan] Detect uses of uninitialized, destroyed and invalid mutexesKuba Brecka
2016-03-11[sanitizer] Add strlen to the common interceptorsAlexey Samsonov
2016-03-10[tsan] Add TSan debugger APIsKuba Brecka
2016-03-09sanitizer: Fix endianness checks for gccAlexey Samsonov
2016-03-05[cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas
2016-03-04[TSan] Fix compiler warning in Go sanity test.Alexey Samsonov
2016-03-01tsan: describe heap/data locations in GoDmitry Vyukov
2016-02-26tsan: revert r262037Dmitry Vyukov
2016-02-26tsan: split thread into logical and physical stateDmitry Vyukov
2016-02-25[sanitizer] Move recvmsg and recv interceptors to sanitizer_common.Maxim Ostapenko
2016-02-23tsan: clean up code after r261658Dmitry Vyukov