Age | Commit message (Expand) | Author |
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 |
2006-08-23 | For PR797: | Reid Spencer |
2006-08-22 | Make the sys::Path::GetTemporaryDirectory method not throw exceptions and | Reid Spencer |
2006-06-27 | For PR801: | Reid Spencer |
2005-10-01 | Annotate nodes with their addresses if a graph requests it. | Chris Lattner |
2005-09-30 | Reverting change moving to selection dag graph. | Jim Laskey |
2005-09-30 | Add the node name (thus the address) to node label. | Jim Laskey |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-01-11 | Add support for bottom-up graphs. | Chris Lattner |
2005-01-10 | Add a helper method | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-02-11 | If a node has more than 64 outgoing edges, make the edges go from the 'trunca... | Chris Lattner |
2003-11-16 | Fixes for PR114: Thanks to Reid Spencer! | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-31 | Escape "'s, which are frequent visitors to C++ types | Chris Lattner |
2003-10-20 | Added LLVM notice. | John Criswell |
2003-09-30 | Standardize header file comments | Chris Lattner |
2003-02-05 | Allow the addition of edge source labels | Chris Lattner |
2002-11-10 | Fix a problem where bad graphs could be generated | Chris Lattner |
2002-10-27 | Old GCC's don't have an <ostream> | Chris Lattner |
2002-10-18 | Don't emit braces around something without outgoing edges | Chris Lattner |
2002-10-17 | Break up the GraphWriter into smaller chunks to be used in different ways | Chris Lattner |