summaryrefslogtreecommitdiff
path: root/lib/Analysis/InductionVariable.cpp
Commit message (Expand)AuthorAge
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-01
* Fit code into 80 columnsChris Lattner2003-07-23
* Remove unneccesary &*Chris Lattner2003-04-23
* Fix warningChris Lattner2002-11-09
* Added capability to get execution count of a loop if it is a predictableMisha Brukman2002-10-11
* Clean up indvar printingChris Lattner2002-09-10
* - Eliminate the last traces of the 'analysis' namespaceChris Lattner2002-08-30
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-27
* GCC 3.1 changesChris Lattner2002-07-24
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-06
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner2002-04-28
* Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,...Chris Lattner2002-04-28
* Change Constant::getNullConstant to Constant::getNullValueChris Lattner2002-04-27
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-09
* change refs to Method to FunctionChris Lattner2002-03-26
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Fix a bug that clobbered the step value on some inputsChris Lattner2001-12-05
* Fix a pessimization due to sucky LI testingChris Lattner2001-12-04
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-03
* Induction variables must be phi nodesChris Lattner2001-12-03
* * Implement dominator based loop identificationChris Lattner2001-11-26