llvm-project/llvm/test/Instrumentation
Vitaly Buka ba39a6e14a [msan] Instrument vtest instrinsics
Instrumentation just ORs shadow of inputs.
I assume some result shadow bits can be reset if we go into specifics of particular checks,
but as-is it is still an improvement against existing default strict instruction handler, when
every set bit of input shadow is  reported as an error.

Reviewed By: kda

Differential Revision: https://reviews.llvm.org/D134123
2022-09-21 16:57:44 -07:00
..
AddressSanitizer [MemorySanitizer] Support memcpy.inline and memset.inline 2022-08-11 10:43:49 +02:00
BoundsChecking [BoundsChecking] Fix merging of sizes 2022-08-03 17:21:19 -07:00
DataFlowSanitizer [IR] Enable opaque pointers by default 2022-06-02 09:40:56 +02:00
HWAddressSanitizer [hwasan] Add __hwasan_add_frame_record to the hwasan interface 2022-07-13 15:15:15 -07:00
HeapProfiler [memprof] Only insert dynamic shadow load when needed 2022-05-02 13:36:00 -07:00
InstrOrderFile [LegacyPM] Remove InstrOrderFileLegacyPass 2022-07-19 23:58:51 -07:00
InstrProfiling [InstrProf] Set prof global variables to internal linkage if adding a comdat 2022-08-04 13:24:55 -07:00
JustMyCode [IR] Enable opaque pointers by default 2022-06-02 09:40:56 +02:00
MemorySanitizer [msan] Instrument vtest instrinsics 2022-09-21 16:57:44 -07:00
PoisonChecking
SanitizerBinaryMetadata [SanitizerBinaryMetadata] Introduce SanitizerBinaryMetadata instrumentation pass 2022-09-07 21:25:40 +02:00
SanitizerCoverage Add -fsanitizer-coverage=control-flow 2022-09-15 15:56:04 -07:00
ThreadSanitizer [tsan] Replace mem intrinsics with calls to interceptors 2022-09-06 13:09:31 -07:00
cgprofile.ll [LegacyPM] Remove CGProfileLegacyPass 2022-07-16 00:39:56 -07:00