Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / include / llvm / Support / GraphWriter.h
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-01 Dan GohmanEscape graph edge labels.
2011-03-01 Dan GohmanCode simplification.
2011-02-27 Tobias GrosserPass the graph to the DOTGraphTraits.getEdgeAttributes().
2011-01-17 Devang PatelRevert rr123550. It causes clang build failure on darwin9.
2011-01-15 Michael J. SpencerSupport/GraphWriter: Replace all internal uses of PathV...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-09-27 Dan GohmanwriteGraph doesn't need its ShortNames argument.
2010-09-27 Dan GohmanDon't construct a redundant GraphWriter object.
2010-09-27 Dan GohmanFactor out code from the standalone WriteGraph function...
2010-09-27 Dan GohmanRemove WriteGraph's Name argument, which it didn't...
2010-09-27 Dan GohmanFix indentation.
2010-08-20 Mikhail GlushenkovDisambiguate calls to WriteGraph() to disable ADL.
2010-08-20 Mikhail GlushenkovTrailing whitespace.
2010-07-22 Tobias GrosserAdd new RegionInfo pass.
2010-05-14 Dan GohmanAdd an isNodeHidden to the graph traits, to support...
2010-04-30 Dan GohmanProperly escape edge source and destination labels.
2009-11-30 Benjamin KramerFix odd declaration.
2009-11-30 Tobias GrosserRemove ShortNames from getNodeLabel in DOTGraphTraits
2009-11-30 Tobias GrosserInstantiate DefaultDOTGraphTraits
2009-11-30 Tobias GrosserDo not point edge heads to source labels
2009-11-30 Tobias GrosserOnly print edgeSourceLabels if they are not empty
2009-09-20 Daniel DunbarA few more tabs -> spaces.
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-23 Chris Lattnerconvert LoopInfo.h and GraphWriter.h to use raw_ostream
2009-08-05 Andrew Lenharthonly point to dest labels if the graph has them
2009-07-23 Andrew Lenharthemit simple node was using different labels for fields...
2009-07-09 David GreeneAdd support for other GraphViz display tools. This...
2009-07-08 David GreeneAllow users of GraphWriter to display graphs asynchrono...
2009-06-24 Owen AndersonGet rid of the global CFGOnly flag by threading a Short...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2008-07-27 Dan GohmanDon't use reinterpret_cast when it isn't needed.
2008-07-21 Dan GohmanEnhance the GraphWriter support for edge destinations...
2008-07-21 Dan GohmanMake the GraphWriter be more consistent about the string
2008-07-10 Dan GohmanEscape the graph name. This unbreaks -view-cfg.
2008-07-08 Dan GohmanThe graph name really does matter for configurations...
2008-07-07 Dan GohmanRemove uses of "llvm/Support/Debug.h" from LLVM include...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-01-23 Ted KremenekAdded special escape sequences "\{", "\}", and "\|...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-09-19 Ted KremenekPreviously GraphWriter assumed operator*() for node_ite...
2007-08-30 Ted KremenekAdded Graphviz escaping for the '|' character.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-17 Bill WendlingUsed llvm_ostream instead of std::ostream objects....
2006-10-02 Jim LaskeyAdd ability to annotate (color) nodes in a viewGraph.
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerMake the sys::Path::GetTemporaryDirectory method not...
2006-06-27 Reid SpencerFor PR801:
2005-10-01 Chris LattnerAnnotate nodes with their addresses if a graph requests it.
2005-09-30 Jim LaskeyReverting change moving to selection dag graph.
2005-09-30 Jim LaskeyAdd the node name (thus the address) to node label.
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-11 Chris LattnerAdd support for bottom-up graphs.
2005-01-10 Chris LattnerAdd a helper method
2004-09-01 Reid SpencerChanges For Bug 352
2004-02-11 Chris LattnerIf a node has more than 64 outgoing edges, make the...
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-31 Chris LattnerEscape "'s, which are frequent visitors to C++ types
2003-10-20 John CriswellAdded LLVM notice.
2003-09-30 Chris LattnerStandardize header file comments
2003-02-05 Chris LattnerAllow the addition of edge source labels
2002-11-10 Chris LattnerFix a problem where bad graphs could be generated
2002-10-27 Chris LattnerOld GCC's don't have an <ostream>
2002-10-18 Chris LattnerDon't emit braces around something without outgoing...
2002-10-17 Chris LattnerBreak up the GraphWriter into smaller chunks to be...
2002-10-16 Chris LattnerAllow simple nodes to have outgoing edges
2002-10-16 Chris Lattner * Factor printing code again, add emitSimpleNode...
2002-10-16 Chris Lattner * Add new DOTGraphTraits::addCustomGraphFeatures...
2002-10-16 Chris Lattner * Significantly refactor GraphWriter into a class.
2002-10-16 Chris Lattner - Generic graph printing infrastructure changes:
2002-10-10 Chris Lattner* Don't only print out reachable nodes in the graph.
2002-10-07 Chris LattnerDon't rotate paper.
2002-10-07 Chris Lattner - Allow printing generic LLVM graphs to 'dot' files...