llvm-6502/test/Instrumentation/MemorySanitizer
Evgeniy Stepanov dbc6b63128 [msan] Update origin for the entire destination range on memory store.
Previously we always stored 4 bytes of origin at the destination address
even for 8-byte (and longer) stores.

This should fix rare missing, or incorrect, origin stacks in MSan reports.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226658 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-21 13:21:31 +00:00
..
X86
array_types.ll
atomics.ll
byval-alignment.ll [msan] Fix handling of byval arguments with large alignment. 2014-10-17 23:29:44 +00:00
check_access_address.ll
check-constant-shadow.ll [msan] Optimize -msan-check-constant-shadow. 2015-01-20 15:21:35 +00:00
instrumentation-with-call-threshold.ll
missing_origin.ll [msan] Fix origin propagation for select of floats. 2014-11-28 11:17:58 +00:00
msan_basic.ll
mul_by_constant.ll
origin-alignment.ll [msan] Avoid extra origin address realignment. 2014-12-05 14:34:03 +00:00
return_from_main.ll
store-long-origin.ll [msan] Update origin for the entire destination range on memory store. 2015-01-21 13:21:31 +00:00
store-origin.ll IR: Move MDLocation into place 2015-01-14 22:27:36 +00:00
unreachable.ll
vector_arith.ll
vector_cvt.ll
vector_pack.ll
vector_shift.ll