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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[asan] Enable halt_on_error tests on OS X.
Yury Gribov
2015-11-17
2
-0
/
+0
*
[compiler-rt] [tsan] Enable intercept setjmp/longjmp for AArch64
Adhemerval Zanella
2015-11-16
5
-10
/
+5
*
[asan] Restored asynch signal test.
Yury Gribov
2015-11-16
1
-0
/
+104
*
Reverting r253080 ([tsan] Don't demangle names not starting with "_Z").
Kuba Brecka
2015-11-14
1
-5
/
+0
*
[PGO] Ensure profile section symbols are created (linux)
Xinliang David Li
2015-11-13
3
-0
/
+97
*
[tsan] Don't demangle names not starting with "_Z"
Kuba Brecka
2015-11-13
1
-0
/
+5
*
[tsan] Expect memmove interceptor to be called from memcpy
Kuba Brecka
2015-11-13
3
-4
/
+4
*
[tsan] Mark dl_iterate_phdr.cc test as unsupported on OS X
Kuba Brecka
2015-11-13
1
-0
/
+3
*
[tsan] Don't require full paths to be present on stack traces
Kuba Brecka
2015-11-13
7
-12
/
+12
*
[asan] Fixed invalid check in test.
Yury Gribov
2015-11-13
1
-2
/
+2
*
[asan] Dump test output in case of error in single-threaded mode.
Yury Gribov
2015-11-13
1
-1
/
+1
*
[asan] Fix test to properly handle collisions.
Yury Gribov
2015-11-13
1
-6
/
+6
*
[asan] Get rid of rand_r (not available on all targets).
Yury Gribov
2015-11-13
1
-8
/
+9
*
[tsan] Add global symbolication support into AtosSymbolizer
Kuba Brecka
2015-11-13
1
-0
/
+28
*
[Windows] Fix halt_on_error-1.c test on Windows with %env_asan_opts
Reid Kleckner
2015-11-12
1
-2
/
+2
*
[asan] Mark halt_on_error-torture test unsupported on android.
Evgeniy Stepanov
2015-11-12
1
-0
/
+1
*
[tsan] Add global symbolication support into DlAddrSymbolizer
Kuba Brecka
2015-11-12
1
-0
/
+29
*
[tsan] Allow symbolizers that don't obtain global symbol sizes
Kuba Brecka
2015-11-12
3
-3
/
+3
*
[tsan] Add a Darwin-specific lit test directory
Kuba Brecka
2015-11-12
3
-1
/
+23
*
tsan: fix flakiness of sleep_sync2 test
Dmitry Vyukov
2015-11-12
1
-1
/
+4
*
[sanitizer coverage] reset global counters in __sanitizer_reset_coverage
Kostya Serebryany
2015-11-11
1
-0
/
+1
*
[asan] Remove a flaky test.
Evgeniy Stepanov
2015-11-11
1
-109
/
+0
*
[ASan] Improve portability of new tests.
Yury Gribov
2015-11-11
2
-2
/
+7
*
Implement some TLS support for PowerPC64.
Jay Foad
2015-11-11
1
-1
/
+1
*
[ASan] Add stress test for asynch signals in nonhalting mode.
Yury Gribov
2015-11-11
1
-0
/
+106
*
[ASan] Enable optional ASan recovery.
Yury Gribov
2015-11-11
4
-0
/
+132
*
CFI: try to make test/cfi/base-derived-destructor.cpp pass on Windows
Hans Wennborg
2015-11-09
1
-1
/
+1
*
[tsan] Skip building libcxx_tsan on OS X
Kuba Brecka
2015-11-09
1
-1
/
+2
*
[tsan] Turn lit test deadlocks into failures (OS X)
Kuba Brecka
2015-11-07
8
-0
/
+8
*
[tsan] Add Darwin support for lit tests
Kuba Brecka
2015-11-06
1
-3
/
+9
*
tsan: make invisible test barrier portable
Dmitry Vyukov
2015-11-06
2
-21
/
+18
*
[tsan] Replace pthread_yield with sched_yield in lit tests
Kuba Brecka
2015-11-06
3
-3
/
+3
*
[compiler-rt][aarch64] New tests for 128-bit floating-point builtins, fixes o...
Sergey Dmitrouk
2015-11-05
12
-5
/
+279
*
Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace"
Juergen Ributzka
2015-11-04
2
-3
/
+0
*
Asan: utility function to determine first wrongly poisoned byte in
Mike Aizatsky
2015-11-04
1
-2
/
+10
*
[tsan] Use malloc zone interceptors on OS X, part 1 (refactoring)
Kuba Brecka
2015-11-04
1
-8
/
+0
*
[tsan] CMake support for TSan on OS X
Kuba Brecka
2015-11-03
1
-1
/
+1
*
[compiler-rt] [msan] Unify aarch64 mapping
Adhemerval Zanella
2015-10-29
3
-30
/
+22
*
Reapply: [asan] On OS X, log reports to syslog and os_trace
Anna Zaks
2015-10-28
2
-0
/
+3
*
[asan] Disable a flaky test on Android.
Evgeniy Stepanov
2015-10-28
1
-0
/
+3
*
Revert "[asan] On OS X, log reports to syslog and os_trace"
Anna Zaks
2015-10-27
2
-3
/
+0
*
[mips][asan] XFAIL ptrace.cc
Daniel Sanders
2015-10-27
1
-0
/
+1
*
[asan] On OS X, log reports to syslog and os_trace
Anna Zaks
2015-10-27
2
-0
/
+3
*
Attempt to fix asan's ptrace.cc on the clang-cmake-mips builder after r251331.
Daniel Sanders
2015-10-27
1
-1
/
+1
*
[msan] Yet another attempt to fix process_vm_readv test.
Evgeniy Stepanov
2015-10-27
1
-3
/
+8
*
[asan] Mark 5 tests unsupported on Android.
Evgeniy Stepanov
2015-10-26
5
-1
/
+5
*
[asan] Fix throw-call-test to properly XFAIL on android/aarch64.
Evgeniy Stepanov
2015-10-26
1
-2
/
+5
*
[asan] Switch back to BFD linker in asan/android tests.
Evgeniy Stepanov
2015-10-26
1
-1
/
+1
*
[asan] Don't use asanwrapper in 64-bit android tests.
Evgeniy Stepanov
2015-10-26
1
-2
/
+2
*
[msan] Fix process_vm_readv test.
Evgeniy Stepanov
2015-10-26
1
-8
/
+4
[next]