aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/DOTGraphTraits.h
Commit message (Expand)AuthorAgeFilesLines
* add a methodChris Lattner2005-10-011-0/+6
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Add support for bottom-up graphs.Chris Lattner2005-01-111-0/+7
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Move the stuff that fixes the size, orientation & fonts of graphs toBrian Gaeke2004-05-051-3/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM notice.John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* As wierd as it feels to type it, const void* is more generic than void*Chris Lattner2002-10-171-9/+19
* * Add new DOTGraphTraits::addCustomGraphFeatures methodChris Lattner2002-10-161-0/+9
* Add new getGraphProperties that may be specialized by graphsChris Lattner2002-10-101-0/+8
* - Allow printing generic LLVM graphs to 'dot' files, so they can beChris Lattner2002-10-071-0/+65