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_thread.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tsan: use memory access size for Go after all
Dmitry Vyukov
2013-06-06
1
-21
/
+0
*
tsan: detect when a thread ends with ignores enabled
Dmitry Vyukov
2013-05-21
1
-0
/
+9
*
tsan: better reporting of thread leaks
Dmitry Vyukov
2013-03-21
1
-10
/
+28
*
tsan: special handling of .rodata (don't try to find races, don't keep shadow...
Dmitry Vyukov
2013-03-20
1
-0
/
+7
*
tsan: move trace header into 0x600000000000 range
Dmitry Vyukov
2013-03-20
1
-13
/
+6
*
tsan: flush dead thread info earlier (when another thread is finished rather ...
Dmitry Vyukov
2013-03-19
1
-4
/
+3
*
tsan: fix memory leak
Dmitry Vyukov
2013-03-19
1
-0
/
+1
*
tsan: touch less shadow memory during operations on big memory ranges
Dmitry Vyukov
2013-03-18
1
-3
/
+4
*
tsan: mark shadow for thread stack as "don't need" when thread exits
Dmitry Vyukov
2013-03-18
1
-12
/
+4
*
tsan: fix clang -Wall build
Dmitry Vyukov
2013-03-18
1
-0
/
+5
*
[TSan] re-apply r177249 lost in edits
Alexey Samsonov
2013-03-18
1
-1
/
+2
*
tsan: fix memory leak
Dmitry Vyukov
2013-03-18
1
-0
/
+1
*
tsan: use StackDepot for thread creation stacks
Dmitry Vyukov
2013-03-18
1
-0
/
+4
*
tsan: fix Go build
Dmitry Vyukov
2013-03-18
1
-14
/
+16
*
[TSan] fix undefined variable in debug TSan build
Alexey Samsonov
2013-03-18
1
-1
/
+2
*
[TSan] Switch TSan runtime to use ThreadRegistry class from sanitizer_common
Alexey Samsonov
2013-03-15
1
-223
/
+140
*
tsan: do not imitate memory write on malloc() (Go)
Dmitry Vyukov
2013-02-13
1
-0
/
+22
*
tsan: detect races between plain and atomic memory accesses
Dmitry Vyukov
2013-02-01
1
-19
/
+3
*
tsan: implement malloc stats querying
Dmitry Vyukov
2013-01-24
1
-1
/
+4
*
tsan: say what thread had created a thread in reports
Dmitry Vyukov
2012-12-17
1
-0
/
+1
*
tsan: add mutexsets to reports
Dmitry Vyukov
2012-12-06
1
-0
/
+1
*
tsan: output thread names
Dmitry Vyukov
2012-12-04
1
-0
/
+20
*
tsan: fix trace handling when trace is reused between threads
Dmitry Vyukov
2012-12-04
1
-2
/
+6
*
tsan: dynamic history size
Dmitry Vyukov
2012-11-28
1
-2
/
+2
*
tsan: move traces from tls into dedicated storage at fixed address
Dmitry Vyukov
2012-11-28
1
-5
/
+5
*
tsan: remove unused parameter
Dmitry Vyukov
2012-11-15
1
-3
/
+3
*
tsan: do not sleep at exit if there are no other threads
Dmitry Vyukov
2012-11-07
1
-0
/
+17
*
tsan: more precise handling of finalizers
Dmitry Vyukov
2012-11-07
1
-4
/
+0
*
[TSan] finally remove TsanPrintf in favor of Printf from sanitizer_common
Alexey Samsonov
2012-11-02
1
-7
/
+7
*
tsan: cache pc's that cause suppressions (this way we do not need to symboliz...
Dmitry Vyukov
2012-10-05
1
-1
/
+1
*
tsan: fix mac build
Dmitry Vyukov
2012-10-02
1
-1
/
+1
*
tsan: output tid's in reports
Dmitry Vyukov
2012-10-02
1
-1
/
+2
*
tsan: use stack depot to describe heap blocks
Dmitry Vyukov
2012-08-30
1
-2
/
+3
*
tsan: improve Go report format + fix build
Dmitry Vyukov
2012-08-16
1
-0
/
+2
*
tsan: switch to new allocator
Dmitry Vyukov
2012-08-15
1
-0
/
+1
*
tsan: add ReleaseStore() function that merely copies vector clock rather than...
Dmitry Vyukov
2012-07-28
1
-1
/
+1
*
tsan: suport for Go finalizers
Dmitry Vyukov
2012-07-25
1
-0
/
+4
*
tsan: use dynamic shadow stack for Go
Dmitry Vyukov
2012-07-16
1
-0
/
+8
*
tsan: increase number of dead threads for Go
Dmitry Vyukov
2012-07-16
1
-0
/
+4
*
tsan: Go language support
Dmitry Vyukov
2012-07-05
1
-11
/
+15
*
tsan: fix crashes if signal is caught during thread bootstrap or shutdown
Dmitry Vyukov
2012-06-28
1
-0
/
+2
*
tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtime
Dmitry Vyukov
2012-06-27
1
-1
/
+1
*
[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
*
[Sanitizer]: Introduce a common internal printf function. For now, also use t...
Alexey Samsonov
2012-06-06
1
-11
/
+11
*
[TSan] run some renaming as a preparation for factoring out Printf implementa...
Alexey Samsonov
2012-06-06
1
-7
/
+8
*
Remove file-type tags in .cc files in tsan/ and sanitizer_common/
Alexey Samsonov
2012-06-04
1
-1
/
+1
*
tsan: fix race during pthread_join/detach
Dmitry Vyukov
2012-05-28
1
-7
/
+12
*
tsan: do not clean stack/tls for main thread
Dmitry Vyukov
2012-05-28
1
-11
/
+13
[prev]
[next]