llvm/test/Instrumentation
Anna Zaks 8f023303dc [tsan] Add support for pointer typed atomic stores, loads, and cmpxchg
TSan instrumentation functions for atomic stores, loads, and cmpxchg work on
integer value types. This patch adds casts before calling TSan instrumentation
functions in cases where the value is a pointer.

Differential Revision: http://reviews.llvm.org/D17833

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262876 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-07 23:16:23 +00:00
..
AddressSanitizer [asan] Do not instrument globals in the special "LLVM" sections 2016-02-24 22:12:18 +00:00
BoundsChecking Add a bunch of CHECK missing colons in tests. NFC. 2015-03-14 01:43:57 +00:00
DataFlowSanitizer [DFSan] Remove an overly aggressive assert reported in PR26068. 2016-03-07 14:05:09 +00:00
InstrProfiling [PGO] Remove redundant counter copies for avail_extern functions. 2016-02-27 23:11:30 +00:00
MemorySanitizer [msan] Put msan constructor in a comdat. 2016-02-12 00:37:52 +00:00
SanitizerCoverage [libFuzzer] don't emit callbacks to sanitizer run-time in -fsanitize-coverage=trace-pc mode; update libFuzzer doc for previous commit 2016-02-27 05:45:12 +00:00
ThreadSanitizer [tsan] Add support for pointer typed atomic stores, loads, and cmpxchg 2016-03-07 23:16:23 +00:00