llvm-6502/lib/Transforms/Utils
Chris Lattner b5c1dbf503 Fix several bugs in the extractor:
1. Names were not put on the new arguments created (ok, this just helps sanity :)
2. Fix outgoing pointer values
3. Do not insert stores for values that had not been computed
4. Fix some wierd problems with the outset calculation

This fixes CodeExtractor/2004-03-14-DominanceProblem.ll, making the extractor
work on at least one simple case!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12484 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-18 03:49:40 +00:00
..
BasicBlockUtils.cpp
BreakCriticalEdges.cpp
CloneFunction.cpp
CloneModule.cpp
CloneTrace.cpp
CodeExtractor.cpp Fix several bugs in the extractor: 2004-03-18 03:49:40 +00:00
DemoteRegToStack.cpp This code was both incredibly complex and incredibly broken. Fix it. 2004-03-16 23:23:11 +00:00
InlineFunction.cpp
Linker.cpp
Local.cpp
LoopSimplify.cpp Fix a regression from this patch: 2004-03-16 06:00:15 +00:00
LowerAllocations.cpp
LowerInvoke.cpp
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp
SimplifyCFG.cpp Fix compilation of mesa, which I broke earlier today 2004-03-17 02:02:47 +00:00
UnifyFunctionExitNodes.cpp
ValueMapper.cpp
ValueMapper.h