aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/Interval.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-2/+1
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-231-10/+12
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* Fixes for PR341Chris Lattner2004-07-151-7/+10
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+2
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* *** empty log message ***Chris Lattner2002-07-311-1/+1
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-0/+17
* Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner2002-04-281-3/+3
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-2/+3
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-011-5/+3
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-281-1/+0
* IntervalPartition & IntervalIterator classes have been split out intoChris Lattner2001-06-241-197/+4
* Prepare for split between Interval, IntervalIterator, and IntervalIPartitionChris Lattner2001-06-241-2/+2
* Interval::HeaderNode is now accessed thorugh an accessor functionChris Lattner2001-06-221-1/+1
* Implement the new Interval::isLoop methodChris Lattner2001-06-211-0/+29
* Add capability to build a derived interval graphChris Lattner2001-06-201-44/+153
* Initial Checking of Interval handling codeChris Lattner2001-06-201-0/+85