llvm-6502/test/Instrumentation/AddressSanitizer
Alexey Samsonov 1afbb51796 Improve debug info generated with enabled AddressSanitizer.
When ASan replaces <alloca instruction> with
<offset into a common large alloca>, it should also patch
llvm.dbg.declare calls and replace debug info descriptors to mark
that we've replaced alloca with a value that stores an address
of the user variable, not the user variable itself.

See PR11818 for more context.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169984 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-12 14:31:53 +00:00
..
X86
asan-vs-gvn.ll
basic.ll
debug_info.ll Improve debug info generated with enabled AddressSanitizer. 2012-12-12 14:31:53 +00:00
do-not-instrument-internal-globals.ll
do-not-touch-odr-global.ll
do-not-touch-threadlocal.ll
instrument_global.ll
instrument_initializer_metadata.ll
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: add initial support for handling llvm.lifetime intrinsics in ASan - emit calls into runtime library that poison memory for local variables when their lifetime is over and unpoison memory when their lifetime begins. 2012-12-04 01:34:23 +00:00
lit.local.cfg
test64.ll