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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
tsan: do not deadlock on fork
Dmitry Vyukov
2014-01-24
1
-0
/
+4
*
[Sanitizer] Use different MemoryMappingLayout::DumpListOfModules on Linux and...
Alexey Samsonov
2013-12-25
1
-0
/
+3
*
tsan: remove in_rtl counter
Dmitry Vyukov
2013-12-24
6
-21
/
+0
*
[Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).
Alexey Samsonov
2013-12-17
1
-1
/
+1
*
tsan: do not leave verbosity>0 in tests
Dmitry Vyukov
2013-11-27
1
-2
/
+2
*
tsan: fix flags parsing
Dmitry Vyukov
2013-11-27
1
-0
/
+207
*
tsan: move shadow stack from thread descriptors to fixed addresses
Dmitry Vyukov
2013-10-16
1
-0
/
+9
*
[TSan] Use Clang to compile and link TSan unit tests with TSan runtime
Alexey Samsonov
2013-09-11
4
-26
/
+72
*
[tsan] make calloc crash instead of returning 0 on overflow (controlled by th...
Kostya Serebryany
2013-09-06
1
-1
/
+3
*
[tsan] Move some suppressions-related code to common.
Sergey Matveev
2013-06-26
2
-129
/
+0
*
[sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.
Sergey Matveev
2013-05-07
2
-65
/
+0
*
[TSan] Build TSan unit tests with the same compile flags as TSan runtime
Alexey Samsonov
2013-03-25
1
-3
/
+3
*
tsan: fix incorrect test
Dmitry Vyukov
2013-03-20
1
-1
/
+2
*
tsan: smaller memory block headers (32b->16b)
Dmitry Vyukov
2013-03-18
1
-2
/
+2
*
[TSan] Add interceptor for malloc_usable_size()
Alexey Samsonov
2013-02-25
1
-0
/
+13
*
[Sanitizer] extend internal libc with stat/fstat/lstat functions
Alexey Samsonov
2013-02-04
1
-25
/
+0
*
[Sanitizer] make internal_open have the same interface as libc version
Alexey Samsonov
2013-02-01
1
-2
/
+2
*
tsan: flip is_write bit in shadow to is_read
Dmitry Vyukov
2013-02-01
1
-1
/
+1
*
tsan: detect races between plain and atomic memory accesses
Dmitry Vyukov
2013-02-01
1
-1
/
+1
*
[Sanitizer] update style checker script and fix namespace style warnings
Alexey Samsonov
2013-01-30
1
-1
/
+1
*
[sanitizer] fix calloc overflow in asan/tsan/msan
Kostya Serebryany
2013-01-25
1
-0
/
+10
*
tsan: allow a front-end to provide default suppressions
Dmitry Vyukov
2013-01-24
1
-4
/
+4
*
tsan: implement malloc stats querying
Dmitry Vyukov
2013-01-24
1
-0
/
+39
*
CMake variables renaming: X86_64->x86_64 I386->i386
Alexey Samsonov
2013-01-18
1
-1
/
+1
*
tsan: exclude flaky test
Dmitry Vyukov
2012-12-10
1
-0
/
+4
*
tsan: add mutexsets to reports
Dmitry Vyukov
2012-12-06
2
-1
/
+127
*
tsan: dynamic history size
Dmitry Vyukov
2012-11-28
1
-0
/
+9
*
tsan: change fast state layout in preparation to dynamic traces
Dmitry Vyukov
2012-11-28
1
-0
/
+22
*
tsan: move traces from tls into dedicated storage at fixed address
Dmitry Vyukov
2012-11-28
1
-0
/
+1
*
[Sanitizer] move unit test for Printf from tsan to sanitizer_common
Alexey Samsonov
2012-11-02
2
-107
/
+0
*
[TSan] s/uintptr_t/intptr_t in TSan test and enforce stack size limit in one ...
Alexey Samsonov
2012-09-18
1
-1
/
+1
*
[TSan] fix a typo in test dependencies. Silence few remaining pedantic gcc wa...
Alexey Samsonov
2012-09-18
3
-5
/
+11
*
[TSan] move: rtl_tests->tests/rtl unit_tests->tests/unit to make a single roo...
Alexey Samsonov
2012-09-17
23
-0
/
+2486