| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [sanitizer] speed up the bitvector-based deadlock detector by ~15% (iterate o... | Kostya Serebryany | 2014-03-31 | 1 | -4/+6 |
| * | [sanitizer] partially implement racy fast path in bitset-based deadlock detector | Kostya Serebryany | 2014-03-14 | 1 | -0/+4 |
| * | [sanitizer] in bitset-based deadlock detector collect edge's stack trace when... | Kostya Serebryany | 2014-03-14 | 1 | -0/+30 |
| * | [sanitizer] when reporting a deadlock also report the lock cycle | Kostya Serebryany | 2014-02-18 | 1 | -8/+48 |
| * | [sanitizer] implement node removal in Deadlock graph | Kostya Serebryany | 2014-02-17 | 1 | -5/+77 |
| * | [sanitizer] add one more test for deadlock detection stuff | Kostya Serebryany | 2014-02-17 | 1 | -0/+55 |
| * | [sanitizer] add iterators to bit vectors; make bit vector operations use litt... | Kostya Serebryany | 2014-02-14 | 1 | -6/+13 |
| * | [sanitizer] findPath for deadlock detector | Kostya Serebryany | 2014-02-13 | 1 | -1/+18 |
| * | [sanitizer] added class BVGraph, to be used in a deadlock detector; added mor... | Kostya Serebryany | 2014-02-12 | 1 | -0/+112 |

