summaryrefslogtreecommitdiff
path: root/include/llvm/Support/DOTGraphTraits.h
Commit message (Expand)AuthorAge
* Enhance the GraphWriter support for edge destinations, and teach theDan Gohman2008-07-21
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Constify graph argumentsAnton Korobeynikov2007-12-16
* Use templates for the GraphType for DefaultDOTGraphTraits' members insteadDan Gohman2007-05-14
* Add ability to annotate (color) nodes in a viewGraph.Jim Laskey2006-10-02
* add a methodChris Lattner2005-10-01
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add support for bottom-up graphs.Chris Lattner2005-01-11
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-27
* Changes For Bug 352Reid Spencer2004-09-01
* Move the stuff that fixes the size, orientation & fonts of graphs toBrian Gaeke2004-05-05
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM notice.John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Spell `necessary' correctly.Misha Brukman2003-08-18
* As wierd as it feels to type it, const void* is more generic than void*Chris Lattner2002-10-17
* * Add new DOTGraphTraits::addCustomGraphFeatures methodChris Lattner2002-10-16
* Add new getGraphProperties that may be specialized by graphsChris Lattner2002-10-10
* - Allow printing generic LLVM graphs to 'dot' files, so they can beChris Lattner2002-10-07