aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/IntervalPartition.h
Commit message (Expand)AuthorAgeFilesLines
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Fixed spelling of `propagation'.Misha Brukman2002-10-291-1/+1
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-211-2/+0
* * IntervalPartition no longer derives from vectorChris Lattner2002-08-091-2/+6
* * Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner2002-07-291-1/+0
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-0/+3
* *** empty log message ***Chris Lattner2002-07-261-2/+0
* *** empty log message ***Chris Lattner2002-07-261-1/+1
* MEGAPATCH checkin.Chris Lattner2002-06-251-1/+1
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+2
* Remove all contents of the cfg namespace to the global namespaceChris Lattner2002-04-281-5/+1
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-12/+11
* Rename Method to FunctionChris Lattner2002-03-231-1/+1
* Convert analyses over to new Pass frameworkChris Lattner2002-01-301-7/+19
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-3/+3
* IntervalPartition was changed to inherit from vector<Interval*> instead ofChris Lattner2001-07-031-10/+1
* Big changes. Interval*.h is now more or less finalized. IntervalPartitionChris Lattner2001-06-251-31/+4
* New files due to the Intervals.h splitupChris Lattner2001-06-241-0/+123