summaryrefslogtreecommitdiff
path: root/lib/Analysis/Interval.cpp
Commit message (Expand)AuthorAge
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-23
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fixes for PR341Chris Lattner2004-07-15
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Regularize header file commentsChris Lattner2003-10-13
* *** empty log message ***Chris Lattner2002-07-31
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-27
* Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner2002-04-28
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-12
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-01
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-28
* IntervalPartition & IntervalIterator classes have been split out intoChris Lattner2001-06-24
* Prepare for split between Interval, IntervalIterator, and IntervalIPartitionChris Lattner2001-06-24
* Interval::HeaderNode is now accessed thorugh an accessor functionChris Lattner2001-06-22
* Implement the new Interval::isLoop methodChris Lattner2001-06-21
* Add capability to build a derived interval graphChris Lattner2001-06-20
* Initial Checking of Interval handling codeChris Lattner2001-06-20