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_deadlock_detector1.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sanitizer] print threads in deadlock report
Kostya Serebryany
2014-03-21
1
-6
/
+8
*
tsan: add test for second_deadlock_stack flag
Dmitry Vyukov
2014-03-19
1
-6
/
+10
*
[sanitizer] use some c++11 to simplify the code (we can now). Fix one place w...
Kostya Serebryany
2014-03-19
1
-1
/
+1
*
tsan: fix large stack frame in deadlock detector
Dmitry Vyukov
2014-03-19
1
-22
/
+28
*
tsan: deadlock detector: add deadlock detector flags
Dmitry Vyukov
2014-03-18
1
-1
/
+2
*
[sanitizer] make the deadlock detector print 2*N stack traces on lock-order-i...
Kostya Serebryany
2014-03-17
1
-6
/
+12
*
[sanitizer] print more stack traces when reporting a deadlock (even more to c...
Kostya Serebryany
2014-03-17
1
-2
/
+3
*
[sanitizer] fully implement racy fast path in bitset-based deadlock detector
Kostya Serebryany
2014-03-14
1
-1
/
+3
*
[sanitizer] partially implement racy fast path in bitset-based deadlock detector
Kostya Serebryany
2014-03-14
1
-0
/
+2
*
[sanitizer] in bitset-based deadlock detector collect edge's stack trace when...
Kostya Serebryany
2014-03-14
1
-7
/
+9
*
[sanitizer] in bitvector-based deadlock detector split onLock into onLockBefo...
Kostya Serebryany
2014-03-13
1
-16
/
+22
*
[sanitizer] support recursive rwlocks in bitset-based deadlock detector
Kostya Serebryany
2014-03-13
1
-1
/
+2
*
tsan: implement new version of standalong deadlock detector
Dmitry Vyukov
2014-03-05
1
-35
/
+44
*
tsan: add dynamic library target for standalone deadlock detector
Dmitry Vyukov
2014-03-04
1
-0
/
+3
*
[sanitizer] speedup deadlock detector for the case when we acquire the first ...
Kostya Serebryany
2014-02-28
1
-0
/
+2
*
[sanitizer] speedup deadlock detector for the case when we destroy a mutex th...
Kostya Serebryany
2014-02-28
1
-0
/
+1
*
tsan: refactor deadlock detector
Dmitry Vyukov
2014-02-28
1
-0
/
+141