summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_mutex.cc
AgeCommit message (Expand)Author
2016-05-06tsan: fix a crashDmitry Vyukov
2015-10-30Revert "Apply modernize-use-default to compiler-rt."Alexey Samsonov
2015-10-20Apply modernize-use-default to compiler-rt.Angel Garcia Gomez
2015-09-03tsan: speed up race deduplicationDmitry Vyukov
2015-01-03Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov
2014-12-09[tsan] remove TSAN_GO in favor of SANITIZER_GOKostya Serebryany
2014-06-06tsan: fix Go build with TSAN_COLLECT_STATSDmitry Vyukov
2014-05-29tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov
2014-02-27tsan: fix internal deadlock detector for external deadlock detectorDmitry Vyukov
2014-02-14[tsan] rudimentary support for deadlock detector in tsan (nothing really work...Kostya Serebryany
2013-04-30tsan: fix deadlock detector table (OK to lock sync var mutex during reporting)Dmitry Vyukov
2012-12-21tsan: update mutex table for javaDmitry Vyukov
2012-12-13tsan: completely disable deadlock detector for GoDmitry Vyukov
2012-12-06tsan: add mutexsets to reportsDmitry Vyukov
2012-11-02[TSan] finally remove TsanPrintf in favor of Printf from sanitizer_commonAlexey Samsonov
2012-09-13[TSan] fix a bunch of warnings reported by pedantic gccAlexey Samsonov
2012-08-30tsan: use stack depot to describe heap blocksDmitry Vyukov
2012-07-05tsan: Go language supportDmitry Vyukov
2012-06-29tsan/asan: unify ScopedLockDmitry Vyukov
2012-06-18[Sanitizer] move different wrappers from TSan to common sanitizer runtimeAlexey Samsonov
2012-06-06[Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov
2012-06-06[TSan] run some renaming as a preparation for factoring out Printf implementa...Alexey Samsonov
2012-06-04Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov
2012-05-22tsan: simple memory profilerDmitry Vyukov
2012-05-10[tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany