llvm-6502/lib/Transforms/Utils
Chris Lattner 529b28da45 This patch addresses PR35: Loop simplify should reconstruct nested loops.
This is fairly straight-forward, but was a real nightmare to get just
perfect.  aarg.  :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12884 91177308-0d34-0410-b5e6-96231b3b80d8
2004-04-13 05:05:33 +00:00
..
BasicBlockUtils.cpp
BreakCriticalEdges.cpp
CloneFunction.cpp
CloneModule.cpp
CloneTrace.cpp
CodeExtractor.cpp
DemoteRegToStack.cpp Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx 2004-04-01 20:28:45 +00:00
InlineFunction.cpp
Linker.cpp
Local.cpp
LoopSimplify.cpp This patch addresses PR35: Loop simplify should reconstruct nested loops. 2004-04-13 05:05:33 +00:00
LowerAllocations.cpp
LowerInvoke.cpp Support getelementptr instructions which use uint's to index into structure 2004-04-05 01:30:19 +00:00
LowerSelect.cpp
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp Implement ScalarRepl/select_promote.ll 2004-04-08 19:59:34 +00:00
SimplifyCFG.cpp Fold code like: 2004-04-09 22:50:22 +00:00
UnifyFunctionExitNodes.cpp
ValueMapper.cpp
ValueMapper.h