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
*
compiler-rt: Rename .cc file in lib/tsan/rtl to .cpp
Nico Weber
2019-08-01
1
-539
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
tsan: fix deficiency in MutexReadOrWriteUnlock
Dmitry Vyukov
2018-06-22
1
-1
/
+1
*
tsan: improve "destroy of a locked mutex" reports
Dmitry Vyukov
2018-04-27
1
-2
/
+2
*
[tsan] Add Mutex annotation flag for constant-initialized __tsan_mutex_linker...
Dmitry Vyukov
2017-10-20
1
-1
/
+3
*
tsan: prepare clock for future changes
Dmitry Vyukov
2017-07-12
1
-6
/
+6
*
tsan: support linker init flag in __tsan_mutex_destroy
Dmitry Vyukov
2017-05-01
1
-2
/
+2
*
tsan: add new mutex annotations
Dmitry Vyukov
2017-03-26
1
-39
/
+79
*
tsan: always define SANITIZER_GO
Dmitry Vyukov
2016-10-28
1
-4
/
+4
*
tsan: don't create sync objects on acquire
Dmitry Vyukov
2016-06-27
1
-3
/
+5
*
tsan: rely on AnnotateRWLockCreateStatic to detect linker-initialized mutexes
Dmitry Vyukov
2016-06-03
1
-14
/
+15
*
tsan: change tsan/Go interface for obtaining the current Processor
Dmitry Vyukov
2016-04-27
1
-7
/
+7
*
tsan: split thread into logical and physical state
Dmitry Vyukov
2016-04-27
1
-7
/
+7
*
[tsan] Detect uses of uninitialized, destroyed and invalid mutexes
Kuba Brecka
2016-03-16
1
-0
/
+8
*
tsan: revert r262037
Dmitry Vyukov
2016-02-26
1
-7
/
+7
*
tsan: split thread into logical and physical state
Dmitry Vyukov
2016-02-26
1
-7
/
+7
*
[tsan] workaround for a crash in deadlock detector, bug https://github.com/go...
Kostya Serebryany
2015-09-01
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-6
/
+2
*
[tsan] remove TSAN_GO in favor of SANITIZER_GO
Kostya Serebryany
2014-12-09
1
-2
/
+2
*
[TSan] Use StackTrace from sanitizer_common where applicable
Alexey Samsonov
2014-11-03
1
-12
/
+9
*
[Sanitizer] Make StackTrace a lightweight reference to array of PCs, and
Alexey Samsonov
2014-10-26
1
-3
/
+2
*
[TSan] Use common flags in the same way as all the other sanitizers
Alexey Samsonov
2014-09-10
1
-11
/
+12
*
tsan: allocate vector clocks using slab allocator
Dmitry Vyukov
2014-08-05
1
-6
/
+6
*
[tsan] fix deadlock detector's interoperation with java locks (https://code.g...
Kostya Serebryany
2014-07-08
1
-1
/
+1
*
[tsan] fix pthread_rwlock_tryrdlock interceptor, don't try to detect deadlock...
Kostya Serebryany
2014-07-08
1
-2
/
+2
*
tsan: fix mutex in Go mode
Dmitry Vyukov
2014-06-06
1
-1
/
+1
*
tsan: disable reporting of mutex misuses in Go
Dmitry Vyukov
2014-06-06
1
-0
/
+4
*
[TSan] Reduce the stack frame size of ReportDeadlock
Alexey Samsonov
2014-06-05
1
-1
/
+1
*
tsan: refactor storage of meta information for heap blocks and sync objects
Dmitry Vyukov
2014-05-29
1
-25
/
+44
*
tsan: refactor suppressions machinery
Dmitry Vyukov
2014-05-28
1
-8
/
+6
*
tsan: allow to suppress all reports
Dmitry Vyukov
2014-04-25
1
-2
/
+2
*
tsan: better reports for "unlock of an unlocked mutex"
Dmitry Vyukov
2014-04-25
1
-3
/
+6
*
tsan: better reports for "read lock of a write locked mutex"
Dmitry Vyukov
2014-04-25
1
-33
/
+27
*
tsan: improve "read unlock of a write locked mutex" report
Dmitry Vyukov
2014-04-25
1
-4
/
+18
*
tsan: better report for bad mutex unlocks
Dmitry Vyukov
2014-04-25
1
-11
/
+16
*
tsan: better reports for "double lock of a mutex"
Dmitry Vyukov
2014-04-25
1
-3
/
+16
*
tsan: optimize vector clock operations
Dmitry Vyukov
2014-03-24
1
-4
/
+4
*
[sanitizer] print threads in deadlock report
Kostya Serebryany
2014-03-21
1
-1
/
+7
*
[sanitizer] more human-readable deadlock reports
Kostya Serebryany
2014-03-21
1
-1
/
+1
*
tsan: deobfuscate global ctx variable
Dmitry Vyukov
2014-03-20
1
-17
/
+8
*
tsan: add test for second_deadlock_stack flag
Dmitry Vyukov
2014-03-19
1
-1
/
+1
*
tsan: preliminary support for Go deadlock detector
Dmitry Vyukov
2014-03-19
1
-6
/
+0
*
[sanitizer] deadlock detector: a) initial support for suppressions, b) be mor...
Kostya Serebryany
2014-03-19
1
-4
/
+12
*
[sanitizer] make the deadlock detector print 2*N stack traces on lock-order-i...
Kostya Serebryany
2014-03-17
1
-8
/
+8
*
[tsan] fox the GO build
Kostya Serebryany
2014-03-17
1
-0
/
+2
*
[sanitizer] fix build warnings; add an output test for the deadlock detecor
Kostya Serebryany
2014-03-17
1
-1
/
+1
*
[sanitizer] print more stack traces when reporting a deadlock (even more to c...
Kostya Serebryany
2014-03-17
1
-0
/
+9
*
[sanitizer] in bitvector-based deadlock detector split onLock into onLockBefo...
Kostya Serebryany
2014-03-13
1
-2
/
+4
*
tsan: implement new version of standalong deadlock detector
Dmitry Vyukov
2014-03-05
1
-29
/
+76
*
tsan: refactor deadlock detector
Dmitry Vyukov
2014-02-28
1
-60
/
+48
[next]