aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/GraphWriter.h
Commit message (Expand)AuthorAgeFilesLines
* For PR797:Reid Spencer2006-08-231-1/+5
* Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer2006-08-221-1/+6
* For PR801:Reid Spencer2006-06-271-0/+58
* Annotate nodes with their addresses if a graph requests it.Chris Lattner2005-10-011-2/+13
* Reverting change moving to selection dag graph.Jim Laskey2005-09-301-1/+1
* Add the node name (thus the address) to node label.Jim Laskey2005-09-301-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-12/+12
* Add support for bottom-up graphs.Chris Lattner2005-01-111-3/+13
* Add a helper methodChris Lattner2005-01-101-1/+5
* Changes For Bug 352Reid Spencer2004-09-011-5/+5
* If a node has more than 64 outgoing edges, make the edges go from the 'trunca...Chris Lattner2004-02-111-1/+3
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-161-4/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Escape "'s, which are frequent visitors to C++ typesChris Lattner2003-10-311-0/+1
* Added LLVM notice.John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* 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