aboutsummaryrefslogtreecommitdiff
path: root/tools/opt/PrintSCC.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer
2010-08-20Make the SCC printing passes use errs() instead of outs(), as theDan Gohman
2010-08-20Minor cleanups to follow the common convention for passDan Gohman
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-06-09Output "external node" rather than "Indirect CallGraph node" when printingDuncan Sands
2009-08-23Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner
2009-07-22Switch some clients to Value::getName(), and other getName() userDaniel Dunbar
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman
2009-02-18Eliminate several more unnecessary intptr_t casts.Dan Gohman
2008-09-23Rationalize the names of passes that print information:Duncan Sands
2007-12-29remove attributions from tools.Chris Lattner
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2006-08-27Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-12-07For PR387:\Reid Spencer
2004-09-20Finegrainify namespacificationChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-08-31Rename TarjanSCCIterator -> scc_iteratorChris Lattner
2003-08-31Don't explicitly use the SCC classChris Lattner
2003-08-31The SCC::HasLoop method is now in the main iteratorChris Lattner
2003-08-31The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner
2003-08-31Indent classes correctly in the namespaceChris Lattner
2003-08-31* CleanupsChris Lattner
2002-11-04Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.Vikram S. Adve