llvm-6502/test/Instrumentation/AddressSanitizer
2013-02-15 12:46:06 +00:00
..
X86
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
basic.ll [asan] support long double on 64-bit. See https://code.google.com/p/address-sanitizer/issues/detail?id=151 2013-02-15 12:46:06 +00:00
debug_info.ll Improve debug info generated with enabled AddressSanitizer. 2012-12-12 14:31:53 +00:00
different_scale_and_offset.ll ASan: wrap mapping scale and offset in a struct and make it a member of ASan passes. Add test for non-default mapping scale and offset. No functionality change 2013-01-16 13:23:28 +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
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
test64.ll [asan] fix tests for the new ABI 2013-02-12 11:14:24 +00:00