1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/test/Instrumentation
Evgeniy Stepanov ae18e84dcd [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.

llvm-svn: 214398
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