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
/
lit_tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move TSan lit-tests under test/tsan
Alexey Samsonov
2014-02-14
150
-5043
/
+0
*
[tsan] rudimentary support for deadlock detector in tsan (nothing really work...
Kostya Serebryany
2014-02-14
1
-0
/
+25
*
Move shared configs for lit test suites to test/ and unittests/ directories
Alexey Samsonov
2014-02-14
2
-2
/
+2
*
tsan: improve the test
Dmitry Vyukov
2014-02-07
1
-2
/
+9
*
[TSan] Add a regression test for https://code.google.com/p/thread-sanitizer/i...
Alexander Potapenko
2014-02-06
1
-0
/
+28
*
tsan: deflake flaky test
Dmitry Vyukov
2014-02-05
1
-0
/
+2
*
tsan: relax checking of errno spoiling in signal handlers
Dmitry Vyukov
2014-01-28
1
-6
/
+13
*
tsan: fix test for -O2
Dmitry Vyukov
2014-01-24
1
-13
/
+17
*
tsan: fix test for -O2
Dmitry Vyukov
2014-01-24
1
-1
/
+2
*
tsan: fix test relying on assert
Dmitry Vyukov
2014-01-24
1
-0
/
+6
*
tsan: do not deadlock on fork
Dmitry Vyukov
2014-01-24
3
-0
/
+130
*
Sanitize printf functions.
Alexey Samsonov
2014-01-21
1
-0
/
+16
*
tsan: remove in_rtl counter
Dmitry Vyukov
2013-12-24
1
-0
/
+52
*
tsan: deflake another test
Dmitry Vyukov
2013-12-24
1
-1
/
+3
*
[TSan] Move declarations of __tsan_atomic functions to a public header
Alexey Samsonov
2013-12-11
1
-0
/
+16
*
Run TSan/MSan lit tests only on 64-bit platforms
Alexey Samsonov
2013-12-05
2
-3
/
+4
*
tsan: deflake more tests
Dmitry Vyukov
2013-11-28
2
-0
/
+3
*
tsan: deflake more tests
Dmitry Vyukov
2013-11-28
2
-0
/
+4
*
tsan: better diagnostics if thread finishes with ignores enabled
Dmitry Vyukov
2013-11-27
3
-4
/
+34
*
tsan: deflake tests
Dmitry Vyukov
2013-11-21
2
-0
/
+3
*
tsan: add -lm to output test build script
Dmitry Vyukov
2013-11-21
1
-1
/
+1
*
[tsan] use FileCheck in race_on_speculative_load.cc
Kostya Serebryany
2013-11-21
1
-1
/
+4
*
[tsan] add a run-time-side regression test for https://code.google.com/p/thre...
Kostya Serebryany
2013-11-21
1
-0
/
+24
*
tsan: add support for robust mutexes
Dmitry Vyukov
2013-11-15
2
-0
/
+77
*
tsan/asan: support pthread_setname_np to set thread names
Dmitry Vyukov
2013-10-29
1
-0
/
+32
*
tsan: merge 2 similar tests into 1
Dmitry Vyukov
2013-10-17
3
-40
/
+8
*
tsan: add a test for __tsan_default_options()
Dmitry Vyukov
2013-10-17
1
-0
/
+32
*
tsan: revert variable name change in test
Dmitry Vyukov
2013-10-16
1
-5
/
+5
*
tsan: move shadow stack from thread descriptors to fixed addresses
Dmitry Vyukov
2013-10-16
3
-5
/
+81
*
[TSan] Extend test for reporting globals with races on them
Alexey Samsonov
2013-10-16
1
-3
/
+20
*
tsan: add annotations to ignore synchronization operations
Dmitry Vyukov
2013-10-10
1
-0
/
+30
*
[TSan] Automatically pick up llvm-symbolizer from PATH, as we do in another s...
Alexey Samsonov
2013-10-04
2
-10
/
+0
*
tsan: ignore interceptors coming from specified libraries
Dmitry Vyukov
2013-10-03
11
-2
/
+171
*
tsan: support allocator_may_return_null flag
Dmitry Vyukov
2013-09-27
1
-2
/
+0
*
tsan: ignore all interceptors coming directly from JVM
Dmitry Vyukov
2013-09-21
3
-0
/
+3
*
tsan: allow to ignore memory accesses in malloc and free
Dmitry Vyukov
2013-09-20
2
-0
/
+73
*
[TSan] Use --whole-archive around TSan runtime in old TSan makefiles. Fix a G...
Alexey Samsonov
2013-09-11
1
-1
/
+1
*
[tsan] make calloc crash instead of returning 0 on overflow (controlled by th...
Kostya Serebryany
2013-09-06
2
-1
/
+68
*
tsan: catch races on condition variables
Dmitry Vyukov
2013-09-03
2
-0
/
+89
*
tsan: properly intercept pthread_cond functions
Dmitry Vyukov
2013-09-02
2
-1
/
+45
*
tsan/msan: add halt_on_error flag
Dmitry Vyukov
2013-08-13
1
-0
/
+25
*
Add "CHECK-" prefix to un-break buildbot failure.
Rui Ueyama
2013-08-12
1
-2
/
+2
*
[tests] Update to use lit_config and lit package, as appropriate.
Daniel Dunbar
2013-08-09
4
-16
/
+20
*
[TSan] Fix free_race.c by removing `not` from the test invocation that doesn'...
Alexander Potapenko
2013-08-07
1
-3
/
+2
*
[TSan] Let the users suppress use-after-free errors using the "race:" suppres...
Alexander Potapenko
2013-08-07
2
-9
/
+17
*
Enable pipefail for TSan tests
Alexey Samsonov
2013-08-07
65
-66
/
+64
*
Disable pipefail for ThreadSanitizer.
Rafael Espindola
2013-07-26
1
-0
/
+2
*
Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605
Hans Wennborg
2013-07-18
1
-1
/
+1
*
tsan: support sigsuspend() call
Dmitry Vyukov
2013-07-16
1
-0
/
+38
*
Define the path to llvm-symbolizer tool in a common config to reduce copy-paste
Alexey Samsonov
2013-06-30
1
-5
/
+2
[next]