index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
DataStructure
/
Printer.cpp
Age
Commit message (
Expand
)
Author
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-07-02
Print collapsed to match the paper
Chris Lattner
2003-07-01
Dont' print scalar nodes for ConstantPointerRefs
Chris Lattner
2003-06-30
Use the getFunctionNames method
Chris Lattner
2003-06-30
Revamp DSGraphs so that they can support multiple functions in the same
Chris Lattner
2003-06-22
Remove support for the MultiObject flag, which was fundamentally broken
Chris Lattner
2003-06-19
* Changes to make NodeType be private to DSNode.
Chris Lattner
2003-02-14
Mark function edges
Chris Lattner
2003-02-13
Use the new tailclip property new added to graphviz CVS to make call nodes
Chris Lattner
2003-02-11
Minor tweaks to printing. Close the file before viewing it in viewGraph
Chris Lattner
2003-02-10
Implement a new "viewGraph" method which can be used to instantly view a grap...
Chris Lattner
2003-02-05
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-04
Fix printing of nonfunction graphs
Chris Lattner
2003-02-02
Be a bit more specific in caption
Chris Lattner
2003-02-01
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-02-01
Remove using declarations
Chris Lattner
2002-11-18
Add stats
Chris Lattner
2002-11-11
Print the right call set size
Chris Lattner
2002-11-10
Honor the shouldPrintAuxCalls flag
Chris Lattner
2002-11-09
Remove obsolete code
Chris Lattner
2002-11-09
Fix logic
Chris Lattner
2002-11-09
Add globals graphs to all three passes
Chris Lattner
2002-11-08
Add flush
Chris Lattner
2002-11-07
Compute total number of nodes and # call nodes
Chris Lattner
2002-11-07
When the -only-print-main-ds option is specified, still print out graph size
Chris Lattner
2002-11-06
Dramatically simplify internal DSNode representation, get implementation
Chris Lattner
2002-11-03
Rename ValueMap to ScalarMap
Chris Lattner
2002-11-03
Rename NewNode flag to HeapNode
Chris Lattner
2002-11-03
Change the letters used to represent stack and heap allocations to "S" and "H"
Chris Lattner
2002-11-02
Implement the "unknown flag" which mainly consists of aligning printing code
Chris Lattner
2002-11-02
Stop representing scalars as explicit nodes in the graph. Now the only
Chris Lattner
2002-10-21
Fix a confusing bug that caused return value and callee pointers to not
Chris Lattner
2002-10-21
- Make DSCallSite not inherit from std::vector. Renamed methods slightly.
Chris Lattner
2002-10-20
Fix previous checkin :(
Chris Lattner
2002-10-20
Print the array flag
Chris Lattner
2002-10-20
Added a first-class representation for each call site that can be
Vikram S. Adve
2002-10-18
Convert typerec to be a structure instead of a pair
Chris Lattner
2002-10-17
Print Mod/ref info
Chris Lattner
2002-10-17
Reenable printing of TD analysis
Chris Lattner
2002-10-17
Cleanup data structure graph printer, eliminate hard coded printing in
Chris Lattner
2002-10-16
Make sure to print out the call nodes as well
Chris Lattner
2002-10-16
* Print the "return" node in the graphs
Chris Lattner
2002-10-16
The second element of the iterator is really an offset, not a link
Chris Lattner
2002-10-16
Specify the graph name
Chris Lattner
2002-10-16
- DSGraph Printing Improvements:
Chris Lattner
2002-10-13
Halfway conversion from custom printing to GraphWriter printing
Chris Lattner
2002-10-03
sgefa uses truely huge data structures nodes. Only print part of them if they
Chris Lattner
2002-10-03
Reimplement/port the Bottom Up Closure pass
Chris Lattner
2002-10-02
DataStructure.h doesn't include DSGraph.h
Chris Lattner
2002-10-02
When printing DS nodes, print the mergemap index as well to allow easier
Chris Lattner
[next]