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: change tsan/Go interface for obtaining the current Processor
Dmitry Vyukov
2016-04-27
1
-3
/
+3
*
tsan: split thread into logical and physical state
Dmitry Vyukov
2016-04-27
1
-17
/
+5
*
tsan: revert r262037
Dmitry Vyukov
2016-02-26
1
-5
/
+17
*
tsan: split thread into logical and physical state
Dmitry Vyukov
2016-02-26
1
-17
/
+5
*
[tsan] Handle libdispatch worker threads on OS X
Kuba Brecka
2015-11-04
1
-2
/
+6
*
Revert "Apply modernize-use-default to compiler-rt."
Alexey Samsonov
2015-10-30
1
-1
/
+2
*
Apply modernize-use-default to compiler-rt.
Angel Garcia Gomez
2015-10-20
1
-2
/
+1
*
[Tsan] Do not sanitize memcpy() during thread initialization on FreeBSD
Viktor Kutuzov
2015-03-16
1
-0
/
+1
*
[TSan] Provide default values for compile definitions.
Alexey Samsonov
2015-02-17
1
-1
/
+1
*
tsan: remove everything related to rss/background thread in Go mode
Dmitry Vyukov
2015-02-16
1
-0
/
+2
*
tsan: remove stats from ThreadState ifndef TSAN_COLLECT_STATS
Dmitry Vyukov
2015-02-13
1
-0
/
+2
*
Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.
Alexey Samsonov
2015-01-03
1
-1
/
+1
*
tsan: fix trace initialization during thread id reuse
Dmitry Vyukov
2014-12-25
1
-7
/
+5
*
tsan: reset stack0 in the first partition of thread trace
Dmitry Vyukov
2014-12-22
1
-1
/
+4
*
[tsan] remove TSAN_GO in favor of SANITIZER_GO
Kostya Serebryany
2014-12-09
1
-8
/
+8
*
[TSan] Use common flags in the same way as all the other sanitizers
Alexey Samsonov
2014-09-10
1
-2
/
+2
*
tsan: handle early signals
Dmitry Vyukov
2014-09-03
1
-2
/
+1
*
tsan: allocate vector clocks using slab allocator
Dmitry Vyukov
2014-08-05
1
-5
/
+11
*
tsan: flush metamap per-thread cache when thread finishes
Dmitry Vyukov
2014-06-06
1
-0
/
+1
*
tsan: refactor storage of meta information for heap blocks and sync objects
Dmitry Vyukov
2014-05-29
1
-1
/
+1
*
tsan: refactor suppressions machinery
Dmitry Vyukov
2014-05-28
1
-2
/
+2
*
tsan: allow to suppress all reports
Dmitry Vyukov
2014-04-25
1
-1
/
+1
*
tsan: fix vector clocks
Dmitry Vyukov
2014-04-11
1
-2
/
+2
*
tsan: deobfuscate global ctx variable
Dmitry Vyukov
2014-03-20
1
-14
/
+5
*
tsan: use stack depot for goroutine creation stacks (as C++ threads do)
Dmitry Vyukov
2014-03-20
1
-4
/
+0
*
tsan: refactor deadlock detector
Dmitry Vyukov
2014-02-28
1
-2
/
+12
*
tsan: do not deadlock on fork
Dmitry Vyukov
2014-01-24
1
-0
/
+10
*
tsan: remove in_rtl counter
Dmitry Vyukov
2013-12-24
1
-9
/
+0
*
tsan: clarify "thread ended with ignores enabled" message
Dmitry Vyukov
2013-11-27
1
-0
/
+2
*
tsan: better diagnostics if thread finishes with ignores enabled
Dmitry Vyukov
2013-11-27
1
-8
/
+29
*
tsan: move shadow stack from thread descriptors to fixed addresses
Dmitry Vyukov
2013-10-16
1
-6
/
+9
*
tsan: add annotations to ignore synchronization operations
Dmitry Vyukov
2013-10-10
1
-12
/
+8
*
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
[next]