| Commit message (Expand) | Author | Age | Files | Lines |
* | Twinify GraphWriter a little bit. | Benjamin Kramer | 2011-11-15 | 1 | -7/+7 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | Escape graph edge labels. | Dan Gohman | 2011-03-01 | 1 | -1/+1 |
* | Code simplification. | Dan Gohman | 2011-03-01 | 1 | -3/+3 |
* | Pass the graph to the DOTGraphTraits.getEdgeAttributes(). | Tobias Grosser | 2011-02-27 | 1 | -1/+1 |
* | Revert rr123550. It causes clang build failure on darwin9. | Devang Patel | 2011-01-17 | 1 | -12/+22 |
* | Support/GraphWriter: Replace all internal uses of PathV1 with PathV2. The ext... | Michael J. Spencer | 2011-01-15 | 1 | -22/+12 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | writeGraph doesn't need its ShortNames argument. | Dan Gohman | 2010-09-27 | 1 | -3/+2 |
* | Don't construct a redundant GraphWriter object. | Dan Gohman | 2010-09-27 | 1 | -7/+4 |
* | Factor out code from the standalone WriteGraph function into a helper | Dan Gohman | 2010-09-27 | 1 | -10/+20 |
* | Remove WriteGraph's Name argument, which it didn't use, and | Dan Gohman | 2010-09-27 | 1 | -7/+6 |
* | Fix indentation. | Dan Gohman | 2010-09-27 | 1 | -2/+2 |
* | Disambiguate calls to WriteGraph() to disable ADL. | Mikhail Glushenkov | 2010-08-20 | 1 | -2/+2 |
* | Trailing whitespace. | Mikhail Glushenkov | 2010-08-20 | 1 | -1/+1 |
* | Add new RegionInfo pass. | Tobias Grosser | 2010-07-22 | 1 | -0/+6 |
* | Add an isNodeHidden to the graph traits, to support definition of | Dan Gohman | 2010-05-14 | 1 | -3/+18 |
* | Properly escape edge source and destination labels. | Dan Gohman | 2010-04-30 | 1 | -2/+3 |
* | Fix odd declaration. | Benjamin Kramer | 2009-11-30 | 1 | -1/+1 |
* | Remove ShortNames from getNodeLabel in DOTGraphTraits | Tobias Grosser | 2009-11-30 | 1 | -5/+3 |
* | Instantiate DefaultDOTGraphTraits | Tobias Grosser | 2009-11-30 | 1 | -23/+26 |
* | Do not point edge heads to source labels | Tobias Grosser | 2009-11-30 | 1 | -6/+2 |
* | Only print edgeSourceLabels if they are not empty | Tobias Grosser | 2009-11-30 | 1 | -13/+39 |
* | A few more tabs -> spaces. | Daniel Dunbar | 2009-09-20 | 1 | -3/+3 |
* | Make LLVM command-line tools overwrite their output files without -f. | Dan Gohman | 2009-08-25 | 1 | -1/+1 |
* | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner | 2009-08-23 | 1 | -13/+8 |
* | convert LoopInfo.h and GraphWriter.h to use raw_ostream | Chris Lattner | 2009-08-23 | 1 | -48/+16 |
* | only point to dest labels if the graph has them | Andrew Lenharth | 2009-08-05 | 1 | -2/+6 |
* | emit simple node was using different labels for fields than the rest of the g... | Andrew Lenharth | 2009-07-23 | 1 | -1/+1 |
* | Add support for other GraphViz display tools. This can help | David Greene | 2009-07-09 | 1 | -3/+14 |
* | Allow users of GraphWriter to display graphs asynchronously. This | David Greene | 2009-07-08 | 1 | -1/+2 |
* | Get rid of the global CFGOnly flag by threading a ShortNames parameters throu... | Owen Anderson | 2009-06-24 | 1 | -6/+11 |
* | Removed trailing whitespace. | Misha Brukman | 2009-02-20 | 1 | -9/+9 |
* | Don't use reinterpret_cast when it isn't needed. | Dan Gohman | 2008-07-27 | 1 | -4/+4 |
* | Enhance the GraphWriter support for edge destinations, and teach the | Dan Gohman | 2008-07-21 | 1 | -4/+18 |
* | Make the GraphWriter be more consistent about the string | Dan Gohman | 2008-07-21 | 1 | -19/+8 |
* | Escape the graph name. This unbreaks -view-cfg. | Dan Gohman | 2008-07-10 | 1 | -1/+1 |
* | The graph name really does matter for configurations that use gv. | Dan Gohman | 2008-07-08 | 1 | -4/+7 |
* | Remove uses of "llvm/Support/Debug.h" from LLVM include files, which | Dan Gohman | 2008-07-07 | 1 | -1/+1 |
* | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 1 | -2/+2 |
* | Added special escape sequences "\{", "\}", and "\|" when processing | Ted Kremenek | 2008-01-23 | 1 | -2/+7 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Previously GraphWriter assumed operator*() for node_iterator always | Ted Kremenek | 2007-09-19 | 1 | -1/+5 |
* | Added Graphviz escaping for the '|' character. | Ted Kremenek | 2007-08-30 | 1 | -1/+1 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -5/+5 |
* | Used llvm_ostream instead of std::ostream objects. This will reduce use | Bill Wendling | 2006-11-17 | 1 | -7/+7 |
* | Add ability to annotate (color) nodes in a viewGraph. | Jim Laskey | 2006-10-02 | 1 | -1/+1 |
* | For PR797: | Reid Spencer | 2006-08-23 | 1 | -1/+5 |
* | Make the sys::Path::GetTemporaryDirectory method not throw exceptions and | Reid Spencer | 2006-08-22 | 1 | -1/+6 |
* | For PR801: | Reid Spencer | 2006-06-27 | 1 | -0/+58 |