summaryrefslogtreecommitdiff
path: root/tools/opt/GraphPrinters.cpp
Commit message (Expand)AuthorAge
* Added -view-callgraph module pass.Andrew Trick2013-01-11
* 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 graphprinter support for domfrontier.Chris Lattner2011-04-05
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-02
* Move tool_output_file into its own file.Dan Gohman2010-10-07
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-01
* Convert tools to use tool_output_file, and introduce errorDan 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
* Change another reference to the "indirect callgraph node" toDuncan Sands2010-06-09
* Remove unnecessary uses of <iostream>.Daniel Dunbar2010-04-15
* Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser2009-11-30
* Instantiate DefaultDOTGraphTraitsTobias Grosser2009-11-30
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-25
* use raw_fd_ostream instead of fstream with graphwriter,Chris Lattner2009-08-23
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-24
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-18
* Rationalize the names of passes that print information:Duncan Sands2008-09-23
* Move dominator info printer into tool/opt/GraphPrinters.cppDevang Patel2008-06-30
* 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
* Need iostream to be included for the time being.Bill Wendling2006-11-17
* For PR387:Reid Spencer2006-08-28
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-27
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* Remove trailing whitespaceMisha Brukman2005-04-22
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* finegrainify namespacificationChris Lattner2004-04-12
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Delete the -print-cfg pass from this fileChris Lattner2003-10-22
* fix file headersChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Implement a new -print-callgraph analysis that turns a callgraph into a dotChris Lattner2002-11-04
* - Implement a new -print-cfg option for analyze, that causes it to print theChris Lattner2002-10-07