Remove unused variables.
[oota-llvm.git] / lib / Transforms / Scalar / LoopIndexSplit.cpp
2007-08-12 Reid SpencerRemove unused variables.
2007-08-10 Devang PatelClone loop.
2007-08-10 Devang PatelRemove unncessary duplication.
2007-08-10 Devang PatelCalculate exit and start value of true loop and false...
2007-08-10 Devang PatelExitCondition and Induction variable are loop constraints
2007-08-09 Devang PatelTraverse loop blocks' terminators to find split candidates.
2007-08-08 Devang PatelAdd cost analysis.
2007-08-08 Devang PatelPreserve dom info while processing one iteration loop.
2007-08-08 Devang PatelClear split info.
2007-08-08 Devang PatelHandle multiple split conditions.
2007-08-08 Devang PatelEmbrace patch review feedback.
2007-08-07 Devang PatelFix new compare instruction's signness. Caught by Chris...
2007-08-07 Devang PatelUse eraseFromParent().
2007-08-07 Devang PatelBegin loop index split pass.