summaryrefslogtreecommitdiff
path: root/lib/Analysis/IntervalPartition.cpp
Commit message (Expand)AuthorAge
* Fix spelling of `propagate'.Misha Brukman2002-10-29
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-21
* *** empty log message ***Chris Lattner2002-08-09
* *** empty log message ***Chris Lattner2002-07-31
* Declare that these passes only depend on the CFG of the functionChris Lattner2002-07-30
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-27
* * Add support for different "PassType's"Chris Lattner2002-07-26
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Mark analyses that only depend on the CFG of a functionChris Lattner2002-05-06
* Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner2002-04-28
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* Convert analyses to new pass structureChris Lattner2002-01-31
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-23
* IntervalPartition was changed to inherit from vector<Interval*> instead ofChris Lattner2001-07-03
* Moved deleter to include/llvm/Tools/STLExtras.hChris Lattner2001-07-02
* Miscellaneous cleanups:Chris Lattner2001-06-27
* IntervalPartition: recode to use IntervalIterator to do all the workChris Lattner2001-06-25
* New file due to the Intervals.h splitupChris Lattner2001-06-24