summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt/PrintSCC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* SCC: Change clients to use const, NFCDuncan P. N. Exon Smith2014-04-251-1/+1
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-6/+6
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-041-1/+1
* cleanup: scc_iterator consumers should use isAtEndDuncan P. N. Exon Smith2014-02-041-4/+3
* [PM] Remove the underspecified 'getRoot' method from CallGraph. It'sChandler Carruth2013-11-271-3/+3
* [PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2013-11-261-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-3/+3
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-151-2/+2
* Make the SCC printing passes use errs() instead of outs(), as theDan Gohman2010-08-201-10/+10
* Minor cleanups to follow the common convention for passDan Gohman2010-08-201-7/+7
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-2/+2
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-2/+2
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-2/+2
* Output "external node" rather than "Indirect CallGraph node" when printingDuncan Sands2010-06-091-1/+1
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-2/+2
* Switch some clients to Value::getName(), and other getName() userDaniel Dunbar2009-07-221-1/+1
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-161-12/+12
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-181-2/+2
* Rationalize the names of passes that print information:Duncan Sands2008-09-231-6/+6
* 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
* For PR872:Reid Spencer2006-08-181-0/+105
OpenPOWER on IntegriCloud