Add getPotentialPassManagerType(). No functionality change, yet.
[oota-llvm.git] / include / llvm / Analysis / IntervalPartition.h
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-12-07 Reid SpencerFor PR387:\
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-30 Chris LattnerStandardize header file comments
2002-10-29 Misha BrukmanFixed spelling of `propagation'.
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-08-09 Chris Lattner* IntervalPartition no longer derives from vector
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner*** empty log message ***
2002-07-26 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerRemove all contents of the cfg namespace to the global...
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-03-23 Chris LattnerRename Method to Function
2002-01-30 Chris LattnerConvert analyses over to new Pass framework
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-07-03 Chris LattnerIntervalPartition was changed to inherit from vector...
2001-06-25 Chris LattnerBig changes. Interval*.h is now more or less finalized...
2001-06-24 Chris LattnerNew files due to the Intervals.h splitup