1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/test/Instrumentation/ThreadSanitizer
Bruno Cardoso Lopes 01960a7ab2 [TSAN] Honor failure memory orders in AtomicCAS
LLVM has lifted strong requirements for CAS failure memory orders in 431e3138a and 819e0d105e84.

Add support for honoring them in `AtomicCAS`.

https://github.com/google/sanitizers/issues/970

Differential Revision: https://reviews.llvm.org/D99434
2021-05-13 01:07:22 -07:00
..
atomic-non-integer.ll
atomic.ll [TSAN] Honor failure memory orders in AtomicCAS 2021-05-13 01:07:22 -07:00
capture.ll
do-not-instrument-memory-access.ll [test][TSan] Fix tests under NPM 2020-09-18 11:37:55 -07:00
eh.ll
no_sanitize_thread.ll
read_before_write.ll [TSan] Add option for emitting compound read-write instrumentation 2020-07-17 10:24:20 +02:00
read_from_global.ll
sanitize-thread-no-checking.ll
str-nobuiltin.ll
tsan_address_space_attr.ll
tsan_basic.ll [test][TSan] Fix tests under NPM 2020-09-18 11:37:55 -07:00
tsan_musttail.ll [TSAN] Handle musttail call properly in EscapeEnumerator (and TSAN) 2020-09-15 15:20:05 -07:00
tsan-vs-gvn.ll [BasicAA] Rename deprecated -basicaa to -basic-aa 2020-06-26 20:41:37 -07:00
unaligned.ll
volatile.ll
vptr_read.ll
vptr_update.ll