Change Constant::getNullConstant to Constant::getNullValue
[oota-llvm.git] / lib / Analysis / InductionVariable.cpp
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