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
*
[NFC][ASAN] Add brackets around not command
Lei Huang
2019-07-23
1
-1
/
+1
*
[TSan] Enable fiber tests on iOS simulator
Julian Lettner
2019-07-22
5
-5
/
+5
*
Fix asan infinite loop on undefined symbol
Serge Guelton
2019-07-20
1
-0
/
+43
*
Revert "Fix asan infinite loop on undefined symbol"
Serge Guelton
2019-07-20
1
-43
/
+0
*
Fix asan infinite loop on undefined symbol
Serge Guelton
2019-07-20
1
-0
/
+43
*
Revert "Fix asan infinite loop on undefined symbol"
Matthew Voss
2019-07-19
1
-42
/
+0
*
Fix asan infinite loop on undefined symbol
Serge Guelton
2019-07-19
1
-0
/
+42
*
[compiler-rt] Complete revert of r366413
Matthew Voss
2019-07-18
1
-42
/
+0
*
Restrict asan + dlopen testcase to x86
Serge Guelton
2019-07-18
1
-2
/
+2
*
Relax regexp to detect failed interception by asan
Serge Guelton
2019-07-18
1
-1
/
+1
*
Fix asan infinite loop on undefined symbol
Serge Guelton
2019-07-18
1
-0
/
+42
*
hwasan: Use C++ driver for cfi.cc test.
Peter Collingbourne
2019-07-17
1
-1
/
+1
*
[ASan] Support `{f}puts(NULL)` on Darwin
Julian Lettner
2019-07-17
1
-0
/
+16
*
Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"
Stephan Bergmann
2019-07-16
1
-3
/
+64
*
[libFuzzer] Disable fork.test on AArch64
Diana Picus
2019-07-15
1
-1
/
+1
*
Enable compiler-rt on SPARC
Rainer Orth
2019-07-12
2
-5
/
+7
*
NFC: Unforget a colon in a few CHECK: directives.
Artem Dergachev
2019-07-12
1
-2
/
+2
*
Use clang driver for libfuzzer tests on Windows
Reid Kleckner
2019-07-11
2
-5
/
+3
*
[profile][test] Fix Profile-* :: instrprof-merge.c etc. on SPARC
Rainer Orth
2019-07-11
3
-2
/
+24
*
Add NetBSD LSan support
Kamil Rytarowski
2019-07-11
1
-1
/
+2
*
Change another test I missed in r365724
Nico Weber
2019-07-11
1
-1
/
+1
*
clang-cl: Remove -O0 option
Nico Weber
2019-07-11
89
-121
/
+121
*
[ubsan][test] Restore float-divide-by-zero test
Fangrui Song
2019-07-10
1
-0
/
+1
*
hwasan: Improve precision of checks using short granule tags.
Peter Collingbourne
2019-07-09
4
-64
/
+27
*
[sanitizers][windows] FIX: Rtl-Heap Interception and tests
Matthew G McGovern
2019-07-09
14
-14
/
+14
*
[sanitizers][windows] Rtl-Heap Interception and tests
Matthew G McGovern
2019-07-09
22
-4
/
+746
*
Revert "[sanitizers][windows] Rtl-Heap Interception and tests"
JF Bastien
2019-07-08
22
-746
/
+4
*
[sanitizers][windows] Rtl-Heap Interception and tests
Matthew G McGovern
2019-07-08
22
-4
/
+746
*
Revert "[TSan] Attempt to fix iOS on-device test"
Julian Lettner
2019-07-08
1
-4
/
+7
*
[ubsan][test] Fix cast-overflow.cpp and delete float-divide-by-zero test afte...
Fangrui Song
2019-07-08
2
-2
/
+1
*
[ubsan][test] Fix several UBSan-* :: TestCases/ImplicitConversion tests on So...
Rainer Orth
2019-07-08
6
-120
/
+120
*
[ubsan][test] Don't disable ubsan testing on 64-bit Solaris/x86
Rainer Orth
2019-07-08
2
-8
/
+4
*
[TSan] Attempt to fix iOS on-device test
Julian Lettner
2019-07-06
1
-4
/
+4
*
XFAIL a few failing TSan-fiber tests for iOS
Julian Lettner
2019-07-05
5
-0
/
+5
*
Remove `XFAIL: ios` from test that passes in CI
Julian Lettner
2019-07-05
1
-1
/
+0
*
[GWP-ASan] Add generic unwinders and structure backtrace output.
Mitch Phillips
2019-07-02
12
-21
/
+22
*
hwasan: Teach the runtime to identify the local variable being accessed in UA...
Peter Collingbourne
2019-06-27
3
-13
/
+53
*
[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*
Reid Kleckner
2019-06-27
102
-113
/
+113
*
[compiler-rt][test] Set shared_libasan_path in test/asan/lit.cfg on Solaris
Rainer Orth
2019-06-26
1
-1
/
+1
*
Follow up fix for r364366.
Dan Liew
2019-06-26
1
-1
/
+1
*
Add USan+ASan and UBSan+TSan tests to shadow-memory lit parallelism group.
Dan Liew
2019-06-26
1
-0
/
+4
*
[sanitizer] Enabled getpw_getgr.cc on iOS
Vitaly Buka
2019-06-25
1
-1
/
+0
*
(Reland with changes) Adding a function for setting coverage output file.
Sajjad Mirza
2019-06-24
2
-0
/
+74
*
[asan] Quote the path to the Python exe in case it has spaces
Reid Kleckner
2019-06-21
1
-2
/
+10
*
[libFuzzer] split DataFlow.cpp into two .cpp files, one of which can be compi...
Kostya Serebryany
2019-06-21
3
-4
/
+7
*
[libFuzzer] ensure that DFT and autofocus works for C++ (mangled) functions
Kostya Serebryany
2019-06-20
2
-5
/
+10
*
Revert r363633 "[CMake] Fix the value of `config.target_cflags` for non-macOS...
Hans Wennborg
2019-06-19
4
-71
/
+35
*
Disable recently added Darwin symbolization tests for iOS.
Dan Liew
2019-06-18
2
-0
/
+2
*
[NFC] Split `Darwin/asan-symbolize-partial-report-with-module-map.cc`.
Dan Liew
2019-06-18
2
-20
/
+42
*
[asan_symbolize] Teach `asan_symbolize.py` to symbolicate partially symbolica...
Dan Liew
2019-06-18
1
-0
/
+54
[next]