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