summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector1.cc
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] print threads in deadlock reportKostya Serebryany2014-03-211-6/+8
* tsan: add test for second_deadlock_stack flagDmitry Vyukov2014-03-191-6/+10
* [sanitizer] use some c++11 to simplify the code (we can now). Fix one place w...Kostya Serebryany2014-03-191-1/+1
* tsan: fix large stack frame in deadlock detectorDmitry Vyukov2014-03-191-22/+28
* tsan: deadlock detector: add deadlock detector flagsDmitry Vyukov2014-03-181-1/+2
* [sanitizer] make the deadlock detector print 2*N stack traces on lock-order-i...Kostya Serebryany2014-03-171-6/+12
* [sanitizer] print more stack traces when reporting a deadlock (even more to c...Kostya Serebryany2014-03-171-2/+3
* [sanitizer] fully implement racy fast path in bitset-based deadlock detectorKostya Serebryany2014-03-141-1/+3
* [sanitizer] partially implement racy fast path in bitset-based deadlock detectorKostya Serebryany2014-03-141-0/+2
* [sanitizer] in bitset-based deadlock detector collect edge's stack trace when...Kostya Serebryany2014-03-141-7/+9
* [sanitizer] in bitvector-based deadlock detector split onLock into onLockBefo...Kostya Serebryany2014-03-131-16/+22
* [sanitizer] support recursive rwlocks in bitset-based deadlock detectorKostya Serebryany2014-03-131-1/+2
* tsan: implement new version of standalong deadlock detectorDmitry Vyukov2014-03-051-35/+44
* tsan: add dynamic library target for standalone deadlock detectorDmitry Vyukov2014-03-041-0/+3
* [sanitizer] speedup deadlock detector for the case when we acquire the first ...Kostya Serebryany2014-02-281-0/+2
* [sanitizer] speedup deadlock detector for the case when we destroy a mutex th...Kostya Serebryany2014-02-281-0/+1
* tsan: refactor deadlock detectorDmitry Vyukov2014-02-281-0/+141
OpenPOWER on IntegriCloud