llvm-6502/lib/Transforms/Utils
Nick Lewycky fee12b2985 Whether function-local or not, a MDNode may reference a Function in which case
it needs to be mapped to refer to the function in the new module, not the old
one. Fixes PR7700.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109353 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-24 19:43:25 +00:00
..
AddrModeMatcher.cpp
BasicBlockUtils.cpp
BasicInliner.cpp
BreakCriticalEdges.cpp mass elimination of reliance on automatic iterator dereferencing 2010-07-22 13:36:47 +00:00
BuildLibCalls.cpp undo 80 column trespassing I caused 2010-07-22 10:37:47 +00:00
CloneFunction.cpp Use DebugLocs instead of MDNodes. 2010-07-20 23:49:05 +00:00
CloneLoop.cpp
CloneModule.cpp Make NamedMDNode not be a subclass of Value, and simplify the interface 2010-07-21 23:38:33 +00:00
CMakeLists.txt
CodeExtractor.cpp
DemoteRegToStack.cpp
InlineFunction.cpp
InstructionNamer.cpp
LCSSA.cpp Reorder the contents of various getAnalysisUsage functions, eliminating 2010-07-16 17:58:45 +00:00
Local.cpp make various clients of ReplaceAndSimplifyAllUses tolerate 2010-07-15 06:06:04 +00:00
LoopSimplify.cpp keep in 80 cols 2010-07-22 17:18:03 +00:00
LoopUnroll.cpp
LowerInvoke.cpp
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp Don't look up the "dbg" metadata kind by name. 2010-07-20 23:09:34 +00:00
SimplifyCFG.cpp pass dereferenced iterator to dyn_cast 2010-07-22 11:43:44 +00:00
SSAUpdater.cpp
SSI.cpp mass elimination of reliance on automatic iterator dereferencing 2010-07-22 13:36:47 +00:00
UnifyFunctionExitNodes.cpp Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). 2010-07-21 22:09:45 +00:00
ValueMapper.cpp Whether function-local or not, a MDNode may reference a Function in which case 2010-07-24 19:43:25 +00:00
ValueMapper.h