aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/GraphWriter.h
AgeCommit message (Expand)Author
2013-01-25ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-07-19Fixed few warnings.Galina Kistanova
2011-11-15Twinify GraphWriter a little bit.Benjamin Kramer
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-03-01Escape graph edge labels.Dan Gohman
2011-03-01Code simplification.Dan Gohman
2011-02-27Pass the graph to the DOTGraphTraits.getEdgeAttributes().Tobias Grosser
2011-01-17Revert rr123550. It causes clang build failure on darwin9.Devang Patel
2011-01-15Support/GraphWriter: Replace all internal uses of PathV1 with PathV2. The ext...Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-09-27writeGraph doesn't need its ShortNames argument.Dan Gohman
2010-09-27Don't construct a redundant GraphWriter object.Dan Gohman
2010-09-27Factor out code from the standalone WriteGraph function into a helperDan Gohman
2010-09-27Remove WriteGraph's Name argument, which it didn't use, andDan Gohman
2010-09-27Fix indentation.Dan Gohman
2010-08-20Disambiguate calls to WriteGraph() to disable ADL.Mikhail Glushenkov
2010-08-20Trailing whitespace.Mikhail Glushenkov
2010-07-22Add new RegionInfo pass.Tobias Grosser
2010-05-14Add an isNodeHidden to the graph traits, to support definition ofDan Gohman
2010-04-30Properly escape edge source and destination labels.Dan Gohman
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