summaryrefslogtreecommitdiff
path: root/tools/opt/PrintSCC.cpp
Commit message (Expand)AuthorAge
* [PM] Remove the underspecified 'getRoot' method from CallGraph. It'sChandler Carruth2013-11-27
* [PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2013-11-26
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-15
* Make the SCC printing passes use errs() instead of outs(), as theDan Gohman2010-08-20
* Minor cleanups to follow the common convention for passDan Gohman2010-08-20
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Output "external node" rather than "Indirect CallGraph node" when printingDuncan Sands2010-06-09
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* Switch some clients to Value::getName(), and other getName() userDaniel Dunbar2009-07-22
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-16
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-18
* Rationalize the names of passes that print information:Duncan Sands2008-09-23
* remove attributions from tools.Chris Lattner2007-12-29
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-27
* Remove trailing whitespaceMisha Brukman2005-04-21
* For PR387:\Reid Spencer2004-12-07
* Finegrainify namespacificationChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-31
* Don't explicitly use the SCC classChris Lattner2003-08-31
* The SCC::HasLoop method is now in the main iteratorChris Lattner2003-08-31
* The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner2003-08-31
* Indent classes correctly in the namespaceChris Lattner2003-08-31
* * CleanupsChris Lattner2003-08-31
* Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.Vikram S. Adve2002-11-04