aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/IntervalPartition.h
AgeCommit message (Expand)Author
2007-05-06Fix typo in comment.Nick Lewycky
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2005-04-21Remove trailing whitespaceMisha Brukman
2004-12-07For PR387:\Reid Spencer
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2002-10-29Fixed spelling of `propagation'.Misha Brukman
2002-08-21- Do not expose ::ID from any of the analyses anymore.Chris Lattner
2002-08-09* IntervalPartition no longer derives from vectorChris Lattner
2002-07-29* Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner
2002-07-27* Standardize how analysis results/passes as printed with the print() virtualChris Lattner
2002-07-26*** empty log message ***Chris Lattner
2002-07-26*** empty log message ***Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-28Remove all contents of the cfg namespace to the global namespaceChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-01-30Convert analyses over to new Pass frameworkChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-07-03IntervalPartition was changed to inherit from vector<Interval*> instead ofChris Lattner
2001-06-25Big changes. Interval*.h is now more or less finalized. IntervalPartitionChris Lattner
2001-06-24New files due to the Intervals.h splitupChris Lattner