1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/Instrumentation/MemorySanitizer
Craig Topper a6d5cfa05b [AVX-512] Add AVX-512 vector shift intrinsics to memory santitizer.
Just needed to add the intrinsics to the exist switch. The code is generic enough to support the wider vectors with no changes.

llvm-svn: 286980
2016-11-15 16:27:33 +00:00
..
AArch64 [MSan] [AArch64] Fix vararg helper for >1 or non-int fixed arguments. 2016-05-09 20:57:36 +00:00
Mips [MSan] [MIPS64] Fix vararg helper for >1 fixed argument. 2016-05-05 20:13:17 +00:00
PowerPC [MSan] [PowerPC] Implement PowerPC64 vararg helper. 2016-05-13 23:55:33 +00:00
X86
array_types.ll
atomics.ll
byval-alignment.ll
check_access_address.ll
check-constant-shadow.ll
global_ctors_2to3.ll
instrumentation-with-call-threshold.ll
missing_origin.ll
msan_basic.ll [X86] Remove SSE/AVX unaligned store intrinsics as clang no longer uses them. Auto upgrade to native unaligned store instructions. 2016-05-30 23:15:56 +00:00
mul_by_constant.ll
origin-alignment.ll
origin-array.ll
return_from_main.ll
store-long-origin.ll
store-origin.ll [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. 2016-04-15 15:57:41 +00:00
str-nobuiltin.ll [sanitizers] Disable target-specific lowering of string functions. 2016-06-18 10:10:37 +00:00
unreachable.ll
vector_arith.ll
vector_cmp.ll [msan] Add a test for vector compare x86 intrinsics. 2016-05-24 00:04:23 +00:00
vector_cvt.ll
vector_pack.ll
vector_shift.ll [AVX-512] Add AVX-512 vector shift intrinsics to memory santitizer. 2016-11-15 16:27:33 +00:00
with-call-type-size.ll [msan] Fix __msan_maybe_ for non-standard type sizes. 2016-07-01 22:49:59 +00:00