summaryrefslogtreecommitdiff
path: root/include/llvm/Support/GraphWriter.h
Commit message (Expand)AuthorAge
* Don't use reinterpret_cast when it isn't needed.Dan Gohman2008-07-27
* Enhance the GraphWriter support for edge destinations, and teach theDan Gohman2008-07-21
* Make the GraphWriter be more consistent about the stringDan Gohman2008-07-21
* Escape the graph name. This unbreaks -view-cfg.Dan Gohman2008-07-10
* The graph name really does matter for configurations that use gv.Dan Gohman2008-07-08
* Remove uses of "llvm/Support/Debug.h" from LLVM include files, whichDan Gohman2008-07-07
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Added special escape sequences "\{", "\}", and "\|" when processingTed Kremenek2008-01-23
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Previously GraphWriter assumed operator*() for node_iterator alwaysTed Kremenek2007-09-19
* Added Graphviz escaping for the '|' character.Ted Kremenek2007-08-30
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Used llvm_ostream instead of std::ostream objects. This will reduce useBill Wendling2006-11-17
* Add ability to annotate (color) nodes in a viewGraph.Jim Laskey2006-10-02
* For PR797:Reid Spencer2006-08-23
* Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer2006-08-22
* For PR801:Reid Spencer2006-06-27
* Annotate nodes with their addresses if a graph requests it.Chris Lattner2005-10-01
* Reverting change moving to selection dag graph.Jim Laskey2005-09-30
* Add the node name (thus the address) to node label.Jim Laskey2005-09-30
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add support for bottom-up graphs.Chris Lattner2005-01-11
* Add a helper methodChris Lattner2005-01-10
* Changes For Bug 352Reid Spencer2004-09-01
* If a node has more than 64 outgoing edges, make the edges go from the 'trunca...Chris Lattner2004-02-11
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-16
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Escape "'s, which are frequent visitors to C++ typesChris Lattner2003-10-31
* Added LLVM notice.John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Allow the addition of edge source labelsChris Lattner2003-02-05
* Fix a problem where bad graphs could be generatedChris Lattner2002-11-10
* Old GCC's don't have an <ostream>Chris Lattner2002-10-27
* Don't emit braces around something without outgoing edgesChris Lattner2002-10-18
* Break up the GraphWriter into smaller chunks to be used in different waysChris Lattner2002-10-17
* Allow simple nodes to have outgoing edgesChris Lattner2002-10-16
* * Factor printing code again, add emitSimpleNode methodChris Lattner2002-10-16
* * Add new DOTGraphTraits::addCustomGraphFeatures methodChris Lattner2002-10-16
* * Significantly refactor GraphWriter into a class.Chris Lattner2002-10-16
* - Generic graph printing infrastructure changes:Chris Lattner2002-10-16
* * Don't only print out reachable nodes in the graph.Chris Lattner2002-10-10
* Don't rotate paper.Chris Lattner2002-10-07
* - Allow printing generic LLVM graphs to 'dot' files, so they can beChris Lattner2002-10-07