summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/InductionVariable.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-1/+1
| | | | | | be 'Argument' instead of FunctionArgument. llvm-svn: 2216
* change refs to Method to FunctionChris Lattner2002-03-261-1/+1
| | | | | | Change references to MEthodArgument to FunctionArgument llvm-svn: 1989
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-2/+2
| | | | llvm-svn: 1503
* Fix a bug that clobbered the step value on some inputsChris Lattner2001-12-051-4/+7
| | | | llvm-svn: 1416
* Fix a pessimization due to sucky LI testingChris Lattner2001-12-041-0/+15
| | | | llvm-svn: 1412
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-8/+8
| | | | | | | Rename ConstPool* -> Constant* Rename ConstPoolVals.h -> ConstantVals.h llvm-svn: 1407
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-1/+2
| | | | llvm-svn: 1405
* Induction variables must be phi nodesChris Lattner2001-12-031-5/+4
| | | | llvm-svn: 1402
* * Implement dominator based loop identificationChris Lattner2001-11-261-0/+138
* Implement cleaner induction variable identification llvm-svn: 1359
OpenPOWER on IntegriCloud