..
X86
[asan] Preserve flags in asm instrumentation.
2014-05-08 09:55:24 +00:00
adaptive_global_redzones.ll
[asan] adaptive redzones for globals (the larger the global the larger is the redzone)
2013-01-24 10:35:40 +00:00
asan-vs-gvn.ll
[ASan] Add -asan-module to the ASan .ll tests.
2014-03-20 11:16:34 +00:00
basic.ll
[asan] properly instrument memory accesses that have small alignment (smaller than min(8,size)) by making two checks instead of one. This may slowdown some cases, e.g. long long on 32-bit or wide loads produced after loop unrolling. The benefit is higher sencitivity.
2014-05-23 11:52:07 +00:00
coverage-dbg.ll
[asan] Set debug location in ASan function prologue.
2014-05-14 10:30:15 +00:00
coverage.ll
[asancov] Don't emit extra runtime calls when compiling without coverage.
2014-05-28 09:26:46 +00:00
debug_info.ll
Debug Info: update testing cases to specify the debug info version number.
2013-11-22 21:49:45 +00:00
do-not-instrument-internal-globals.ll
[ASan] Add -asan-module to the ASan .ll tests.
2014-03-20 11:16:34 +00:00
do-not-instrument-llvm-metadata.ll
[ASan] Do not instrument globals from the llvm.metadata section.
2014-03-20 10:48:34 +00:00
do-not-touch-odr-global.ll
[ASan] Add -asan-module to the ASan .ll tests.
2014-03-20 11:16:34 +00:00
do-not-touch-threadlocal.ll
[ASan] Add -asan-module to the ASan .ll tests.
2014-03-20 11:16:34 +00:00
freebsd.ll
[ASan] Add -asan-module to the ASan .ll tests.
2014-03-20 11:16:34 +00:00
instrument-no-return.ll
[ASan] Add -asan-module to the ASan .ll tests.
2014-03-20 11:16:34 +00:00
instrument_global.ll
Add back r201608, r201622, r201624 and r201625
2014-02-19 17:23:20 +00:00
instrument_initializer_metadata.ll
[ASan] Use llvm.global_ctors to insert init-order checking calls into ASan runtime.
2014-05-29 00:51:15 +00:00
instrument_load_then_store.ll
[ASan] Add -asan-module to the ASan .ll tests.
2014-03-20 11:16:34 +00:00
instrumentation-with-call-threshold.ll
[asan] properly instrument memory accesses that have small alignment (smaller than min(8,size)) by making two checks instead of one. This may slowdown some cases, e.g. long long on 32-bit or wide loads produced after loop unrolling. The benefit is higher sencitivity.
2014-05-23 11:52:07 +00:00
keep-instrumented_functions.ll
[ASan] Add -asan-module to the ASan .ll tests.
2014-03-20 11:16:34 +00:00
lifetime-uar.ll
[ASan] Add -asan-module to the ASan .ll tests.
2014-03-20 11:16:34 +00:00
lifetime.ll
[ASan] Add -asan-module to the ASan .ll tests.
2014-03-20 11:16:34 +00:00
stack-poisoning.ll
[ASan] Add -asan-module to the ASan .ll tests.
2014-03-20 11:16:34 +00:00
stack_layout.ll
[ASan] Add -asan-module to the ASan .ll tests.
2014-03-20 11:16:34 +00:00
test64.ll
[asan] properly instrument memory accesses that have small alignment (smaller than min(8,size)) by making two checks instead of one. This may slowdown some cases, e.g. long long on 32-bit or wide loads produced after loop unrolling. The benefit is higher sencitivity.
2014-05-23 11:52:07 +00:00