| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -3/+3 |
* | Fixes for PR341 | Chris Lattner | 2004-07-15 | 1 | -7/+10 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+2 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Regularize header file comments | Chris Lattner | 2003-10-13 | 1 | -1/+1 |
* | *** empty log message *** | Chris Lattner | 2002-07-31 | 1 | -1/+1 |
* | * Standardize how analysis results/passes as printed with the print() virtual | Chris Lattner | 2002-07-27 | 1 | -0/+17 |
* | Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes | Chris Lattner | 2002-04-28 | 1 | -3/+3 |
* | * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into | Chris Lattner | 2002-02-12 | 1 | -2/+3 |
* | Pull predecessor and successor iterators out of the CFG*.h files, and plop th... | Chris Lattner | 2001-10-01 | 1 | -5/+3 |
* | Pull iterators out of CFG.h and CFGdecls and put them in Support directory | Chris Lattner | 2001-09-28 | 1 | -1/+0 |
* | IntervalPartition & IntervalIterator classes have been split out into | Chris Lattner | 2001-06-24 | 1 | -197/+4 |
* | Prepare for split between Interval, IntervalIterator, and IntervalIPartition | Chris Lattner | 2001-06-24 | 1 | -2/+2 |
* | Interval::HeaderNode is now accessed thorugh an accessor function | Chris Lattner | 2001-06-22 | 1 | -1/+1 |
* | Implement the new Interval::isLoop method | Chris Lattner | 2001-06-21 | 1 | -0/+29 |
* | Add capability to build a derived interval graph | Chris Lattner | 2001-06-20 | 1 | -44/+153 |
* | Initial Checking of Interval handling code | Chris Lattner | 2001-06-20 | 1 | -0/+85 |