Regression tests for PR258 and PR259.
[oota-llvm.git] / lib / Analysis / InductionVariable.cpp
2003-12-23 Chris Lattnerrename ClassifyExpression -> ClassifyExpr
2003-12-22 Chris Lattnerfinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-09-10 Chris Lattneranother trivial cleanup
2003-09-10 Chris LattnerSimplification of trip counting machinery.
2003-09-10 Chris LattnerSpelling fixes
2003-09-10 Chris Lattnerclean up file header comment
2003-09-10 Chris LattnerSimplify some code
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-07-23 Chris LattnerFit code into 80 columns
2003-04-23 Chris LattnerRemove unneccesary &*
2002-11-09 Chris LattnerFix warning
2002-10-11 Misha BrukmanAdded capability to get execution count of a loop if...
2002-09-10 Chris LattnerClean up indvar printing
2002-08-30 Chris Lattner - Eliminate the last traces of the 'analysis' namespace
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-24 Chris LattnerGCC 3.1 changes
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-28 Chris LattnerEliminate the cfg namespace, moving LoopInfo, Dominator...
2002-04-28 Chris LattnerChange the Dominator info and LoopInfo classes to keep...
2002-04-27 Chris LattnerChange Constant::getNullConstant to Constant::getNullValue
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-03-26 Chris Lattnerchange refs to Method to Function
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-05 Chris LattnerFix a bug that clobbered the step value on some inputs
2001-12-04 Chris LattnerFix a pessimization due to sucky LI testing
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-12-03 Chris LattnerInduction variables must be phi nodes
2001-11-26 Chris Lattner* Implement dominator based loop identification