Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |