aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/DOTGraphTraits.h
AgeCommit message (Expand)Author
2013-01-25ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick
2011-11-04Delete names for unused parameters in inline function definitions in headers,...Eli Friedman
2011-02-27Pass the graph to the DOTGraphTraits.getEdgeAttributes().Tobias Grosser
2010-05-27typoGabor Greif
2010-05-14Add an isNodeHidden to the graph traits, to support definition ofDan Gohman
2010-05-10Add an explicit keyword.Dan Gohman
2009-11-30Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser
2009-11-30Instantiate DefaultDOTGraphTraitsTobias Grosser
2009-06-24Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson
2009-02-20Removed trailing whitespace.Misha Brukman
2008-07-21Enhance the GraphWriter support for edge destinations, and teach theDan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-16Constify graph argumentsAnton Korobeynikov
2007-05-14Use templates for the GraphType for DefaultDOTGraphTraits' members insteadDan Gohman
2006-10-02Add ability to annotate (color) nodes in a viewGraph.Jim Laskey
2005-10-01add a methodChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-11Add support for bottom-up graphs.Chris Lattner
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-05-05Move the stuff that fixes the size, orientation & fonts of graphs toBrian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM notice.John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-08-18Spell `necessary' correctly.Misha Brukman
2002-10-17As wierd as it feels to type it, const void* is more generic than void*Chris Lattner
2002-10-16 * Add new DOTGraphTraits::addCustomGraphFeatures methodChris Lattner
2002-10-10Add new getGraphProperties that may be specialized by graphsChris Lattner
2002-10-07 - Allow printing generic LLVM graphs to 'dot' files, so they can beChris Lattner