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
/
tsan
/
rtl
/
tsan_rtl_mutex.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[sanitizer] do not acquire a global mutex in deadlock detector when dealing w...
Kostya Serebryany
2014-02-27
1
-2
/
+0
*
[sanitizer] minimal support for recursive locks indeadlock detector
Kostya Serebryany
2014-02-25
1
-6
/
+6
*
[sanitizer] support pthread_rwlock_rd* in deadlock detector
Kostya Serebryany
2014-02-25
1
-32
/
+36
*
[sanitizer] partially support pthread_rwlock_* (no rd* form yet)
Kostya Serebryany
2014-02-25
1
-7
/
+12
*
[sanitizer] add support for try_lock in deadlock detector
Kostya Serebryany
2014-02-25
1
-3
/
+6
*
[sanitizer] fix epoch handling in deadlock detector (before the fix, we could...
Kostya Serebryany
2014-02-25
1
-4
/
+5
*
[tsan] add coarse-grained lock around the DeadlockDetector. We can do better ...
Kostya Serebryany
2014-02-21
1
-15
/
+19
*
[tsan] when printing a mutex, also print its address. Properly print the dead...
Kostya Serebryany
2014-02-19
1
-7
/
+9
*
[sanitizer] when reporting a deadlock also report the lock cycle
Kostya Serebryany
2014-02-18
1
-10
/
+24
*
[sanitizer] make sure the deadlock detector survives the change of epochs; ad...
Kostya Serebryany
2014-02-18
1
-6
/
+5
*
[tsan] in deadlock detector do not register locks on their creation and unreg...
Kostya Serebryany
2014-02-18
1
-7
/
+4
*
[sanitizer] simplify DeadlockDetectorTLS
Kostya Serebryany
2014-02-17
1
-1
/
+1
*
[tsan] rudimentary support for deadlock detector in tsan (nothing really work...
Kostya Serebryany
2014-02-14
1
-0
/
+33
*
tsan: remove in_rtl counter
Dmitry Vyukov
2013-12-24
1
-11
/
+0
*
tsan: add support for robust mutexes
Dmitry Vyukov
2013-11-15
1
-0
/
+10
*
tsan: minor refactoring
Dmitry Vyukov
2013-10-10
1
-6
/
+1
*
tsan: add annotations to ignore synchronization operations
Dmitry Vyukov
2013-10-10
1
-37
/
+69
*
tsan: improve diagnostics for incorrect usages of mutexes
Dmitry Vyukov
2013-09-21
1
-7
/
+10
*
tsan: introduce recursive mutex lock/unlock java interface
Dmitry Vyukov
2013-05-17
1
-6
/
+10
*
[TSan] Switch TSan runtime to use ThreadRegistry class from sanitizer_common
Alexey Samsonov
2013-03-15
1
-23
/
+25
*
tsan: even if races between atomic and plain memory accesses are turned off (...
Dmitry Vyukov
2013-02-01
1
-2
/
+10
*
tsan: detect races between plain and atomic memory accesses
Dmitry Vyukov
2013-02-01
1
-7
/
+7
*
tsan: describe stack and TLS addresses
Dmitry Vyukov
2013-01-14
1
-0
/
+1
*
tsan: add mutexsets to reports
Dmitry Vyukov
2012-12-06
1
-17
/
+25
*
tsan: move traces from tls into dedicated storage at fixed address
Dmitry Vyukov
2012-11-28
1
-6
/
+6
*
tsan: more precise handling of finalizers
Dmitry Vyukov
2012-11-07
1
-0
/
+14
*
[TSan] finally remove TsanPrintf in favor of Printf from sanitizer_common
Alexey Samsonov
2012-11-02
1
-6
/
+6
*
tsan: cache pc's that cause suppressions (this way we do not need to symboliz...
Dmitry Vyukov
2012-10-05
1
-1
/
+1
*
tsan: ignore destruction of global mutexes (causes a lot of non-interesting r...
Dmitry Vyukov
2012-09-07
1
-0
/
+6
*
tsan: better diagnostics for mutex misuse
Dmitry Vyukov
2012-09-01
1
-2
/
+10
*
tsan: fix crash when users pass insane mutex addresses in dynamic annotations
Dmitry Vyukov
2012-08-31
1
-7
/
+14
*
tsan: add "as if synchronized via sleep" feature
Dmitry Vyukov
2012-08-31
1
-0
/
+17
*
tsan: slightly optimize mutex unlock
Dmitry Vyukov
2012-08-31
1
-2
/
+2
*
tsan: proper handling of linker initialized mutexes
Dmitry Vyukov
2012-08-18
1
-17
/
+15
*
tsan: add flag to disable reporting of destruction of locked mutexes (some pr...
Dmitry Vyukov
2012-08-16
1
-1
/
+4
*
tsan: better diagnostics for destroy of a locked mutex + a test
Dmitry Vyukov
2012-08-16
1
-0
/
+8
*
tsan: support for linker initializer mutexes with static storage duration
Dmitry Vyukov
2012-08-16
1
-8
/
+12
*
tsan: implement RWLOCK annotations
Dmitry Vyukov
2012-08-16
1
-1
/
+1
*
tsan: add ReleaseStore() function that merely copies vector clock rather than...
Dmitry Vyukov
2012-07-28
1
-0
/
+10
*
[Sanitizer]: Introduce a common internal printf function. For now, also use t...
Alexey Samsonov
2012-06-06
1
-9
/
+9
*
[TSan] run some renaming as a preparation for factoring out Printf implementa...
Alexey Samsonov
2012-06-06
1
-6
/
+7
*
Remove file-type tags in .cc files in tsan/ and sanitizer_common/
Alexey Samsonov
2012-06-04
1
-1
/
+1
*
[tsan] First commit of ThreadSanitizer (TSan) run-time library.
Kostya Serebryany
2012-05-10
1
-0
/
+209
[prev]