llvm-6502/test/Instrumentation
Evgeniy Stepanov d9434ef62f [msan] Optimize -msan-check-constant-shadow.
The new code does not create new basic blocks in the case when shadow is a
compile-time constant; it generates either an unconditional __msan_warning
call or nothing instead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226569 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-20 15:21:35 +00:00
..
AddressSanitizer IR: Move MDLocation into place 2015-01-14 22:27:36 +00:00
BoundsChecking Allow aliases to be unnamed_addr. 2014-06-06 01:20:28 +00:00
DataFlowSanitizer IR: Move MDLocation into place 2015-01-14 22:27:36 +00:00
InstrProfiling InstrProf: An intrinsic and lowering for instrumentation based profiling 2014-12-08 18:02:35 +00:00
MemorySanitizer [msan] Optimize -msan-check-constant-shadow. 2015-01-20 15:21:35 +00:00
SanitizerCoverage IR: Move MDLocation into place 2015-01-14 22:27:36 +00:00
ThreadSanitizer IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00