aboutsummaryrefslogtreecommitdiff
path: root/include/Support/GraphWriter.h
AgeCommit message (Expand)Author
2004-09-01Changes For Bug 352Reid Spencer
2004-02-11If a node has more than 64 outgoing edges, make the edges go from the 'trunca...Chris Lattner
2003-11-16Fixes for PR114: Thanks to Reid Spencer!Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-31Escape "'s, which are frequent visitors to C++ typesChris Lattner
2003-10-20Added LLVM notice.John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-02-05Allow the addition of edge source labelsChris Lattner
2002-11-10Fix a problem where bad graphs could be generatedChris Lattner
2002-10-27Old GCC's don't have an <ostream>Chris Lattner
2002-10-18Don't emit braces around something without outgoing edgesChris Lattner
2002-10-17Break up the GraphWriter into smaller chunks to be used in different waysChris Lattner
2002-10-16Allow simple nodes to have outgoing edgesChris Lattner
2002-10-16 * Factor printing code again, add emitSimpleNode methodChris Lattner
2002-10-16 * Add new DOTGraphTraits::addCustomGraphFeatures methodChris Lattner
2002-10-16 * Significantly refactor GraphWriter into a class.Chris Lattner
2002-10-16 - Generic graph printing infrastructure changes:Chris Lattner
2002-10-10* Don't only print out reachable nodes in the graph.Chris Lattner
2002-10-07Don't rotate paper.Chris Lattner
2002-10-07 - Allow printing generic LLVM graphs to 'dot' files, so they can beChris Lattner