summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/DOTGraphTraits.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes For Bug 352Reid Spencer2004-09-011-102/+0
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Move the stuff that fixes the size, orientation & fonts of graphs toBrian Gaeke2004-05-051-3/+2
| | | | | | | | | | | the debugging functions that call "dot". These fixed settings have various problems: for example, the fixed size that is set in the graph traits classes is not appropriate for turning the dot file into a PNG, and if TrueType font rendering is being used, the 'Courier' TrueType font may not be installed. It seems easy enough to specify these things on the command line, anyhow. llvm-svn: 13366
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
| | | | llvm-svn: 9903
* Added LLVM notice.John Criswell2003-10-201-0/+7
| | | | llvm-svn: 9300
* Standardize header file commentsChris Lattner2003-09-301-1/+1
| | | | llvm-svn: 8782
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
| | | | llvm-svn: 7944
* As wierd as it feels to type it, const void* is more generic than void*Chris Lattner2002-10-171-9/+19
| | | | llvm-svn: 4206
* * Add new DOTGraphTraits::addCustomGraphFeatures methodChris Lattner2002-10-161-0/+9
| | | | llvm-svn: 4197
* Add new getGraphProperties that may be specialized by graphsChris Lattner2002-10-101-0/+8
| | | | llvm-svn: 4108
* - Allow printing generic LLVM graphs to 'dot' files, so they can beChris Lattner2002-10-071-0/+65
visualized easily. llvm-svn: 4061
OpenPOWER on IntegriCloud