index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
DOTGraphTraits.h
Age
Commit message (
Expand
)
Author
2013-01-25
ScheduleDAG: colorize the DOT graph and improve formatting.
Andrew Trick
2011-11-04
Delete names for unused parameters in inline function definitions in headers,...
Eli Friedman
2011-02-27
Pass the graph to the DOTGraphTraits.getEdgeAttributes().
Tobias Grosser
2010-05-27
typo
Gabor Greif
2010-05-14
Add an isNodeHidden to the graph traits, to support definition of
Dan Gohman
2010-05-10
Add an explicit keyword.
Dan Gohman
2009-11-30
Remove ShortNames from getNodeLabel in DOTGraphTraits
Tobias Grosser
2009-11-30
Instantiate DefaultDOTGraphTraits
Tobias Grosser
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-21
Enhance the GraphWriter support for edge destinations, and teach the
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-16
Constify graph arguments
Anton Korobeynikov
2007-05-14
Use templates for the GraphType for DefaultDOTGraphTraits' members instead
Dan Gohman
2006-10-02
Add ability to annotate (color) nodes in a viewGraph.
Jim Laskey
2005-10-01
add a method
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-11
Add support for bottom-up graphs.
Chris Lattner
2004-10-27
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-05-05
Move the stuff that fixes the size, orientation & fonts of graphs to
Brian Gaeke
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM notice.
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2002-10-17
As wierd as it feels to type it, const void* is more generic than void*
Chris Lattner
2002-10-16
* Add new DOTGraphTraits::addCustomGraphFeatures method
Chris Lattner
2002-10-10
Add new getGraphProperties that may be specialized by graphs
Chris Lattner
2002-10-07
- Allow printing generic LLVM graphs to 'dot' files, so they can be
Chris Lattner