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