summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_bvgraph.h
AgeCommit message (Expand)Author
2017-12-06Update other SizeEnums to be of type uptr as wellVlad Tsyrklevich
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] simplify DeadlockDetectorTLSKostya Serebryany
2014-02-14[sanitizer] add iterators to bit vectors; make bit vector operations use litt...Kostya Serebryany
2014-02-13[sanitizer] optimize TwoLevelBitVector::intersectsWith, extend tests, fix a c...Kostya Serebryany
2014-02-13[sanitizer] address some of the dvyukov's comments on previous commitsKostya Serebryany
2014-02-13[sanitizer] findPath for deadlock detectorKostya Serebryany
2014-02-13[sanitizer] more code for deadlock detector, nothing really works yet (except...Kostya Serebryany
2014-02-12[sanitizer] added class BVGraph, to be used in a deadlock detector; added mor...Kostya Serebryany