llvm-6502/test/Instrumentation
Evgeniy Stepanov 7ee4f09c94 [msan] Fix handling of array types.
Switch array type shadow from a single integer to
an array of integers (i.e. make it per-element).
This simplifies instrumentation of extractvalue and fixes PR20493.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214398 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-31 11:02:27 +00:00
..
AddressSanitizer [asan] Support x86 REP MOVS asm instrumentation. 2014-07-31 09:11:04 +00:00
BoundsChecking Allow aliases to be unnamed_addr. 2014-06-06 01:20:28 +00:00
DataFlowSanitizer [dfsan] Introduce further optimization to reduce the number of union queries. 2014-07-15 22:13:19 +00:00
MemorySanitizer [msan] Fix handling of array types. 2014-07-31 11:02:27 +00:00
ThreadSanitizer [TSan] Fixup a test case after r209939 2014-05-31 00:26:03 +00:00