Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ac64873403f30b201574a6811015be895c7c07f5
/
llvm
/
lib
/
Analysis
/
DataStructure
/
Printer.cpp
b0c9b37
Add flush
by Chris Lattner
· 23 years ago
c03a377
Compute total number of nodes and # call nodes
by Chris Lattner
· 23 years ago
2d0081a
When the -only-print-main-ds option is specified, still print out graph size
by Chris Lattner
· 23 years ago
48e37d9
Dramatically simplify internal DSNode representation, get implementation
by Chris Lattner
· 23 years ago
a20fabc
Rename ValueMap to ScalarMap
by Chris Lattner
· 23 years ago
bd7af8e
Rename NewNode flag to HeapNode
by Chris Lattner
· 23 years ago
4b6a813
Change the letters used to represent stack and heap allocations to "S" and "H"
by Chris Lattner
· 23 years ago
63ba1ac
Implement the "unknown flag" which mainly consists of aligning printing code
by Chris Lattner
· 23 years ago
a7b0d4e
Stop representing scalars as explicit nodes in the graph. Now the only
by Chris Lattner
· 23 years ago
800b7e3
Fix a confusing bug that caused return value and callee pointers to not
by Chris Lattner
· 23 years ago
5c3ce31
- Make DSCallSite not inherit from std::vector. Renamed methods slightly.
by Chris Lattner
· 23 years ago
07d6905
Fix previous checkin :(
by Chris Lattner
· 23 years ago
4330168
Print the array flag
by Chris Lattner
· 23 years ago
dc9e142
Added a first-class representation for each call site that can be
by Vikram S. Adve
· 23 years ago
f931f6b
Convert typerec to be a structure instead of a pair
by Chris Lattner
· 23 years ago
ac2de97
Print Mod/ref info
by Chris Lattner
· 23 years ago
6b5acda
Reenable printing of TD analysis
by Chris Lattner
· 23 years ago
ddebb43
Cleanup data structure graph printer, eliminate hard coded printing in
by Chris Lattner
· 23 years ago
7b0ebe9
Make sure to print out the call nodes as well
by Chris Lattner
· 23 years ago
fea9f0b
* Print the "return" node in the graphs
by Chris Lattner
· 23 years ago
5274757
The second element of the iterator is really an offset, not a link
by Chris Lattner
· 23 years ago
b1c17ad
Specify the graph name
by Chris Lattner
· 23 years ago
eb15c6d
- DSGraph Printing Improvements:
by Chris Lattner
· 23 years ago
b0f3878
Halfway conversion from custom printing to GraphWriter printing
by Chris Lattner
· 23 years ago
9dfb9f4
sgefa uses truely huge data structures nodes. Only print part of them if they
by Chris Lattner
· 23 years ago
c9c681e
Reimplement/port the Bottom Up Closure pass
by Chris Lattner
· 23 years ago
3f69054
DataStructure.h doesn't include DSGraph.h
by Chris Lattner
· 23 years ago
4e37455
When printing DS nodes, print the mergemap index as well to allow easier
by Chris Lattner
· 23 years ago
193e692
Checkin some major reworks of data structure analysis. This is not done,
by Chris Lattner
· 23 years ago
35f0c49
Add new -only-print-main-ds option that causes mains ds graph to be
by Chris Lattner
· 23 years ago
256776e
Print globals graph after either the BU or the TD pass.
by Vikram S. Adve
· 23 years ago
96a0dfa
by Chris Lattner
· 23 years ago
4c0d620
Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start.
by Chris Lattner
· 23 years ago
d862545
added std:: to string
by Anand Shukla
· 23 years ago
83ce4f9
* Pass the DSGraph around instead of the Function to printing fns
by Chris Lattner
· 23 years ago
c0dab43
New implementation of data structure analysis. Only local analysis has been
by Chris Lattner
· 23 years ago