Add support for many of the MRegisterInfo callbacks.
[oota-llvm.git] / include / llvm / Analysis / InductionVariable.h
2003-12-22 Chris Lattnerfix grammao
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-10 Chris LattnerSpelling fixes
2002-10-11 Misha BrukmanAdded capability to get execution count of a loop if...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-04-28 Chris LattnerRemove all contents of the cfg namespace to the global...
2001-12-03 Chris LattnerInduction variables must be phi nodes
2001-11-26 Chris Lattner* Implement dominator based loop identification