aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/InductionVariable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner2002-04-281-4/+4
* Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,...Chris Lattner2002-04-281-2/+2
* Change Constant::getNullConstant to Constant::getNullValueChris Lattner2002-04-271-2/+2
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-1/+1
* change refs to Method to FunctionChris Lattner2002-03-261-1/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-2/+2
* Fix a bug that clobbered the step value on some inputsChris Lattner2001-12-051-4/+7
* Fix a pessimization due to sucky LI testingChris Lattner2001-12-041-0/+15
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-8/+8
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-1/+2
* Induction variables must be phi nodesChris Lattner2001-12-031-5/+4
* * Implement dominator based loop identificationChris Lattner2001-11-261-0/+138