aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/IntervalPartition.cpp
AgeCommit message (Expand)Author
2004-09-03Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos
2004-09-01Changes For Bug 352Reid Spencer
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-13Regularize header file commentsChris Lattner
2002-10-29Fix spelling of `propagate'.Misha Brukman
2002-08-21- Do not expose ::ID from any of the analyses anymore.Chris Lattner
2002-08-09*** empty log message ***Chris Lattner
2002-07-31*** empty log message ***Chris Lattner
2002-07-30Declare that these passes only depend on the CFG of the functionChris Lattner
2002-07-27* Standardize how analysis results/passes as printed with the print() virtualChris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-06Mark analyses that only depend on the CFG of a functionChris Lattner
2002-04-28Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-01-31Convert analyses to new pass structureChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-07-03IntervalPartition was changed to inherit from vector<Interval*> instead ofChris Lattner
2001-07-02Moved deleter to include/llvm/Tools/STLExtras.hChris Lattner
2001-06-27Miscellaneous cleanups:Chris Lattner
2001-06-25IntervalPartition: recode to use IntervalIterator to do all the workChris Lattner
2001-06-24New file due to the Intervals.h splitupChris Lattner