llvm-6502/test/Instrumentation/AddressSanitizer
David Blaikie 342d92c7a0 Adding DIImportedModules to DIScopes.
This is just the basic groundwork for supporting DW_TAG_imported_module but I
wanted to commit this before pushing support further into Clang or LLVM so that
this rather churny change is isolated from the rest of the work. The major
churn here is obviously adding another field (within the common DIScope prefix)
to all DIScopes (files, classes, namespaces, lexical scopes, etc). This should
be the last big churny change needed for DW_TAG_imported_module/using directive
support/PR14606.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178099 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-27 00:07:26 +00:00
..
X86
adaptive_global_redzones.ll
asan-vs-gvn.ll
basic.ll [asan] don't instrument functions with available_externally linkage. This saves a bit of compile time and reduces the number of redundant global strings generated by asan (https://code.google.com/p/address-sanitizer/issues/detail?id=167) 2013-03-18 07:33:49 +00:00
debug_info.ll Adding DIImportedModules to DIScopes. 2013-03-27 00:07:26 +00:00
different_scale_and_offset.ll
do-not-instrument-internal-globals.ll [asan] when creating string constants, set unnamed_attr and align 1 so that equal strings are merged by the linker. Observed up to 1% binary size reduction. Thanks to Anton Korobeynikov for the suggestion 2013-03-18 09:38:39 +00:00
do-not-touch-odr-global.ll
do-not-touch-threadlocal.ll
instrument_global.ll
instrument_initializer_metadata.ll [ASan] emit instrumentation for initialization order checking by default 2013-03-14 12:38:58 +00:00
instrument_load_then_store.ll
instrument-no-return.ll
lifetime.ll
lit.local.cfg
test64.ll