summaryrefslogtreecommitdiff
path: root/lib/Analysis/Interval.cpp
AgeCommit message (Expand)AuthorFilesLines
2004-07-15Fixes for PR341Chris Lattner1-7/+10
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+2
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-10-13Regularize header file commentsChris Lattner1-1/+1
2002-07-31*** empty log message ***Chris Lattner1-1/+1
2002-07-27* Standardize how analysis results/passes as printed with the print() virtualChris Lattner1-0/+17
2002-04-28Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner1-3/+3
2002-02-12* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner1-2/+3
2001-10-01Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner1-5/+3
2001-09-28Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner1-1/+0
2001-06-24IntervalPartition & IntervalIterator classes have been split out intoChris Lattner1-197/+4
2001-06-24Prepare for split between Interval, IntervalIterator, and IntervalIPartitionChris Lattner1-2/+2
2001-06-22Interval::HeaderNode is now accessed thorugh an accessor functionChris Lattner1-1/+1
2001-06-21Implement the new Interval::isLoop methodChris Lattner1-0/+29
2001-06-20Add capability to build a derived interval graphChris Lattner1-44/+153
2001-06-20Initial Checking of Interval handling codeChris Lattner1-0/+85