summaryrefslogtreecommitdiff
path: root/tools/opt/GraphPrinters.cpp
AgeCommit message (Expand)Author
2017-01-28Cleanup dump() functions.Matthias Braun
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth
2013-01-11Added -view-callgraph module pass.Andrew Trick
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-04-05remove graphprinter support for domfrontier.Chris Lattner
2011-01-02split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner
2010-10-07Move tool_output_file into its own file.Dan Gohman
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-20Convert tools to use tool_output_file, and introduce errorDan 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-09Change another reference to the "indirect callgraph node" toDuncan Sands
2010-04-15Remove unnecessary uses of <iostream>.Daniel Dunbar
2009-11-30Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser
2009-11-30Instantiate DefaultDOTGraphTraitsTobias Grosser
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-23use raw_fd_ostream instead of fstream with graphwriter,Chris Lattner
2009-08-23Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner
2009-06-24Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson
2009-02-18Eliminate several more unnecessary intptr_t casts.Dan Gohman
2008-09-23Rationalize the names of passes that print information:Duncan Sands
2008-06-30Move dominator info printer into tool/opt/GraphPrinters.cppDevang Patel
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-11-17Need iostream to be included for the time being.Bill Wendling
2006-08-28For PR387:Reid Spencer
2006-08-27Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2005-04-22Remove trailing whitespaceMisha Brukman
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-04-12finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-22Delete the -print-cfg pass from this fileChris Lattner
2003-10-20fix file headersChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2002-11-04Implement a new -print-callgraph analysis that turns a callgraph into a dotChris Lattner
2002-10-07 - Implement a new -print-cfg option for analyze, that causes it to print theChris Lattner