Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanups | Chris Lattner | 2003-11-12 | 1 | -4/+5 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -1/+4 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Rename TarjanSCCIterator -> scc_iterator | Chris Lattner | 2003-08-31 | 1 | -5/+4 |
* | Remove dead var | Chris Lattner | 2003-08-31 | 1 | -1/+0 |
* | The SCC::HasLoop method is now in the main iterator | Chris Lattner | 2003-08-31 | 1 | -1/+1 |
* | Remove explicit passing of SCC's around as objects. | Chris Lattner | 2003-08-31 | 1 | -6/+5 |
* | Move the getAnalysisUsage method from the header file | Chris Lattner | 2003-08-31 | 1 | -2/+12 |
* | The tarjan iterator now returns a reference to the current SCC, not a possibl... | Chris Lattner | 2003-08-31 | 1 | -1/+1 |
* | Minor cleanups | Chris Lattner | 2003-08-31 | 1 | -14/+9 |
* | Remove unnecessary use of NonCopyable | Chris Lattner | 2003-08-06 | 1 | -5/+4 |
* | An explicit representation of dependence graphs, and a pass that | Vikram S. Adve | 2002-12-08 | 1 | -0/+492 |