aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/InductionVariable.cpp
AgeCommit message (Expand)Author
2004-04-02Remove obsolete filesChris Lattner
2004-03-10Fix PR284: [indvars] Induction variable analysis violates LLVM invariantsChris Lattner
2003-12-23rename ClassifyExpression -> ClassifyExprChris Lattner
2003-12-22finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-09-11Fixed spelling and grammar.Misha Brukman
2003-09-10another trivial cleanupChris Lattner
2003-09-10Simplification of trip counting machinery.Chris Lattner
2003-09-10Spelling fixesChris Lattner
2003-09-10clean up file header commentChris Lattner
2003-09-10Simplify some codeChris Lattner
2003-08-01DEBUG got moved to Support/Debug.hChris Lattner
2003-07-23Fit code into 80 columnsChris Lattner
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