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
/
lib
/
Analysis
/
DataStructure
/
Printer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Needed <iostream> for now.
Bill Wendling
2006-11-17
1
-0
/
+1
*
Add ability to annotate (color) nodes in a viewGraph.
Jim Laskey
2006-10-02
1
-1
/
+1
*
For PR801:
Reid Spencer
2006-06-27
1
-86
/
+1
*
For PR798:
Reid Spencer
2006-06-05
1
-6
/
+82
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-8
/
+8
*
EquivClassGraphs is now in DataStructure.h
Chris Lattner
2005-04-02
1
-1
/
+0
*
no really, don't double count these nodes either!
Chris Lattner
2005-03-25
1
-14
/
+19
*
Don't count all of the nodes in the SCC once for each function in the SCC.
Chris Lattner
2005-03-25
1
-4
/
+9
*
print out equiv class info.
Chris Lattner
2005-03-20
1
-2
/
+16
*
remove use of compat_iterator.
Chris Lattner
2005-03-16
1
-1
/
+1
*
Start using retnodes_* for iteration.
Chris Lattner
2005-03-15
1
-9
/
+8
*
ADd support for printing eqgraphs.
Chris Lattner
2005-03-13
1
-0
/
+6
*
Signficantly speed up printing by not emitting the same file twice with
Chris Lattner
2005-02-01
1
-3
/
+9
*
* Make some methods more const correct.
Chris Lattner
2005-01-30
1
-3
/
+4
*
Fix some more problems where we called getOffset before getNode()
Chris Lattner
2004-10-30
1
-2
/
+4
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
bug 122:
Reid Spencer
2004-07-18
1
-1
/
+1
*
Move all of the DSA headers into the Analysis/DataStructure subdir.
Chris Lattner
2004-07-07
1
-3
/
+3
*
If an edge points to a field of another memory object, actually reflect this
Chris Lattner
2004-06-22
1
-0
/
+18
*
Move the stuff that fixes the size, orientation & fonts of graphs to
Brian Gaeke
2004-05-05
1
-7
/
+2
*
FINALLY be able to get symbolic type names in the globals graph!
Chris Lattner
2004-03-02
1
-1
/
+14
*
Try harder to get symbol info
Chris Lattner
2004-02-25
1
-0
/
+3
*
Use handy method
Chris Lattner
2004-02-21
1
-1
/
+1
*
getNodes() is gone, use node_begin/end instead
Chris Lattner
2004-02-07
1
-6
/
+8
*
Allow disabling of ALL printing overhead when performing timings
Chris Lattner
2004-01-22
1
-0
/
+5
*
Implement the CompleteBU pass
Chris Lattner
2003-11-13
1
-0
/
+5
*
Fine-grainify namespaces for this library
Chris Lattner
2003-11-12
1
-3
/
+3
*
Print return nodes for graphs with multiple functions in them correctly
Chris Lattner
2003-11-12
1
-2
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-1
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Print collapsed to match the paper
Chris Lattner
2003-07-02
1
-1
/
+1
*
Dont' print scalar nodes for ConstantPointerRefs
Chris Lattner
2003-07-01
1
-1
/
+2
*
Use the getFunctionNames method
Chris Lattner
2003-06-30
1
-8
/
+3
*
Revamp DSGraphs so that they can support multiple functions in the same
Chris Lattner
2003-06-30
1
-19
/
+37
*
Remove support for the MultiObject flag, which was fundamentally broken
Chris Lattner
2003-06-22
1
-1
/
+0
*
* Changes to make NodeType be private to DSNode.
Chris Lattner
2003-06-19
1
-9
/
+12
*
Mark function edges
Chris Lattner
2003-02-14
1
-0
/
+2
*
Use the new tailclip property new added to graphviz CVS to make call nodes
Chris Lattner
2003-02-13
1
-5
/
+4
*
Minor tweaks to printing. Close the file before viewing it in viewGraph
Chris Lattner
2003-02-11
1
-1
/
+3
*
Implement a new "viewGraph" method which can be used to instantly view a grap...
Chris Lattner
2003-02-10
1
-0
/
+17
*
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-05
1
-5
/
+14
*
Fix printing of nonfunction graphs
Chris Lattner
2003-02-04
1
-2
/
+4
*
Be a bit more specific in caption
Chris Lattner
2003-02-02
1
-1
/
+1
*
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-02-01
1
-2
/
+2
*
Remove using declarations
Chris Lattner
2003-02-01
1
-5
/
+5
*
Add stats
Chris Lattner
2002-11-18
1
-4
/
+15
*
Print the right call set size
Chris Lattner
2002-11-11
1
-1
/
+3
*
Honor the shouldPrintAuxCalls flag
Chris Lattner
2002-11-10
1
-4
/
+9
*
Remove obsolete code
Chris Lattner
2002-11-09
1
-14
/
+0
*
Fix logic
Chris Lattner
2002-11-09
1
-1
/
+1
[next]