aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt/PrintSCC.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Drop 'const'Devang Patel2007-05-031-4/+4
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-4/+4
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+7
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-271-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* For PR387:\Reid Spencer2004-12-071-2/+2
* Finegrainify namespacificationChris Lattner2004-09-201-7/+4
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* 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-9/+10
* Don't explicitly use the SCC classChris Lattner2003-08-311-2/+2
* The SCC::HasLoop method is now in the main iteratorChris Lattner2003-08-311-7/+7
* The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner2003-08-311-2/+2
* Indent classes correctly in the namespaceChris Lattner2003-08-311-46/+56
* * CleanupsChris Lattner2003-08-311-38/+30
* Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.Vikram S. Adve2002-11-041-0/+93