llvm-6502/lib/Transforms/Utils
Chris Lattner 782e60150e Add a CloneModule call that exposes the mapping of values from the old module
to the new module.  Patch provided by Nick Lewycky!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28349 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-17 18:05:35 +00:00
..
BasicBlockUtils.cpp
BreakCriticalEdges.cpp Preserve and update ETForest. Patch by Daniel Berlin 2006-01-11 05:11:13 +00:00
CloneFunction.cpp Allow the code cloning interfaces to capture some important info about the 2006-01-13 18:39:17 +00:00
CloneModule.cpp Add a CloneModule call that exposes the mapping of values from the old module 2006-05-17 18:05:35 +00:00
CloneTrace.cpp
CodeExtractor.cpp Add explicit #includes of <iostream> 2006-01-22 22:53:01 +00:00
DemoteRegToStack.cpp
InlineFunction.cpp Teach the inliner to update the CallGraph itself, and have it add edges to 2006-01-14 20:07:50 +00:00
Local.cpp Add supprot for shufflevector 2006-04-08 01:19:12 +00:00
LoopSimplify.cpp Canonicalize inner loops before outer loops. Inner loop canonicalization 2006-02-14 23:06:02 +00:00
LowerAllocations.cpp Patch to make some xforms preserve each other. Patch contributed by 2006-05-09 04:13:41 +00:00
LowerInvoke.cpp
LowerSelect.cpp Patch to make some xforms preserve each other. Patch contributed by 2006-05-09 04:13:41 +00:00
LowerSwitch.cpp Patch to make some xforms preserve each other. Patch contributed by 2006-05-09 04:13:41 +00:00
Makefile
Mem2Reg.cpp Patch to make some xforms preserve each other. Patch contributed by 2006-05-09 04:13:41 +00:00
PromoteMemoryToRegister.cpp Fix some nondeterminstic behavior in the mem2reg pass that (in addition to 2006-04-27 01:14:43 +00:00
SimplifyCFG.cpp remove some dead code identified by coverity 2006-05-14 18:45:44 +00:00
UnifyFunctionExitNodes.cpp Patch to make some xforms preserve each other. Patch contributed by 2006-05-09 04:13:41 +00:00
ValueMapper.cpp Add supprot for shufflevector 2006-04-08 01:19:12 +00:00
ValueMapper.h