summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt/GraphPrinters.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Cleanup dump() functions.Matthias Braun2017-01-281-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-2/+2
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-3/+2
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* Added -view-callgraph module pass.Andrew Trick2013-01-111-72/+1
* 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 graphprinter support for domfrontier.Chris Lattner2011-04-051-3/+1
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-021-7/+4
* Move tool_output_file into its own file.Dan Gohman2010-10-071-1/+1
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-011-4/+4
* Convert tools to use tool_output_file, and introduce errorDan Gohman2010-08-201-5/+11
* Minor cleanups to follow the common convention for passDan Gohman2010-08-201-8/+8
* 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
* Change another reference to the "indirect callgraph node" toDuncan Sands2010-06-091-1/+1
* Remove unnecessary uses of <iostream>.Daniel Dunbar2010-04-151-4/+3
* Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser2009-11-301-2/+1
* Instantiate DefaultDOTGraphTraitsTobias Grosser2009-11-301-0/+3
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-1/+1
* use raw_fd_ostream instead of fstream with graphwriter,Chris Lattner2009-08-231-2/+3
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-2/+1
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-241-1/+2
* 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-1/+1
* Move dominator info printer into tool/opt/GraphPrinters.cppDevang Patel2008-06-301-0/+32
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4
* Need iostream to be included for the time being.Bill Wendling2006-11-171-0/+1
* For PR387:Reid Spencer2006-08-281-0/+1
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-271-2/+2
* For PR872:Reid Spencer2006-08-181-0/+77
OpenPOWER on IntegriCloud