summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_mutex.cc
Commit message (Expand)AuthorAgeFilesLines
* tsan: fix deadlock detector table (OK to lock sync var mutex during reporting)Dmitry Vyukov2013-04-301-2/+2
* tsan: update mutex table for javaDmitry Vyukov2012-12-211-10/+12
* tsan: completely disable deadlock detector for GoDmitry Vyukov2012-12-131-0/+6
* tsan: add mutexsets to reportsDmitry Vyukov2012-12-061-1/+4
* [TSan] finally remove TsanPrintf in favor of Printf from sanitizer_commonAlexey Samsonov2012-11-021-12/+12
* [TSan] fix a bunch of warnings reported by pedantic gccAlexey Samsonov2012-09-131-3/+3
* tsan: use stack depot to describe heap blocksDmitry Vyukov2012-08-301-1/+5
* tsan: Go language supportDmitry Vyukov2012-07-051-4/+4
* tsan/asan: unify ScopedLockDmitry Vyukov2012-06-291-18/+0
* [Sanitizer] move different wrappers from TSan to common sanitizer runtimeAlexey Samsonov2012-06-181-1/+2
* [Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov2012-06-061-4/+5
* [TSan] run some renaming as a preparation for factoring out Printf implementa...Alexey Samsonov2012-06-061-12/+12
* Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov2012-06-041-1/+1
* tsan: simple memory profilerDmitry Vyukov2012-05-221-1/+1
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-101-0/+275
OpenPOWER on IntegriCloud