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_sync.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
-296
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
sanitizers: consistently check result of MmapFixedNoReserve
Dmitry Vyukov
2018-07-20
1
-1
/
+2
*
tsan: give debug names to dense allocators
Dmitry Vyukov
2017-07-12
1
-1
/
+3
*
tsan: add new mutex annotations
Dmitry Vyukov
2017-03-26
1
-4
/
+1
*
[tsan] Provide API for libraries for race detection on custom objects
Kuba Mracek
2017-02-02
1
-0
/
+1
*
tsan: always define SANITIZER_GO
Dmitry Vyukov
2016-10-28
1
-2
/
+2
*
tsan: don't create sync objects on acquire
Dmitry Vyukov
2016-06-27
1
-2
/
+2
*
tsan: fix another crash due to processors
Dmitry Vyukov
2016-05-10
1
-5
/
+8
*
tsan: fix windows Go support
Dmitry Vyukov
2016-04-27
1
-0
/
+6
*
tsan: change tsan/Go interface for obtaining the current Processor
Dmitry Vyukov
2016-04-27
1
-4
/
+4
*
tsan: split thread into logical and physical state
Dmitry Vyukov
2016-04-27
1
-23
/
+23
*
tsan: revert r262037
Dmitry Vyukov
2016-02-26
1
-23
/
+23
*
tsan: split thread into logical and physical state
Dmitry Vyukov
2016-02-26
1
-23
/
+23
*
tsan: don't write to meta shadow unnecessarily
Dmitry Vyukov
2015-03-27
1
-4
/
+6
*
tsan: fix a bug in MetaMap::ResetRange
Dmitry Vyukov
2015-03-12
1
-2
/
+4
*
tsan: fix crash during __tsan_java_move
Dmitry Vyukov
2015-03-12
1
-1
/
+59
*
[TSan] Use common flags in the same way as all the other sanitizers
Alexey Samsonov
2014-09-10
1
-1
/
+1
*
tsan: allocate vector clocks using slab allocator
Dmitry Vyukov
2014-08-05
1
-6
/
+11
*
tsan: reapply 212531 and 212532 with a fix
Dmitry Vyukov
2014-07-08
1
-4
/
+5
*
[TSan] Revert r212531 and r212532.
Alexey Samsonov
2014-07-08
1
-4
/
+3
*
tsan: allow memory overlap in __tsan_java_move
Dmitry Vyukov
2014-07-08
1
-3
/
+12
*
tsan: fix a potential hang
Dmitry Vyukov
2014-07-08
1
-2
/
+4
*
tsan: fix a bug in metamap
Dmitry Vyukov
2014-07-08
1
-1
/
+0
*
tsan: fix code formatting
Dmitry Vyukov
2014-06-21
1
-1
/
+1
*
tsan: refactor storage of meta information for heap blocks and sync objects
Dmitry Vyukov
2014-05-29
1
-254
/
+153
*
tsan: use stack depot for goroutine creation stacks (as C++ threads do)
Dmitry Vyukov
2014-03-20
1
-3
/
+4
*
tsan: implement new version of standalong deadlock detector
Dmitry Vyukov
2014-03-05
1
-2
/
+3
*
tsan: refactor deadlock detector
Dmitry Vyukov
2014-02-28
1
-1
/
+3
*
[tsan] rudimentary support for deadlock detector in tsan (nothing really work...
Kostya Serebryany
2014-02-14
1
-0
/
+1
*
tsan: move shadow stack from thread descriptors to fixed addresses
Dmitry Vyukov
2013-10-16
1
-0
/
+5
*
tsan: fix crash when data race happens on out-of-bounds accesses.
Dmitry Vyukov
2013-04-24
1
-0
/
+2
*
tsan: smaller memory block headers (32b->16b)
Dmitry Vyukov
2013-03-18
1
-17
/
+25
*
tsan: use StackDepot in sync object to store creation stacks
Dmitry Vyukov
2013-03-18
1
-21
/
+1
*
tsan: java interface implementation skeleton
Dmitry Vyukov
2012-12-20
1
-12
/
+24
*
tsan: intercept fork() to prevent false race reports on fd's
Dmitry Vyukov
2012-12-18
1
-0
/
+3
*
tsan: add mutexsets to reports
Dmitry Vyukov
2012-12-06
1
-4
/
+20
*
tsan: increase max shadow stack size + reduce memory consumption at the same ...
Dmitry Vyukov
2012-09-06
1
-2
/
+6
*
tsan: proper handling of linker initialized mutexes
Dmitry Vyukov
2012-08-18
1
-0
/
+4
*
tsan: better diagnostics for destroy of a locked mutex + a test
Dmitry Vyukov
2012-08-16
1
-0
/
+1
*
tsan: support for linker initializer mutexes with static storage duration
Dmitry Vyukov
2012-08-16
1
-1
/
+2
*
tsan: store sync objects in memory block headers + delete them when the block...
Dmitry Vyukov
2012-08-15
1
-0
/
+51
*
tasn: do not remember stack traces for sync objects for Go (they are not repo...
Dmitry Vyukov
2012-07-27
1
-0
/
+2
*
tsan: use dynamic shadow stack for Go
Dmitry Vyukov
2012-07-16
1
-1
/
+1
*
tsan: do not call malloc/free in memory access handling routine.
Dmitry Vyukov
2012-06-22
1
-6
/
+26
*
[Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...
Alexey Samsonov
2012-06-15
1
-1
/
+1
*
[TSan] use efficient real_memcpy inside runtime
Alexey Samsonov
2012-06-09
1
-1
/
+1
*
[Sanitizer] move placement_new definiton from TSan to common runtime
Alexey Samsonov
2012-06-07
1
-1
/
+1
*
Remove file-type tags in .cc files in tsan/ and sanitizer_common/
Alexey Samsonov
2012-06-04
1
-1
/
+1
*
tsan: simple memory profiler
Dmitry Vyukov
2012-05-22
1
-0
/
+20
[next]