aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/GraphWriter.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+308