aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/GraphWriter.h
AgeCommit message (Expand)Author
2009-11-30Fix odd declaration.Benjamin Kramer
2009-11-30Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser
2009-11-30Instantiate DefaultDOTGraphTraitsTobias Grosser
2009-11-30Do not point edge heads to source labelsTobias Grosser
2009-11-30Only print edgeSourceLabels if they are not emptyTobias Grosser
2009-09-20A few more tabs -> spaces.Daniel Dunbar
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-08-23convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner
2009-08-05only point to dest labels if the graph has themAndrew Lenharth
2009-07-23emit simple node was using different labels for fields than the rest of the g...Andrew Lenharth
2009-07-09Add support for other GraphViz display tools. This can helpDavid Greene
2009-07-08Allow users of GraphWriter to display graphs asynchronously. ThisDavid Greene
2009-06-24Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson
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