summaryrefslogtreecommitdiff
path: root/lib/Analysis/Interval.cpp
Commit message (Expand)AuthorAge
* 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