summaryrefslogtreecommitdiff
path: root/lib/tsan
AgeCommit message (Expand)Author
2016-05-17[sanitizer] Move *fstat to the common interceptorsMike Aizatsky
2016-05-17[tsan] Ensure mmap respects ignore_interceptors_accessesAnna Zaks
2016-05-17[sanitizers] disabling LateInitialize call to fix the build.Mike Aizatsky
2016-05-12Fixup for r269291, which broke the Go TSan build. Let's not use the symboliz...Kuba Brecka
2016-05-12[sanitizer] Fix a crash when demangling Swift symbols, take 2Kuba Brecka
2016-05-11[sanitizer] Move *stat to the common interceptorsEvgeniy Stepanov
2016-05-10tsan: fix another crash due to processorsDmitry Vyukov
2016-05-06tsan: fix a crashDmitry Vyukov
2016-05-03[sanitizer] Move stat/__xstat to the common interceptorsMike Aizatsky
2016-05-03Revert "[sanitizer] Move stat/__xstat to the common interceptors"Mike Aizatsky
2016-05-03[sanitizer] Move stat/__xstat to the common interceptorsMike Aizatsky
2016-05-03tsan: update tsan_analyze to what tip clang generatesDmitry Vyukov
2016-04-30[tsan] Return 0 from malloc_size for non-malloc'd pointersKuba Brecka
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