index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
sanitizer_common
/
sanitizer_bvgraph.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Update other SizeEnums to be of type uptr as well
Vlad Tsyrklevich
2017-12-06
1
-1
/
+1
*
[sanitizer] speed up the bitvector-based deadlock detector by ~15% (iterate o...
Kostya Serebryany
2014-03-31
1
-8
/
+2
*
[sanitizer] partially implement racy fast path in bitset-based deadlock detector
Kostya Serebryany
2014-03-14
1
-0
/
+14
*
[sanitizer] in bitset-based deadlock detector collect edge's stack trace when...
Kostya Serebryany
2014-03-14
1
-5
/
+9
*
[sanitizer] when reporting a deadlock also report the lock cycle
Kostya Serebryany
2014-02-18
1
-0
/
+9
*
[sanitizer] implement node removal in Deadlock graph
Kostya Serebryany
2014-02-17
1
-0
/
+40
*
[sanitizer] simplify DeadlockDetectorTLS
Kostya Serebryany
2014-02-17
1
-0
/
+10
*
[sanitizer] add iterators to bit vectors; make bit vector operations use litt...
Kostya Serebryany
2014-02-14
1
-5
/
+9
*
[sanitizer] optimize TwoLevelBitVector::intersectsWith, extend tests, fix a c...
Kostya Serebryany
2014-02-13
1
-1
/
+4
*
[sanitizer] address some of the dvyukov's comments on previous commits
Kostya Serebryany
2014-02-13
1
-3
/
+3
*
[sanitizer] findPath for deadlock detector
Kostya Serebryany
2014-02-13
1
-2
/
+20
*
[sanitizer] more code for deadlock detector, nothing really works yet (except...
Kostya Serebryany
2014-02-13
1
-3
/
+3
*
[sanitizer] added class BVGraph, to be used in a deadlock detector; added mor...
Kostya Serebryany
2014-02-12
1
-0
/
+69