index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
GraphWriter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
For PR797:
Reid Spencer
2006-08-23
1
-1
/
+5
*
Make the sys::Path::GetTemporaryDirectory method not throw exceptions and
Reid Spencer
2006-08-22
1
-1
/
+6
*
For PR801:
Reid Spencer
2006-06-27
1
-0
/
+58
*
Annotate nodes with their addresses if a graph requests it.
Chris Lattner
2005-10-01
1
-2
/
+13
*
Reverting change moving to selection dag graph.
Jim Laskey
2005-09-30
1
-1
/
+1
*
Add the node name (thus the address) to node label.
Jim Laskey
2005-09-30
1
-1
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-12
/
+12
*
Add support for bottom-up graphs.
Chris Lattner
2005-01-11
1
-3
/
+13
*
Add a helper method
Chris Lattner
2005-01-10
1
-1
/
+5
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-5
/
+5
*
If a node has more than 64 outgoing edges, make the edges go from the 'trunca...
Chris Lattner
2004-02-11
1
-1
/
+3
*
Fixes for PR114: Thanks to Reid Spencer!
Chris Lattner
2003-11-16
1
-4
/
+5
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Escape "'s, which are frequent visitors to C++ types
Chris Lattner
2003-10-31
1
-0
/
+1
*
Added LLVM notice.
John Criswell
2003-10-20
1
-0
/
+7
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
Allow the addition of edge source labels
Chris Lattner
2003-02-05
1
-1
/
+4
*
Fix a problem where bad graphs could be generated
Chris Lattner
2002-11-10
1
-1
/
+3
*
Old GCC's don't have an <ostream>
Chris Lattner
2002-10-27
1
-1
/
+1
*
Don't emit braces around something without outgoing edges
Chris Lattner
2002-10-18
1
-3
/
+5
*
Break up the GraphWriter into smaller chunks to be used in different ways
Chris Lattner
2002-10-17
1
-10
/
+17
*
Allow simple nodes to have outgoing edges
Chris Lattner
2002-10-16
1
-5
/
+16
*
* Factor printing code again, add emitSimpleNode method
Chris Lattner
2002-10-16
1
-8
/
+29
*
* Add new DOTGraphTraits::addCustomGraphFeatures method
Chris Lattner
2002-10-16
1
-0
/
+4
*
* Significantly refactor GraphWriter into a class.
Chris Lattner
2002-10-16
1
-41
/
+69
*
- Generic graph printing infrastructure changes:
Chris Lattner
2002-10-16
1
-18
/
+19
*
* Don't only print out reachable nodes in the graph.
Chris Lattner
2002-10-10
1
-7
/
+7
*
Don't rotate paper.
Chris Lattner
2002-10-07
1
-2
/
+1
*
- Allow printing generic LLVM graphs to 'dot' files, so they can be
Chris Lattner
2002-10-07
1
-0
/
+123