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_flags.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tsan: add flag to not report races between atomic and plain memory accesses
Dmitry Vyukov
2013-02-01
1
-0
/
+2
*
tsan: add io_sync flag that controls amount of IO synchronization
Dmitry Vyukov
2012-12-18
1
-0
/
+8
*
tsan: suppress weird race reports when JVM is embed into the process
Dmitry Vyukov
2012-11-30
1
-0
/
+2
*
tsan: address several review comments
Dmitry Vyukov
2012-11-28
1
-5
/
+1
*
tsan: add log_path parameter (similar to asan)
Dmitry Vyukov
2012-11-28
1
-2
/
+2
*
tsan: dynamic history size
Dmitry Vyukov
2012-11-28
1
-0
/
+12
*
tsan: add flag to suppress all reports (useful for benchmarking)
Dmitry Vyukov
2012-11-07
1
-0
/
+8
*
[Sanitizer] Use kStderrFd constant instead of hardcoded 2
Alexey Samsonov
2012-11-02
1
-1
/
+1
*
[TSan] Use interface attribute for weak functions that may be overriden by user
Alexey Samsonov
2012-09-13
1
-0
/
+1
*
[TSan] add support for running external symbolizer other than addr2line (for ...
Alexey Samsonov
2012-09-06
1
-2
/
+2
*
tsan: add flag to disable reporting of destruction of locked mutexes (some pr...
Dmitry Vyukov
2012-08-16
1
-0
/
+2
*
tsan: allow environment to override OnReport() and OverrideFlags()
Dmitry Vyukov
2012-07-25
1
-0
/
+4
*
[Sanitizer] move flag parsing routines (and unit tests) from tsan runtime to ...
Alexey Samsonov
2012-07-09
1
-90
/
+17
*
tsan: Go language support
Dmitry Vyukov
2012-07-05
1
-1
/
+0
*
[TSan] add a new option 'use_internal_symbolizer' that allows to choose betwe...
Alexey Samsonov
2012-07-05
1
-0
/
+2
*
tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtime
Dmitry Vyukov
2012-06-27
1
-3
/
+3
*
[Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...
Alexey Samsonov
2012-06-15
1
-3
/
+3
*
[TSan] use efficient real_memcpy inside runtime
Alexey Samsonov
2012-06-09
1
-1
/
+1
*
[TSan] s/internal_memset/real_memset
Alexey Samsonov
2012-06-08
1
-1
/
+1
*
[Sanitizer] Move more functions/constants to sanitizer_common.
Alexey Samsonov
2012-06-06
1
-0
/
+1
*
Remove file-type tags in .cc files in tsan/ and sanitizer_common/
Alexey Samsonov
2012-06-04
1
-1
/
+1
*
tsan: add a flag to control RunningOnValgrind() return value
Dmitry Vyukov
2012-05-24
1
-0
/
+2
*
tsan: add shadow memory flush + fix few bugs
Dmitry Vyukov
2012-05-22
1
-0
/
+4
*
tsan: simple memory profiler
Dmitry Vyukov
2012-05-22
1
-0
/
+2
*
tsan: remove shutdown code
Dmitry Vyukov
2012-05-17
1
-7
/
+2
*
[tsan] First commit of ThreadSanitizer (TSan) run-time library.
Kostya Serebryany
2012-05-10
1
-0
/
+143
[prev]