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_report.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[nolibc] Move all platforms to internal_getpid.
Peter Collingbourne
2013-05-17
1
-1
/
+2
*
tsan: better reporting of thread leaks
Dmitry Vyukov
2013-03-21
1
-1
/
+5
*
tsan: better reporting for races on vptr
Dmitry Vyukov
2013-03-21
1
-0
/
+2
*
[TSan] Switch TSan runtime to use ThreadRegistry class from sanitizer_common
Alexey Samsonov
2013-03-15
1
-1
/
+1
*
[TSan] skip multiple internal frames, if necessary
Alexey Samsonov
2013-02-06
1
-4
/
+4
*
[tsan] print error summary line
Kostya Serebryany
2013-02-06
1
-17
/
+36
*
tsan: say that the memory access is atomic in reports
Dmitry Vyukov
2013-02-01
1
-2
/
+8
*
tsan: describe stack and TLS addresses
Dmitry Vyukov
2013-01-14
1
-1
/
+3
*
tsan: symbolize global variables
Dmitry Vyukov
2013-01-11
1
-3
/
+2
*
tsan: describe "file descriptor" location
Dmitry Vyukov
2012-12-18
1
-1
/
+6
*
tsan: say what thread had created a thread in reports
Dmitry Vyukov
2012-12-17
1
-14
/
+20
*
tsan: add mutexsets to reports
Dmitry Vyukov
2012-12-06
1
-9
/
+27
*
tsan: output thread names
Dmitry Vyukov
2012-12-04
1
-0
/
+1
*
tsan: describe global vars (module+offset for now)
Dmitry Vyukov
2012-12-03
1
-3
/
+4
*
tsan: explicitly say that failed to restore the stack
Dmitry Vyukov
2012-11-28
1
-0
/
+4
*
tsan: add missing \n in report
Dmitry Vyukov
2012-11-22
1
-1
/
+1
*
tsan: explictly say when we fail to restore a stack trace
Dmitry Vyukov
2012-11-21
1
-0
/
+4
*
[TSan] finally remove TsanPrintf in favor of Printf from sanitizer_common
Alexey Samsonov
2012-11-02
1
-38
/
+38
*
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
/
+1
*
tsan: increase max shadow stack size + reduce memory consumption at the same ...
Dmitry Vyukov
2012-09-06
1
-1
/
+1
*
tsan: better diagnostics for mutex misuse
Dmitry Vyukov
2012-09-01
1
-1
/
+1
*
tsan: add "as if synchronized via sleep" feature
Dmitry Vyukov
2012-08-31
1
-1
/
+10
*
tsan: use stack depot to describe heap blocks
Dmitry Vyukov
2012-08-30
1
-2
/
+7
*
tsan: improve Go report format + fix build
Dmitry Vyukov
2012-08-16
1
-1
/
+2
*
tsan: better diagnostics for destroy of a locked mutex + a test
Dmitry Vyukov
2012-08-16
1
-1
/
+4
*
tsan: align report style with Go internal format
Dmitry Vyukov
2012-07-24
1
-2
/
+2
*
tsan: output goroutine creation stack
Dmitry Vyukov
2012-07-24
1
-0
/
+10
*
tsan: Go lang: symbolize stack traces
Dmitry Vyukov
2012-07-06
1
-0
/
+29
*
tsan: check that signal handlers do not spoil errno.
Dmitry Vyukov
2012-06-27
1
-0
/
+2
*
[Sanitizer]: Introduce a common internal printf function. For now, also use t...
Alexey Samsonov
2012-06-06
1
-2
/
+2
*
[TSan] run some renaming as a preparation for factoring out Printf implementa...
Alexey Samsonov
2012-06-06
1
-27
/
+27
*
Remove file-type tags in .cc files in tsan/ and sanitizer_common/
Alexey Samsonov
2012-06-04
1
-1
/
+1
*
tsan: detect accesses to freed memory
Dmitry Vyukov
2012-05-17
1
-0
/
+2
*
[tsan] First commit of ThreadSanitizer (TSan) run-time library.
Kostya Serebryany
2012-05-10
1
-0
/
+124