summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/InductionVariable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete filesChris Lattner2004-04-021-324/+0
* Fix PR284: [indvars] Induction variable analysis violates LLVM invariantsChris Lattner2004-03-101-1/+5
* rename ClassifyExpression -> ClassifyExprChris Lattner2003-12-231-4/+4
* finegrainify namespacificationChris Lattner2003-12-221-8/+23
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Fixed spelling and grammar.Misha Brukman2003-09-111-1/+1
* another trivial cleanupChris Lattner2003-09-101-3/+2
* Simplification of trip counting machinery.Chris Lattner2003-09-101-73/+68
* Spelling fixesChris Lattner2003-09-101-5/+5
* clean up file header commentChris Lattner2003-09-101-5/+5
* Simplify some codeChris Lattner2003-09-101-8/+5
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-011-1/+1
* Fit code into 80 columnsChris Lattner2003-07-231-2/+4
* Remove unneccesary &*Chris Lattner2003-04-231-1/+1
* Fix warningChris Lattner2002-11-091-1/+1
* Added capability to get execution count of a loop if it is a predictableMisha Brukman2002-10-111-11/+137
* Clean up indvar printingChris Lattner2002-09-101-3/+3
* - Eliminate the last traces of the 'analysis' namespaceChris Lattner2002-08-301-7/+4
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-0/+22
* GCC 3.1 changesChris Lattner2002-07-241-1/+1
* MEGAPATCH checkin.Chris Lattner2002-06-251-4/+4
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-061-3/+3
* 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
OpenPOWER on IntegriCloud