summaryrefslogtreecommitdiff
path: root/include/llvm/Support/GraphWriter.h
Commit message (Expand)AuthorAge
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Fixed few warnings.Galina Kistanova2012-07-19
* Twinify GraphWriter a little bit.Benjamin Kramer2011-11-15
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Escape graph edge labels.Dan Gohman2011-03-01
* Code simplification.Dan Gohman2011-03-01
* Pass the graph to the DOTGraphTraits.getEdgeAttributes().Tobias Grosser2011-02-27
* Revert rr123550. It causes clang build failure on darwin9.Devang Patel2011-01-17
* Support/GraphWriter: Replace all internal uses of PathV1 with PathV2. The ext...Michael J. Spencer2011-01-15
* Merge System into Support.Michael J. Spencer2010-11-29
* writeGraph doesn't need its ShortNames argument.Dan Gohman2010-09-27
* Don't construct a redundant GraphWriter object.Dan Gohman2010-09-27
* Factor out code from the standalone WriteGraph function into a helperDan Gohman2010-09-27
* Remove WriteGraph's Name argument, which it didn't use, andDan Gohman2010-09-27
* Fix indentation.Dan Gohman2010-09-27
* Disambiguate calls to WriteGraph() to disable ADL.Mikhail Glushenkov2010-08-20
* Trailing whitespace.Mikhail Glushenkov2010-08-20
* Add new RegionInfo pass.Tobias Grosser2010-07-22
* Add an isNodeHidden to the graph traits, to support definition ofDan Gohman2010-05-14
* Properly escape edge source and destination labels.Dan Gohman2010-04-30
* Fix odd declaration.Benjamin Kramer2009-11-30
* Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser2009-11-30
* Instantiate DefaultDOTGraphTraitsTobias Grosser2009-11-30
* Do not point edge heads to source labelsTobias Grosser2009-11-30
* Only print edgeSourceLabels if they are not emptyTobias Grosser2009-11-30
* A few more tabs -> spaces.Daniel Dunbar2009-09-20
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-25
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-23
* only point to dest labels if the graph has themAndrew Lenharth2009-08-05
* emit simple node was using different labels for fields than the rest of the g...Andrew Lenharth2009-07-23
* Add support for other GraphViz display tools. This can helpDavid Greene2009-07-09
* Allow users of GraphWriter to display graphs asynchronously. ThisDavid Greene2009-07-08
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-24
* Removed trailing whitespace.Misha Brukman2009-02-20
* Don't use reinterpret_cast when it isn't needed.Dan Gohman2008-07-27
* Enhance the GraphWriter support for edge destinations, and teach theDan Gohman2008-07-21
* Make the GraphWriter be more consistent about the stringDan Gohman2008-07-21
* Escape the graph name. This unbreaks -view-cfg.Dan Gohman2008-07-10
* The graph name really does matter for configurations that use gv.Dan Gohman2008-07-08
* Remove uses of "llvm/Support/Debug.h" from LLVM include files, whichDan Gohman2008-07-07
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Added special escape sequences "\{", "\}", and "\|" when processingTed Kremenek2008-01-23
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Previously GraphWriter assumed operator*() for node_iterator alwaysTed Kremenek2007-09-19
* Added Graphviz escaping for the '|' character.Ted Kremenek2007-08-30
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Used llvm_ostream instead of std::ostream objects. This will reduce useBill Wendling2006-11-17
* Add ability to annotate (color) nodes in a viewGraph.Jim Laskey2006-10-02
* For PR797:Reid Spencer2006-08-23