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_defs.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
*
tsan: optimize sync clock memory consumption
Dmitry Vyukov
2017-07-14
1
-4
/
+29
*
[tsan] Detect races on modifying accesses in Swift code
Kuba Mracek
2017-05-03
1
-0
/
+9
*
[tsan] Provide API for libraries for race detection on custom objects
Kuba Mracek
2017-02-02
1
-1
/
+2
*
tsan: always define SANITIZER_GO
Dmitry Vyukov
2016-10-28
1
-12
/
+2
*
tsan: split thread into logical and physical state
Dmitry Vyukov
2016-04-27
1
-0
/
+1
*
tsan: revert r262037
Dmitry Vyukov
2016-02-26
1
-1
/
+0
*
tsan: split thread into logical and physical state
Dmitry Vyukov
2016-02-26
1
-0
/
+1
*
Fix another -Wexpansion-to-defined warning in compiler-rt.
Nico Weber
2016-01-19
1
-1
/
+5
*
[tsan] Fix weakly imported functions on OS X
Kuba Brecka
2015-11-30
1
-3
/
+0
*
[tsan] Handle libdispatch worker threads on OS X
Kuba Brecka
2015-11-04
1
-0
/
+2
*
Allow UBSan+MSan and UBSan+TSan combinations (Clang part).
Alexey Samsonov
2015-04-28
1
-0
/
+5
*
[TSan] Provide default values for compile definitions.
Alexey Samsonov
2015-02-17
1
-1
/
+10
*
tsan: reduce size of vector clock in Go mode
Dmitry Vyukov
2015-02-13
1
-0
/
+4
*
tsan: remove stats from ThreadState ifndef TSAN_COLLECT_STATS
Dmitry Vyukov
2015-02-13
1
-6
/
+0
*
tsan: remove TSAN_SHADOW_COUNT
Dmitry Vyukov
2015-01-19
1
-29
/
+0
*
Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.
Alexey Samsonov
2015-01-03
1
-6
/
+2
*
[tsan] remove TSAN_GO in favor of SANITIZER_GO
Kostya Serebryany
2014-12-09
1
-1
/
+1
*
[TSan] Use StackTrace from sanitizer_common where applicable
Alexey Samsonov
2014-11-03
1
-2
/
+0
*
tsan: optimize memory access functions
Dmitry Vyukov
2014-05-30
1
-0
/
+1
*
tsan: refactor storage of meta information for heap blocks and sync objects
Dmitry Vyukov
2014-05-29
1
-1
/
+16
*
tsan: allow to disable history collection
Dmitry Vyukov
2014-05-15
1
-0
/
+6
*
tsan: fix vector clocks
Dmitry Vyukov
2014-04-11
1
-0
/
+1
*
tsan: better diagnostics if thread finishes with ignores enabled
Dmitry Vyukov
2013-11-27
1
-0
/
+1
*
tsan: move shadow stack from thread descriptors to fixed addresses
Dmitry Vyukov
2013-10-16
1
-4
/
+2
*
[tsan] Move some suppressions-related code to common.
Sergey Matveev
2013-06-26
1
-1
/
+0
*
tsan: print matched suppressions if print_suppressions=1 flag is provided
Dmitry Vyukov
2013-03-27
1
-0
/
+1
*
[TSan] Switch TSan runtime to use ThreadRegistry class from sanitizer_common
Alexey Samsonov
2013-03-15
1
-1
/
+0
*
tsan: detect races between plain and atomic memory accesses
Dmitry Vyukov
2013-02-01
1
-1
/
+1
*
tsan: fix CPP_WEAK definition (it must be the other way around)
Dmitry Vyukov
2013-01-30
1
-3
/
+3
*
tsan: introduce a helped macro CPP_WEAK (Go linker does not support weak symb...
Dmitry Vyukov
2013-01-30
1
-0
/
+3
*
tsan: add mutexsets to reports
Dmitry Vyukov
2012-12-06
1
-0
/
+6
*
tsan: fix trace handling when trace is reused between threads
Dmitry Vyukov
2012-12-04
1
-1
/
+7
*
tsan: address several review comments
Dmitry Vyukov
2012-11-28
1
-0
/
+4
*
tsan: switch to 4 shadow cells by default (since that's what we use everywher...
Dmitry Vyukov
2012-11-15
1
-1
/
+1
*
tsan: use GORACE env for options for Go
Dmitry Vyukov
2012-11-08
1
-0
/
+6
*
tsan: lazily allocate shadow for Go
Dmitry Vyukov
2012-11-06
1
-0
/
+3
*
tsan: fix constant types
Dmitry Vyukov
2012-11-06
1
-4
/
+4
*
tsan: fix code style
Dmitry Vyukov
2012-09-06
1
-1
/
+1
*
tsan: increase max shadow stack size + reduce memory consumption at the same ...
Dmitry Vyukov
2012-09-06
1
-1
/
+2
*
tsan: switch to new allocator
Dmitry Vyukov
2012-08-15
1
-0
/
+1
*
tsan: use dynamic shadow stack for Go
Dmitry Vyukov
2012-07-16
1
-3
/
+1
*
tsan: Go language support
Dmitry Vyukov
2012-07-05
1
-3
/
+5
*
tsan/asan: unify atomics (move atomics from tsan to sanitizer_common)
Dmitry Vyukov
2012-06-29
1
-18
/
+0
*
tsan: remove own memset/memcpy/memcmp (too messy)
Dmitry Vyukov
2012-06-29
1
-25
/
+0
*
tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtime
Dmitry Vyukov
2012-06-27
1
-5
/
+24
*
tsan: do not call malloc/free in memory access handling routine.
Dmitry Vyukov
2012-06-22
1
-0
/
+1
*
[Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...
Alexey Samsonov
2012-06-15
1
-7
/
+6
*
[Sanitizer] Move internal_memcmp to common sanitizer libc
Alexey Samsonov
2012-06-14
1
-1
/
+0
*
[TSan] use efficient real_memcpy inside runtime
Alexey Samsonov
2012-06-09
1
-0
/
+1
[next]