llvm-project/llvm/test/Instrumentation
Alexander Potapenko 2b554920f1 [asan] Add support for disable_sanitizer_instrumentation attribute
For ASan this will effectively serve as a synonym for
__attribute__((no_sanitize("address")))

Differential Revision: https://reviews.llvm.org/D114421
2021-12-10 12:17:26 +01:00
..
AddressSanitizer [asan] Add support for disable_sanitizer_instrumentation attribute 2021-12-10 12:17:26 +01:00
BoundsChecking Revert rest of `IRBuilderBase`'s short-circuiting folds 2021-10-28 02:15:14 +03:00
DataFlowSanitizer [dfsan] Add missing test for the new pass manager with -dfsan-ignore-personality-routine 2021-12-09 18:53:20 -08:00
HWAddressSanitizer Revert "[IR] `IRBuilderBase::CreateAdd()`: short-circuit `x + 0` --> `x`" 2021-10-27 22:21:37 +03:00
HeapProfiler [MemProf] Don't instrument stack accesses unless requested 2021-09-16 12:21:51 -07:00
InstrOrderFile
InstrProfiling [InstrProf] Use i32 for GEP index from lowering llvm.instrprof.increment 2021-11-19 15:45:14 -08:00
MemorySanitizer [msan] Implement -msan-disable-checks. 2021-12-10 10:27:51 +01:00
PoisonChecking
SanitizerCoverage [sancov] add tracing for loads and store 2021-11-09 14:35:13 -08:00
ThreadSanitizer tsan: don't consider debug calls as calls 2021-11-17 14:42:16 +01:00
cgprofile.ll [CGProfile] Don't emit call graph profile edges with zero weight 2021-10-28 11:32:49 -04:00