summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests/sanitizer_bvgraph_test.cc
AgeCommit message (Expand)Author
2014-03-31[sanitizer] speed up the bitvector-based deadlock detector by ~15% (iterate o...Kostya Serebryany
2014-03-14[sanitizer] partially implement racy fast path in bitset-based deadlock detectorKostya Serebryany
2014-03-14[sanitizer] in bitset-based deadlock detector collect edge's stack trace when...Kostya Serebryany
2014-02-18[sanitizer] when reporting a deadlock also report the lock cycleKostya Serebryany
2014-02-17[sanitizer] implement node removal in Deadlock graphKostya Serebryany
2014-02-17[sanitizer] add one more test for deadlock detection stuffKostya Serebryany
2014-02-14[sanitizer] add iterators to bit vectors; make bit vector operations use litt...Kostya Serebryany
2014-02-13[sanitizer] findPath for deadlock detectorKostya Serebryany
2014-02-12[sanitizer] added class BVGraph, to be used in a deadlock detector; added mor...Kostya Serebryany