aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/GraphWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+1
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+6
* Convert a use of sys::Path::GetTemporaryDirectory.Rafael Espindola2013-06-141-10/+8
* Reduce usage of sys::Path in the graph writer.Rafael Espindola2013-06-131-27/+12
* Add a version of DisplayGraph that takes a StringRef.Rafael Espindola2013-06-131-0/+6
* Include PathV1.h in files that use it.Rafael Espindola2013-06-111-0/+1
* ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick2013-01-251-0/+12
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-3/+3
* Fixed few warnings.Galina Kistanova2012-07-191-2/+2
* Twinify GraphWriter a little bit.Benjamin Kramer2011-11-151-7/+7
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Escape graph edge labels.Dan Gohman2011-03-011-1/+1
* Code simplification.Dan Gohman2011-03-011-3/+3
* Pass the graph to the DOTGraphTraits.getEdgeAttributes().Tobias Grosser2011-02-271-1/+1
* Revert rr123550. It causes clang build failure on darwin9.Devang Patel2011-01-171-12/+22
* Support/GraphWriter: Replace all internal uses of PathV1 with PathV2. The ext...Michael J. Spencer2011-01-151-22/+12
* 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