llvm-6502/lib/Transforms/Instrumentation
Duncan P. N. Exon Smith 3a84a6377c IR: MDNode => Value: Instruction::getMetadata()
Change `Instruction::getMetadata()` to return `Value` as part of
PR21433.

Update most callers to use `Instruction::getMDNode()`, which wraps the
result in a `cast_or_null<MDNode>`.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221024 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-01 00:10:31 +00:00
..
AddressSanitizer.cpp [asan] do not treat inline asm calls as indirect calls 2014-10-31 18:38:23 +00:00
BoundsChecking.cpp
CMakeLists.txt
DataFlowSanitizer.cpp [dfsan] New calling convention for custom functions with variadic arguments. 2014-10-30 13:22:57 +00:00
DebugIR.cpp Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
DebugIR.h
GCOVProfiling.cpp Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created. 2014-08-27 05:25:25 +00:00
Instrumentation.cpp
LLVMBuild.txt
Makefile
MaximumSpanningTree.h
MemorySanitizer.cpp [msan] Make -msan-check-constant-shadow a bit stronger. 2014-10-24 23:34:15 +00:00
ThreadSanitizer.cpp IR: MDNode => Value: Instruction::getMetadata() 2014-11-01 00:10:31 +00:00