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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[asan] the run-time part of intra-object-overflow detector (-fsanitize-addres...
Kostya Serebryany
2014-10-17
5
-0
/
+75
*
[asan] make sure coverage is dumped even if leaks are reported
Kostya Serebryany
2014-10-16
2
-1
/
+24
*
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
*
[compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...
Kuba Brecka
2014-10-15
11
-52
/
+52
*
[compiler-rt] Enable ASAN for powerpc64le-linux
Will Schmidt
2014-10-15
4
-4
/
+12
*
[CMake] Cleanup CMake rules after r219302. NFC.
Alexey Samsonov
2014-10-15
2
-22
/
+2
*
[UBSan] [MIPS] Adding support of UBSan for mipsel arch
Alexey Samsonov
2014-10-15
1
-1
/
+1
*
[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
5
-12
/
+42
*
tsan: use a different dir for llvm build
Dmitry Vyukov
2014-10-15
1
-4
/
+4
*
tsan: remove dead code
Dmitry Vyukov
2014-10-15
1
-60
/
+0
*
Fix compiler-rt build on FreeBSD 10.1
Ed Maste
2014-10-14
1
-3
/
+7
*
Re-enable ASAN/UBSAN tests on ARM, with VFP3 they began to pass
Renato Golin
2014-10-14
5
-5
/
+0
*
Add complex multiply/divide functions to arm64 iOS libclang_rt libraries.
Bob Wilson
2014-10-14
2
-15
/
+2
*
[UBSan] XFAIL test added in r219642 on Darwin
Alexey Samsonov
2014-10-14
1
-0
/
+3
*
[sanitizer] Fix a crash in FP unwinder on ARM.
Evgeniy Stepanov
2014-10-14
2
-11
/
+47
*
Fix silly commit to disable test on ARM
Renato Golin
2014-10-14
1
-1
/
+1
*
Disable failing ASAN LongJump test on ARM
Renato Golin
2014-10-14
1
-3
/
+3
*
tsan: remove trailing whitespace
Dmitry Vyukov
2014-10-14
1
-1
/
+1
*
[asan] Add fast_unwind_on_check flag.
Evgeniy Stepanov
2014-10-14
4
-1
/
+15
*
tsan: refactor atexit handling
Dmitry Vyukov
2014-10-14
2
-36
/
+109
*
Sanitize upcasts and conversion to virtual base.
Alexey Samsonov
2014-10-13
3
-4
/
+35
*
Fix minor typos in comments.
Filipe Cabecinhas
2014-10-13
2
-2
/
+2
*
tsan: better reporting for virtual-call-after-free
Dmitry Vyukov
2014-10-13
5
-1
/
+42
*
[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
2
-2
/
+2
*
Disabling main() check on UBSAN, since the noreturn check is already made
Renato Golin
2014-10-10
1
-2
/
+0
*
[Tsan] Do not use INTERCEPT_FUNCTION_VER() on FreeBSD
Viktor Kutuzov
2014-10-10
1
-1
/
+5
*
[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
*
[Sanitizers] Intercept dlopen() and dlclose() on FreeBSD
Viktor Kutuzov
2014-10-09
1
-1
/
+2
*
[Tsan] Fix references to libc entities in tsan_interceptors.cc on FreeBSD
Viktor Kutuzov
2014-10-09
1
-0
/
+14
*
Mark sanitizer tests XFAIL on ARMv7
Renato Golin
2014-10-08
23
-0
/
+25
*
Remove bashisms and switch to /bin/sh
Ed Maste
2014-10-08
1
-16
/
+16
*
AArch64: don't just hack arm64 support into compiler-rt.
Tim Northover
2014-10-08
1
-10
/
+3
*
AArch64: add support for ARM64 iOS versions of compiler-rt.
Tim Northover
2014-10-08
9
-7
/
+67
*
Separating ARM/AArch64 Compiler-RT tests
Renato Golin
2014-10-08
1
-4
/
+5
*
[ASan] Bump the minimum OSX version required to run ASan to 10.7.
Alexander Potapenko
2014-10-08
2
-2
/
+2
*
Custom wrappers for DFSanitizing sprintf & snprintf.
Lorenzo Martignoni
2014-10-08
6
-14
/
+416
*
Avoid bashisms and switch to /bin/sh
Ed Maste
2014-10-07
1
-14
/
+23
*
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
[next]