aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/GraphWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* writeGraph doesn't need its ShortNames argument.Dan Gohman2010-09-271-3/+2
* Don't construct a redundant GraphWriter object.Dan Gohman2010-09-271-7/+4
* Factor out code from the standalone WriteGraph function into a helperDan Gohman2010-09-271-10/+20
* Remove WriteGraph's Name argument, which it didn't use, andDan Gohman2010-09-271-7/+6
* Fix indentation.Dan Gohman2010-09-271-2/+2
* Disambiguate calls to WriteGraph() to disable ADL.Mikhail Glushenkov2010-08-201-2/+2
* Trailing whitespace.Mikhail Glushenkov2010-08-201-1/+1
* Add new RegionInfo pass.Tobias Grosser2010-07-221-0/+6
* Add an isNodeHidden to the graph traits, to support definition ofDan Gohman2010-05-141-3/+18
* Properly escape edge source and destination labels.Dan Gohman2010-04-301-2/+3
* Fix odd declaration.Benjamin Kramer2009-11-301-1/+1
* Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser2009-11-301-5/+3
* Instantiate DefaultDOTGraphTraitsTobias Grosser2009-11-301-23/+26
* Do not point edge heads to source labelsTobias Grosser2009-11-301-6/+2
* Only print edgeSourceLabels if they are not emptyTobias Grosser2009-11-301-13/+39
* A few more tabs -> spaces.Daniel Dunbar2009-09-201-3/+3
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-1/+1
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-13/+8
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-231-48/+16
* only point to dest labels if the graph has themAndrew Lenharth2009-08-051-2/+6
* emit simple node was using different labels for fields than the rest of the g...Andrew Lenharth2009-07-231-1/+1
* Add support for other GraphViz display tools. This can helpDavid Greene2009-07-091-3/+14
* Allow users of GraphWriter to display graphs asynchronously. ThisDavid Greene2009-07-081-1/+2
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-241-6/+11
* Removed trailing whitespace.Misha Brukman2009-02-201-9/+9
* Don't use reinterpret_cast when it isn't needed.Dan Gohman2008-07-271-4/+4
* Enhance the GraphWriter support for edge destinations, and teach theDan Gohman2008-07-211-4/+18
* Make the GraphWriter be more consistent about the stringDan Gohman2008-07-211-19/+8
* Escape the graph name. This unbreaks -view-cfg.Dan Gohman2008-07-101-1/+1
* The graph name really does matter for configurations that use gv.Dan Gohman2008-07-081-4/+7
* Remove uses of "llvm/Support/Debug.h" from LLVM include files, whichDan Gohman2008-07-071-1/+1
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-2/+2
* Added special escape sequences "\{", "\}", and "\|" when processingTed Kremenek2008-01-231-2/+7
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Previously GraphWriter assumed operator*() for node_iterator alwaysTed Kremenek2007-09-191-1/+5
* Added Graphviz escaping for the '|' character.Ted Kremenek2007-08-301-1/+1
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-5/+5
* Used llvm_ostream instead of std::ostream objects. This will reduce useBill Wendling2006-11-171-7/+7
* Add ability to annotate (color) nodes in a viewGraph.Jim Laskey2006-10-021-1/+1
* For PR797:Reid Spencer2006-08-231-1/+5
* Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer2006-08-221-1/+6
* For PR801:Reid Spencer2006-06-271-0/+58
* Annotate nodes with their addresses if a graph requests it.Chris Lattner2005-10-011-2/+13
* Reverting change moving to selection dag graph.Jim Laskey2005-09-301-1/+1
* Add the node name (thus the address) to node label.Jim Laskey2005-09-301-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-12/+12
* Add support for bottom-up graphs.Chris Lattner2005-01-111-3/+13
* Add a helper methodChris Lattner2005-01-101-1/+5
* Changes For Bug 352Reid Spencer2004-09-011-5/+5