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
/
asan
Commit message (
Expand
)
Author
Age
Files
Lines
*
[asan] Re-enable zero_page_pc test on Android.
Evgeniy Stepanov
2014-11-18
1
-3
/
+0
*
[asan] Fix CMake CMP0046 warning in standalone build.
Evgeniy Stepanov
2014-11-18
1
-1
/
+3
*
Revert r222091 because it caused a buildbot failure.
Jay Foad
2014-11-16
3
-5
/
+4
*
[ASan] Fix leak tests on 64-bit targets other than x86-64
Jay Foad
2014-11-15
3
-4
/
+5
*
[asan] add interface function __sanitizer_get_total_unique_coverage; useful f...
Kostya Serebryany
2014-11-14
2
-1
/
+48
*
[ASan] Really fix zero_page_pc test for PowerPC
Jay Foad
2014-11-13
1
-1
/
+3
*
Removed r221896, it seems to break build in various ways.
Yury Gribov
2014-11-13
2
-3
/
+3
*
[ASan] Add process basename to log name and error message to simplify analysi...
Yury Gribov
2014-11-13
2
-3
/
+3
*
[ASan] Fix large allocator test case to cope with 64k pages
Jay Foad
2014-11-13
1
-1
/
+2
*
Add a test for PR21528 to make sure ASan C++ symbolization doesn't regress
Timur Iskhodzhanov
2014-11-12
1
-0
/
+50
*
[asan] [mips] added support of asan for mips64/mips64el, patch by Kumar Sukhani
Kostya Serebryany
2014-11-12
1
-1
/
+1
*
[ASan] Skip dump_instruction_bytes test on non-x86 targets
Jay Foad
2014-11-12
1
-2
/
+2
*
[ASan] Skip ptrace test on non-x86 targets
Jay Foad
2014-11-12
1
-2
/
+1
*
[asan] fix coverage tests to use the new flag syntax (-fsanitize-coverage=N)
Kostya Serebryany
2014-11-11
11
-16
/
+16
*
PPC fix works for ARM, too
Renato Golin
2014-11-07
1
-1
/
+0
*
[ASan] Fix zero_page_pc test for PowerPC
Jay Foad
2014-11-07
1
-2
/
+2
*
Use GET_CURRENT_FRAME() to calculate the memory layout for power. This works
Will Schmidt
2014-11-06
1
-0
/
+37
*
Fix failing allow_user_segv.cc test on OS X 10.10
Kuba Brecka
2014-11-05
1
-12
/
+23
*
Use @rpath as LC_ID_DYLIB for ASan dylib on OS X
Kuba Brecka
2014-11-04
1
-3
/
+1
*
[asan] run-time part of the caller-callee coverage instrumentation
Kostya Serebryany
2014-10-31
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
*
Re-enable ASAN/UBSAN tests on ARM, with VFP3 they began to pass
Renato Golin
2014-10-14
4
-4
/
+0
*
[asan][mips] Adding support of asan for mipsel arch
Petar Jovanovic
2014-10-10
1
-1
/
+1
*
XFAIL some more sanitiser ARMv7l tests
Renato Golin
2014-10-09
4
-0
/
+4
*
Mark sanitizer tests XFAIL on ARMv7
Renato Golin
2014-10-08
19
-0
/
+19
*
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
*
[asan] XFAIL one test on Android.
Evgeniy Stepanov
2014-09-30
1
-0
/
+3
*
[asan] Run tests with the default compiler on Android.
Evgeniy Stepanov
2014-09-30
1
-1
/
+1
*
[asan] Re-enable lsan_annotations test on Android.
Evgeniy Stepanov
2014-09-30
1
-3
/
+0
*
[asan] add a test for array cookie if the operator new is defined inside the ...
Kostya Serebryany
2014-09-29
1
-0
/
+34
*
[sanitizer] Android build cleanup.
Evgeniy Stepanov
2014-09-29
3
-98
/
+117
*
[compiler-rt] recommit of r218481: ASan debugging API for report info extract...
Kuba Brecka
2014-09-26
2
-0
/
+128
*
[compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux
Kuba Brecka
2014-09-26
2
-127
/
+0
*
[compiler-rt] fix failing debug_locate.cc test due to a leak
Kuba Brecka
2014-09-26
1
-0
/
+2
*
[compiler-rt] ASan debugging API for report info extraction and locating addr...
Kuba Brecka
2014-09-25
2
-0
/
+125
*
[asan] disable a test that uses -coverage on Android
Kostya Serebryany
2014-09-25
1
-0
/
+1
*
[asan] don't instrument module CTORs that may be run before asan.module_ctor....
Kostya Serebryany
2014-09-24
1
-0
/
+9
*
[ASan] Introduce the dump_instruction_bytes flag to print the faulting instru...
Alexander Potapenko
2014-09-22
1
-0
/
+20
*
Enable Asan lit tests on FreeBSD.
Viktor Kutuzov
2014-09-18
1
-2
/
+3
*
Add FreeBSD support to the address sanitizer's deep_call_stack.cc test case
Viktor Kutuzov
2014-09-17
1
-5
/
+5
*
[asan] Fix a comment in a test.
Evgeniy Stepanov
2014-09-16
1
-2
/
+2
*
[asan] Fix a flaky test.
Evgeniy Stepanov
2014-09-15
1
-5
/
+5
*
[asan] Fix path in test.
Evgeniy Stepanov
2014-09-15
1
-1
/
+1
*
[asan] Disable wait4 test on Android.
Evgeniy Stepanov
2014-09-15
2
-12
/
+44
*
[ASan/Win] Fix PR20918 -- SEH handler doesn't work with the MD runtime
Timur Iskhodzhanov
2014-09-12
2
-0
/
+58
[next]