summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/Interval.h
Commit message (Expand)AuthorAge
* Remove copy ctors that did the same thing as the default one.Benjamin Kramer2014-03-11
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-27
* Remove trailing whitespaceMisha Brukman2005-04-21
* Improve doxygen documentation, patch contributed by Evan Jones!Chris Lattner2005-04-21
* Changes For Bug 352Reid Spencer2004-09-01
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Fix spelling.Misha Brukman2003-10-10
* Add graph traits specializations for intervalsChris Lattner2003-10-01
* Standardize header file commentsChris Lattner2003-09-30
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-27
* Remove all contents of the cfg namespace to the global namespaceChris Lattner2002-04-28
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-12
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-01
* Big changes. Interval*.h is now more or less finalized. IntervalPartitionChris Lattner2001-06-25
* IntervalPartition & IntervalIterator classes have been split out intoChris Lattner2001-06-24
* Addition of IntervalIterator. Preparing for rename of Intervals.h toChris Lattner2001-06-24
* Add commentsChris Lattner2001-06-22
* * Added commentsChris Lattner2001-06-21
* Add capability to build a derived interval graphChris Lattner2001-06-20
* New file: Interval analysis supportChris Lattner2001-06-20