1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test/Instrumentation/MemorySanitizer
Evgenii Stepanov ecfa44e96f [msan] Remove more attributes from sanitized functions.
Summary:
MSan instrumentation adds stores and loads even to pure
readonly/writeonly functions. It is removing some of those attributes
from instrumented functions and call targets, but apparently not enough.

Remove writeonly, argmemonly and speculatable in addition to readonly /
readnone.

Reviewers: pcc, vitalybuka

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D69541
2019-10-28 17:57:28 -07:00
..
AArch64
Mips
PowerPC
X86
alloca.ll
array_types.ll
atomics.ll
attributes.ll [msan] Remove more attributes from sanitized functions. 2019-10-28 17:57:28 -07:00
bmi.ll
byval-alignment.ll
check_access_address.ll
check-constant-shadow.ll
csr.ll
instrumentation-with-call-threshold.ll
manual-shadow.ll
masked-store-load.ll
missing_origin.ll
msan_asm_conservative.ll
msan_basic.ll Insert module constructors in a module pass 2019-10-11 08:47:03 +00:00
msan_kernel_basic.ll
msan_llvm_is_constant.ll
msan_llvm_launder_invariant.ll
msan_llvm_strip_invariant.ll
msan_x86_bts_asm.ll
msan_x86intrinsics.ll
mul_by_constant.ll
nosanitize.ll
origin-alignment.ll
origin-array.ll
pr32842.ll
return_from_main.ll
store-long-origin.ll
store-origin.ll
str-nobuiltin.ll
unreachable.ll
unsized_type.ll
vector_arith.ll
vector_cmp.ll
vector_cvt.ll
vector_pack.ll
vector_shift.ll
with-call-type-size.ll