aboutsummaryrefslogtreecommitdiffstats
path: root/include/Support/GraphWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Allow the addition of edge source labelsChris Lattner2003-02-051-1/+4
* Fix a problem where bad graphs could be generatedChris Lattner2002-11-101-1/+3
* Old GCC's don't have an <ostream>Chris Lattner2002-10-271-1/+1
* Don't emit braces around something without outgoing edgesChris Lattner2002-10-181-3/+5
* Break up the GraphWriter into smaller chunks to be used in different waysChris Lattner2002-10-171-10/+17
* Allow simple nodes to have outgoing edgesChris Lattner2002-10-161-5/+16
* * Factor printing code again, add emitSimpleNode methodChris Lattner2002-10-161-8/+29
* * Add new DOTGraphTraits::addCustomGraphFeatures methodChris Lattner2002-10-161-0/+4
* * Significantly refactor GraphWriter into a class.Chris Lattner2002-10-161-41/+69
* - Generic graph printing infrastructure changes:Chris Lattner2002-10-161-18/+19
* * Don't only print out reachable nodes in the graph.Chris Lattner2002-10-101-7/+7
* Don't rotate paper.Chris Lattner2002-10-071-2/+1
* - Allow printing generic LLVM graphs to 'dot' files, so they can beChris Lattner2002-10-071-0/+123