llvm-6502/test/Instrumentation/MemorySanitizer
Evgeniy Stepanov e9f5367fed [msan] Fix "missing origin" in atomic store.
An atomic store always make the target location fully initialized (in the
current implementation). It should not store origin. Initialized memory can't
have meaningful origin, and, due to origin granularity (4 bytes) there is a
chance that this extra store would overwrite meaningfull origin for an adjacent
location.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228444 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-06 21:47:39 +00:00
..
X86
array_types.ll
atomics.ll [msan] Fix "missing origin" in atomic store. 2015-02-06 21:47:39 +00:00
byval-alignment.ll
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_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