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] Fix zero_page_pc test for PowerPC
Jay Foad
2014-11-07
1
-2
/
+2
*
[Sanitizer] Introduce "stack_trace_format" runtime flag.
Alexey Samsonov
2014-11-06
1
-10
/
+10
*
Use GET_CURRENT_FRAME() to calculate the memory layout for power. This works
Will Schmidt
2014-11-06
1
-0
/
+37
*
UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbases
David Majnemer
2014-11-06
1
-1
/
+2
*
Fix failing allow_user_segv.cc test on OS X 10.10
Kuba Brecka
2014-11-05
1
-12
/
+23
*
[dfsan] Add runtime function for aborting on indirect calls to
Peter Collingbourne
2014-11-05
1
-0
/
+24
*
Disable XFAIL on ARM since the x86_64 specific code is isolated
Renato Golin
2014-11-05
1
-2
/
+0
*
Get the Linux ptrace test working on PowerPC64
Jay Foad
2014-11-05
1
-1
/
+18
*
Use @rpath as LC_ID_DYLIB for ASan dylib on OS X
Kuba Brecka
2014-11-04
1
-3
/
+1
*
[TSan] Don't strip binary/library name until the moment we print it.
Alexey Samsonov
2014-11-04
2
-9
/
+9
*
[asan] run-time part of the caller-callee coverage instrumentation
Kostya Serebryany
2014-10-31
1
-0
/
+74
*
Update __dfsw_s{,n}printf custom functions for new calling convention.
Peter Collingbourne
2014-10-30
1
-0
/
+5
*
[Tsan] Enable thread sanitizer tests on FreeBSD
Viktor Kutuzov
2014-10-27
1
-2
/
+2
*
Add runtime flag 'symbolize_inline_frames' to disable symbolization of inline...
Alexey Samsonov
2014-10-24
2
-4
/
+13
*
tsan: support mmap(MAP_32BIT)
Dmitry Vyukov
2014-10-24
1
-0
/
+41
*
[Tsan] Fix the thread_name tests to build on FreeBSD
Viktor Kutuzov
2014-10-24
2
-3
/
+16
*
[Tsan] Fix the signal_recursive.cc test to build on FreeBSD
Viktor Kutuzov
2014-10-24
1
-2
/
+2
*
[msan] Handle param-tls overflow.
Evgeniy Stepanov
2014-10-22
1
-0
/
+74
*
[asan] the run-time part of intra-object-overflow detector (-fsanitize-addres...
Kostya Serebryany
2014-10-17
1
-0
/
+31
*
[asan] make sure coverage is dumped even if leaks are reported
Kostya Serebryany
2014-10-16
1
-0
/
+20
*
UBSAN stable runtime more generic with arm* targets
Renato Golin
2014-10-16
1
-1
/
+1
*
Adds stable-runtime to ubsan to avoid broken ARM tests with asan
Renato Golin
2014-10-16
2
-0
/
+6
*
[Tsan] Fix the sunrpc.cc test to build on FreeBSD
Viktor Kutuzov
2014-10-15
1
-0
/
+1
*
[Tsan] Make the mutex_robust tests Linux-specific
Viktor Kutuzov
2014-10-15
2
-0
/
+0
*
tsan: fix false positive related to signals
Dmitry Vyukov
2014-10-15
2
-2
/
+29
*
Re-enable ASAN/UBSAN tests on ARM, with VFP3 they began to pass
Renato Golin
2014-10-14
5
-5
/
+0
*
[UBSan] XFAIL test added in r219642 on Darwin
Alexey Samsonov
2014-10-14
1
-0
/
+3
*
tsan: refactor atexit handling
Dmitry Vyukov
2014-10-14
1
-0
/
+56
*
Sanitize upcasts and conversion to virtual base.
Alexey Samsonov
2014-10-13
2
-1
/
+32
*
tsan: better reporting for virtual-call-after-free
Dmitry Vyukov
2014-10-13
1
-0
/
+34
*
[UBSan] Disable one run line of this test to allow the test as a whole
Chandler Carruth
2014-10-11
1
-1
/
+1
*
[UBSan] Fix UBSan testcase for float->int conversion after LLVM r219542.
Alexey Samsonov
2014-10-11
1
-2
/
+5
*
[asan][mips] Adding support of asan for mipsel arch
Petar Jovanovic
2014-10-10
1
-1
/
+1
*
Disabling main() check on UBSAN, since the noreturn check is already made
Renato Golin
2014-10-10
1
-2
/
+0
*
[Tsan] Fix the getline_nohang.cc test to build on FreeBSD
Viktor Kutuzov
2014-10-10
1
-0
/
+4
*
[Tsan] Fix comments in the user_fopen.cc and user_malloc.cc tests
Viktor Kutuzov
2014-10-10
2
-2
/
+2
*
[Tsan] Make the user_fopen.cc and user_malloc.cc tests Linux-specific
Viktor Kutuzov
2014-10-10
3
-0
/
+9
*
XFAIL some more sanitiser ARMv7l tests
Renato Golin
2014-10-09
5
-0
/
+5
*
[Tsan] Fix the signal_errno.cc and signal_malloc.cc tests to pass on FreeBSD
Viktor Kutuzov
2014-10-09
2
-2
/
+2
*
[Tsan] Fix the global_race tests to pass on FreeBSD
Viktor Kutuzov
2014-10-09
3
-3
/
+9
*
[Tsan] Fix the blacklist2.cc test to pass on FreeBSD
Viktor Kutuzov
2014-10-09
1
-1
/
+1
*
Mark sanitizer tests XFAIL on ARMv7
Renato Golin
2014-10-08
23
-0
/
+25
*
Custom wrappers for DFSanitizing sprintf & snprintf.
Lorenzo Martignoni
2014-10-08
2
-10
/
+129
*
Run profile tests on FreeBSD
Ed Maste
2014-10-07
2
-5
/
+9
*
Fixed asan-asm-stacktrace-test.cc
Yuri Gorshenin
2014-10-07
1
-3
/
+7
*
[asan] make new_array_cookie_test more robust
Kostya Serebryany
2014-10-01
1
-2
/
+7
*
[asan] Scale back mmap_limit_mb test.
Evgeniy Stepanov
2014-10-01
1
-4
/
+4
*
[sanitizer] Add i686 arch to compiler-rt.
Evgeniy Stepanov
2014-10-01
1
-0
/
+1
*
[asan] Tune down mmap_limit_mb test.
Evgeniy Stepanov
2014-10-01
1
-6
/
+6
*
Disable the ubsan-asan config on Darwin.
Alexander Potapenko
2014-10-01
2
-2
/
+4
[next]