llvm-6502/lib/Transforms/Utils
Chris Lattner 2ab6a7358e Add support to the loop canonicalization pass to make it transform loops to
have a SINGLE backedge.  This is useful to, for example, the -indvars pass.

This implements testcase LoopSimplify/single-backedge.ll and closes PR#34


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9065 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-13 00:37:13 +00:00
..
BasicBlockUtils.cpp Fix spelling. 2003-10-10 17:57:28 +00:00
BreakCriticalEdges.cpp Rename loop preheaders pass to loop simplify 2003-10-12 21:52:28 +00:00
CloneFunction.cpp
CloneModule.cpp Fix spelling. 2003-10-10 17:57:28 +00:00
CloneTrace.cpp
DemoteRegToStack.cpp Minor cleanups, no functional changes 2003-09-20 14:36:23 +00:00
InlineFunction.cpp Avoid doing pointless work. Amazingly, this makes us go faster. 2003-10-06 15:23:43 +00:00
Linker.cpp Fix spelling. 2003-10-10 17:57:28 +00:00
Local.cpp
LoopSimplify.cpp Add support to the loop canonicalization pass to make it transform loops to 2003-10-13 00:37:13 +00:00
LowerAllocations.cpp
LowerInvoke.cpp Initial checkin of the LLVM->LLVM transform to support code generators which 2003-10-05 19:14:42 +00:00
LowerSwitch.cpp Bill contributed this major rewrite of the -lowerswitch pass to make it generate 2003-10-07 18:46:23 +00:00
Makefile
Mem2Reg.cpp Change the interface to PromoteMemToReg to also take a DominatorTree 2003-10-05 21:20:13 +00:00
PromoteMemoryToRegister.cpp This changes the PromoteMemToReg function to create "pruned" SSA form, not 2003-10-05 22:19:20 +00:00
SimplifyCFG.cpp Fix spelling. 2003-10-10 17:57:28 +00:00
UnifyFunctionExitNodes.cpp
ValueMapper.cpp Avoid doing pointless work. Amazingly, this makes us go faster. 2003-10-06 15:23:43 +00:00
ValueMapper.h