llvm-6502/lib/Transforms/Utils
Dan Gohman 45b3197090 Split the loop unroll mechanism logic out into a utility function.
Patch by Matthijs Kooijman!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51083 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-14 00:24:14 +00:00
..
BasicBlockUtils.cpp
BasicInliner.cpp Clean up the use of static and anonymous namespaces. This turned up 2008-05-13 00:00:25 +00:00
BreakCriticalEdges.cpp Change class' public PassInfo variables to by initialized with the 2008-05-13 02:05:11 +00:00
CloneFunction.cpp Feedback from chris 2008-04-25 17:45:52 +00:00
CloneLoop.cpp
CloneModule.cpp
CloneTrace.cpp
CodeExtractor.cpp
DemoteRegToStack.cpp
InlineCost.cpp
InlineFunction.cpp
LCSSA.cpp Change class' public PassInfo variables to by initialized with the 2008-05-13 02:05:11 +00:00
Local.cpp
LoopSimplify.cpp Change class' public PassInfo variables to by initialized with the 2008-05-13 02:05:11 +00:00
LowerAllocations.cpp Change class' public PassInfo variables to by initialized with the 2008-05-13 02:05:11 +00:00
LowerInvoke.cpp Change class' public PassInfo variables to by initialized with the 2008-05-13 02:05:11 +00:00
LowerSwitch.cpp Change class' public PassInfo variables to by initialized with the 2008-05-13 02:05:11 +00:00
Makefile
Mem2Reg.cpp Change class' public PassInfo variables to by initialized with the 2008-05-13 02:05:11 +00:00
PromoteMemoryToRegister.cpp
SimplifyCFG.cpp Fix PR2256, yet another miscompilation in simplifycfg of i 2008-04-28 00:19:07 +00:00
UnifyFunctionExitNodes.cpp Remove uses of llvm/System/IncludeFile.h that are no longer needed. 2008-05-06 01:32:53 +00:00
UnrollLoop.cpp Split the loop unroll mechanism logic out into a utility function. 2008-05-14 00:24:14 +00:00
ValueMapper.cpp