aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure/MemoryDepAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-311-5/+4
* Remove dead varChris Lattner2003-08-311-1/+0
* The SCC::HasLoop method is now in the main iteratorChris Lattner2003-08-311-1/+1
* Remove explicit passing of SCC's around as objects.Chris Lattner2003-08-311-6/+5
* Move the getAnalysisUsage method from the header fileChris Lattner2003-08-311-2/+12
* The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner2003-08-311-1/+1
* Minor cleanupsChris Lattner2003-08-311-14/+9
* Remove unnecessary use of NonCopyableChris Lattner2003-08-061-5/+4
* An explicit representation of dependence graphs, and a pass thatVikram S. Adve2002-12-081-0/+492