aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/Interval.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2009-08-23Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2005-07-27Eliminate tabs and trailing spaces.Jeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21Improve doxygen documentation, patch contributed by Evan Jones!Chris Lattner
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 copyright header (for lack of a better term).John Criswell
2003-10-10Fix spelling.Misha Brukman
2003-10-01Add graph traits specializations for intervalsChris Lattner
2003-09-30Standardize header file commentsChris Lattner
2002-07-27* Standardize how analysis results/passes as printed with the print() virtualChris Lattner
2002-04-28Remove all contents of the cfg namespace to the global namespaceChris Lattner
2002-02-12* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-10-01Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner
2001-06-25Big changes. Interval*.h is now more or less finalized. IntervalPartitionChris Lattner
2001-06-24IntervalPartition & IntervalIterator classes have been split out intoChris Lattner
2001-06-24Addition of IntervalIterator. Preparing for rename of Intervals.h toChris Lattner
2001-06-22Add commentsChris Lattner
2001-06-21* Added commentsChris Lattner
2001-06-20Add capability to build a derived interval graphChris Lattner
2001-06-20New file: Interval analysis supportChris Lattner