aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/IPA/CallGraphSCCPass.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-311-2/+2
* The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner2003-08-311-1/+1
* Initial checkin of the CallGraphSCCPass classChris Lattner2003-08-311-0/+30