aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/GraphWriter.h
AgeCommit message (Expand)Author
2009-02-20Removed trailing whitespace.Misha Brukman
2008-07-27Don't use reinterpret_cast when it isn't needed.Dan Gohman
2008-07-21Enhance the GraphWriter support for edge destinations, and teach theDan Gohman
2008-07-21Make the GraphWriter be more consistent about the stringDan Gohman
2008-07-10Escape the graph name. This unbreaks -view-cfg.Dan Gohman
2008-07-08The graph name really does matter for configurations that use gv.Dan Gohman
2008-07-07Remove uses of "llvm/Support/Debug.h" from LLVM include files, whichDan Gohman
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2008-01-23Added special escape sequences "\{", "\}", and "\|" when processingTed Kremenek
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-09-19Previously GraphWriter assumed operator*() for node_iterator alwaysTed Kremenek
2007-08-30Added Graphviz escaping for the '|' character.Ted Kremenek
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-17Used llvm_ostream instead of std::ostream objects. This will reduce useBill Wendling
2006-10-02Add ability to annotate (color) nodes in a viewGraph.Jim Laskey
2006-08-23For PR797:Reid Spencer
2006-08-22Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer
2006-06-27For PR801:Reid Spencer
2005-10-01Annotate nodes with their addresses if a graph requests it.Chris Lattner
2005-09-30Reverting change moving to selection dag graph.Jim Laskey
2005-09-30Add the node name (thus the address) to node label.Jim Laskey
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-11Add support for bottom-up graphs.Chris Lattner
2005-01-10Add a helper methodChris Lattner
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