llvm-6502/test/Instrumentation/AddressSanitizer
2012-12-27 08:50:58 +00:00
..
X86 [asan] move x86-specific test to a separate X86 directory with a custom lit.local.cfg file 2012-03-12 18:49:11 +00:00
asan-vs-gvn.ll Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164767 2012-09-27 10:14:43 +00:00
basic.ll [asan] make sure asan erases old unused allocas after it created a new one. This became important after the recent move from ModulePass to FunctionPass because no cleanup is happening after asan pass any more. 2012-10-19 06:20:53 +00:00
debug_info.ll Improve debug info generated with enabled AddressSanitizer. 2012-12-12 14:31:53 +00:00
do-not-instrument-internal-globals.ll [asan] don't instrument globals that we've created ourselves (reduces the binary size a bit) 2012-11-01 13:42:40 +00:00
do-not-touch-odr-global.ll
do-not-touch-threadlocal.ll
instrument_global.ll [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLVM part. This requires a clang part which will follow. 2012-11-28 10:31:36 +00:00
instrument_initializer_metadata.ll [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLVM part. This requires a clang part which will follow. 2012-11-28 10:31:36 +00:00
instrument_load_then_store.ll [asan] enable asan only for the functions that have Attribute::AddressSafety 2012-01-24 19:34:43 +00:00
instrument-no-return.ll [asan] when checking the noreturn attribute on the call, also check it on the callee 2012-11-29 08:57:20 +00:00
lifetime.ll [ASan] Fix lifetime intrinsics handling. Now for each intrinsic we check if it describes one of 'interesting' allocas. Assume that allocas can go through casts and phi-nodes before apperaring as llvm.lifetime arguments 2012-12-27 08:50:58 +00:00
lit.local.cfg Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed. 2012-02-16 06:28:33 +00:00
test64.ll [asan] instrument cmpxchg and atomicrmw 2012-05-30 09:04:06 +00:00