summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_bvgraph.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Update other SizeEnums to be of type uptr as wellVlad Tsyrklevich2017-12-061-1/+1
* [sanitizer] speed up the bitvector-based deadlock detector by ~15% (iterate o...Kostya Serebryany2014-03-311-8/+2
* [sanitizer] partially implement racy fast path in bitset-based deadlock detectorKostya Serebryany2014-03-141-0/+14
* [sanitizer] in bitset-based deadlock detector collect edge's stack trace when...Kostya Serebryany2014-03-141-5/+9
* [sanitizer] when reporting a deadlock also report the lock cycleKostya Serebryany2014-02-181-0/+9
* [sanitizer] implement node removal in Deadlock graphKostya Serebryany2014-02-171-0/+40
* [sanitizer] simplify DeadlockDetectorTLSKostya Serebryany2014-02-171-0/+10
* [sanitizer] add iterators to bit vectors; make bit vector operations use litt...Kostya Serebryany2014-02-141-5/+9
* [sanitizer] optimize TwoLevelBitVector::intersectsWith, extend tests, fix a c...Kostya Serebryany2014-02-131-1/+4
* [sanitizer] address some of the dvyukov's comments on previous commitsKostya Serebryany2014-02-131-3/+3
* [sanitizer] findPath for deadlock detectorKostya Serebryany2014-02-131-2/+20
* [sanitizer] more code for deadlock detector, nothing really works yet (except...Kostya Serebryany2014-02-131-3/+3
* [sanitizer] added class BVGraph, to be used in a deadlock detector; added mor...Kostya Serebryany2014-02-121-0/+69