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