Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Support / DOTGraphTraits.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2013-01-25 Andrew TrickScheduleDAG: colorize the DOT graph and improve formatting.
2011-11-04 Eli FriedmanDelete names for unused parameters in inline function...
2011-02-27 Tobias GrosserPass the graph to the DOTGraphTraits.getEdgeAttributes().
2010-05-27 Gabor Greiftypo
2010-05-14 Dan GohmanAdd an isNodeHidden to the graph traits, to support...
2010-05-10 Dan GohmanAdd an explicit keyword.
2009-11-30 Tobias GrosserRemove ShortNames from getNodeLabel in DOTGraphTraits
2009-11-30 Tobias GrosserInstantiate DefaultDOTGraphTraits
2009-06-24 Owen AndersonGet rid of the global CFGOnly flag by threading a Short...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2008-07-21 Dan GohmanEnhance the GraphWriter support for edge destinations...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-16 Anton KorobeynikovConstify graph arguments
2007-05-14 Dan GohmanUse templates for the GraphType for DefaultDOTGraphTrai...
2006-10-02 Jim LaskeyAdd ability to annotate (color) nodes in a viewGraph.
2005-10-01 Chris Lattneradd a method
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-11 Chris LattnerAdd support for bottom-up graphs.
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-09-01 Reid SpencerChanges For Bug 352
2004-05-05 Brian GaekeMove the stuff that fixes the size, orientation & fonts...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-09-30 Chris LattnerStandardize header file comments
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2002-10-17 Chris LattnerAs wierd as it feels to type it, const void* is more...
2002-10-16 Chris Lattner * Add new DOTGraphTraits::addCustomGraphFeatures...
2002-10-10 Chris LattnerAdd new getGraphProperties that may be specialized...
2002-10-07 Chris Lattner - Allow printing generic LLVM graphs to 'dot' files...