aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/Interval.h
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+0
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-3/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-0/+1
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-271-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-9/+9
* Improve doxygen documentation, patch contributed by Evan Jones!Chris Lattner2005-04-211-31/+31
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* 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
* Fix spelling.Misha Brukman2003-10-101-1/+1
* Add graph traits specializations for intervalsChris Lattner2003-10-011-0/+28
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-0/+4
* Remove all contents of the cfg namespace to the global namespaceChris Lattner2002-04-281-10/+5
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-12/+20
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-6/+6
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-011-20/+12
* Big changes. Interval*.h is now more or less finalized. IntervalPartitionChris Lattner2001-06-251-0/+11
* IntervalPartition & IntervalIterator classes have been split out intoChris Lattner2001-06-241-316/+24
* Addition of IntervalIterator. Preparing for rename of Intervals.h toChris Lattner2001-06-241-6/+197
* Add commentsChris Lattner2001-06-221-5/+17
* * Added commentsChris Lattner2001-06-211-7/+20
* Add capability to build a derived interval graphChris Lattner2001-06-201-4/+72
* New file: Interval analysis supportChris Lattner2001-06-201-0/+112