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_interface_atomic.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
-955
/
+0
*
tsan: Optimize performance of Thread sanitizer memory access functions
Dmitry Vyukov
2019-02-07
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
tsan: don't create sync objects on acquire-load
Dmitry Vyukov
2017-07-12
1
-5
/
+11
*
tsan: add new mutex annotations
Dmitry Vyukov
2017-03-26
1
-3
/
+5
*
tsan: fix a typo
Dmitry Vyukov
2017-03-22
1
-2
/
+2
*
tsan: support __ATOMIC_HLE_ACQUIRE/RELEASE flags
Dmitry Vyukov
2017-03-21
1
-1
/
+18
*
tsan: more precise handling of atomic stores
Dmitry Vyukov
2016-11-08
1
-1
/
+1
*
tsan: always define SANITIZER_GO
Dmitry Vyukov
2016-10-28
1
-9
/
+9
*
[tsan] Add TSan __tsan_atomic* functions to tsan_interface.h
Kuba Brecka
2016-04-07
1
-24
/
+1
*
[TSan][MIPS] Adding support for MIPS64
Mohit K. Bhakkad
2015-02-20
1
-3
/
+4
*
[tsan] remove TSAN_GO in favor of SANITIZER_GO
Kostya Serebryany
2014-12-09
1
-10
/
+10
*
Fix -Wcast-qual warnings in sanitizers
Alexey Samsonov
2014-11-13
1
-4
/
+4
*
[TSan] Use StackTrace from sanitizer_common where applicable
Alexey Samsonov
2014-11-03
1
-1
/
+1
*
tsan: fix Go runtime build with clang
Dmitry Vyukov
2014-07-18
1
-4
/
+4
*
tsan: expose atomic operations in Go runtime
Dmitry Vyukov
2014-07-18
1
-48
/
+145
*
tsan: refactor storage of meta information for heap blocks and sync objects
Dmitry Vyukov
2014-05-29
1
-4
/
+4
*
[TSan] ifdef out certain functions if 128-bit ints are not supported.
Alexey Samsonov
2014-05-22
1
-0
/
+6
*
Fix typos
Alp Toker
2014-05-15
1
-1
/
+1
*
tsan: use read lock instead of write in atomic operations when possible
Dmitry Vyukov
2014-03-24
1
-3
/
+8
*
tsan: deobfuscate global ctx variable
Dmitry Vyukov
2014-03-20
1
-4
/
+4
*
Reapply r201910. MSVC gets __func__ defined explicitly, even though it
Joerg Sonnenberger
2014-02-26
1
-1
/
+1
*
Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++...
Reid Kleckner
2014-02-22
1
-1
/
+1
*
Replace __FUNCTION__ with __func__, the latter being standard C99/C++11.
Joerg Sonnenberger
2014-02-21
1
-1
/
+1
*
tsan: relax checking of errno spoiling in signal handlers
Dmitry Vyukov
2014-01-28
1
-1
/
+1
*
tsan: do not deadlock on fork
Dmitry Vyukov
2014-01-24
1
-36
/
+132
*
tsan: remove in_rtl counter
Dmitry Vyukov
2013-12-24
1
-4
/
+0
*
[TSan] Move declarations of __tsan_atomic functions to a public header
Alexey Samsonov
2013-12-11
1
-14
/
+88
*
tsan: add annotations to ignore synchronization operations
Dmitry Vyukov
2013-10-10
1
-14
/
+19
*
Fix typo found by Clang fix for extern "C" function handling.
Richard Smith
2013-06-28
1
-1
/
+1
*
tsan: consistently use return pc as top frame pc
Dmitry Vyukov
2013-06-17
1
-1
/
+0
*
tsan: more detailed trace for atomic operations (include address and memory o...
Dmitry Vyukov
2013-06-10
1
-18
/
+19
*
tsan: do not allocate sync vars on relaxed atomic operations
Dmitry Vyukov
2013-03-19
1
-18
/
+26
*
tsan: even if races between atomic and plain memory accesses are turned off (...
Dmitry Vyukov
2013-02-01
1
-10
/
+5
*
tsan: say that the memory access is atomic in reports
Dmitry Vyukov
2013-02-01
1
-1
/
+2
*
tsan: remember 2 stack frames for atomics (caller and atomic itself)
Dmitry Vyukov
2013-02-01
1
-14
/
+19
*
tsan: add flag to not report races between atomic and plain memory accesses
Dmitry Vyukov
2013-02-01
1
-4
/
+9
*
tsan: detect races between plain and atomic memory accesses
Dmitry Vyukov
2013-02-01
1
-1
/
+21
*
tsan: add mutexsets to reports
Dmitry Vyukov
2012-12-06
1
-4
/
+4
*
tsan: fix memory barriers in atomics
Dmitry Vyukov
2012-12-05
1
-1
/
+7
*
tsan: make atomic operations atomic again
Dmitry Vyukov
2012-12-04
1
-27
/
+92
*
tsan: fix nand operation
Dmitry Vyukov
2012-12-04
1
-1
/
+1
*
tsan: fix compilation for dead old compilers (why we are supporting them at a...
Dmitry Vyukov
2012-11-27
1
-0
/
+24
*
tsan: add 128-bit atomic operations
Dmitry Vyukov
2012-11-27
1
-1
/
+54
*
tsan: refactor atomic operations implementation
Dmitry Vyukov
2012-11-27
1
-64
/
+103
*
tsan: add atomic nand operation
Dmitry Vyukov
2012-11-26
1
-0
/
+34
*
tsan: add failure memory order to atomic compare exchange functions
Dmitry Vyukov
2012-11-23
1
-27
/
+28
*
tsan: eevn better handling of signals
Dmitry Vyukov
2012-11-15
1
-0
/
+1
*
tsan: switch to new memory_order constants (ABI compatible)
Dmitry Vyukov
2012-11-09
1
-7
/
+28
*
tsan: add __tsan_atomicX_compare_exchange_val() function
Dmitry Vyukov
2012-11-09
1
-0
/
+26
[next]