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
*
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
*
Add globals graphs to all three passes
Chris Lattner
2002-11-09
1
-0
/
+10
*
Add flush
Chris Lattner
2002-11-08
1
-1
/
+1
*
Compute total number of nodes and # call nodes
Chris Lattner
2002-11-07
1
-0
/
+6
*
When the -only-print-main-ds option is specified, still print out graph size
Chris Lattner
2002-11-07
1
-2
/
+9
*
Dramatically simplify internal DSNode representation, get implementation
Chris Lattner
2002-11-06
1
-23
/
+20
*
Rename ValueMap to ScalarMap
Chris Lattner
2002-11-03
1
-1
/
+1
*
Rename NewNode flag to HeapNode
Chris Lattner
2002-11-03
1
-1
/
+1
*
Change the letters used to represent stack and heap allocations to "S" and "H"
Chris Lattner
2002-11-03
1
-2
/
+2
*
Implement the "unknown flag" which mainly consists of aligning printing code
Chris Lattner
2002-11-02
1
-6
/
+7
*
Stop representing scalars as explicit nodes in the graph. Now the only
Chris Lattner
2002-11-02
1
-10
/
+17
*
Fix a confusing bug that caused return value and callee pointers to not
Chris Lattner
2002-10-21
1
-0
/
+10
*
- Make DSCallSite not inherit from std::vector. Renamed methods slightly.
Chris Lattner
2002-10-21
1
-5
/
+5
*
Fix previous checkin :(
Chris Lattner
2002-10-20
1
-1
/
+1
*
Print the array flag
Chris Lattner
2002-10-20
1
-0
/
+2
*
Added a first-class representation for each call site that can be
Vikram S. Adve
2002-10-20
1
-2
/
+2
*
Convert typerec to be a structure instead of a pair
Chris Lattner
2002-10-18
1
-3
/
+3
*
Print Mod/ref info
Chris Lattner
2002-10-17
1
-0
/
+2
*
Reenable printing of TD analysis
Chris Lattner
2002-10-17
1
-3
/
+2
*
Cleanup data structure graph printer, eliminate hard coded printing in
Chris Lattner
2002-10-17
1
-120
/
+18
*
Make sure to print out the call nodes as well
Chris Lattner
2002-10-16
1
-1
/
+14
*
* Print the "return" node in the graphs
Chris Lattner
2002-10-16
1
-1
/
+18
*
The second element of the iterator is really an offset, not a link
Chris Lattner
2002-10-16
1
-1
/
+1
*
Specify the graph name
Chris Lattner
2002-10-16
1
-1
/
+1
*
- DSGraph Printing Improvements:
Chris Lattner
2002-10-16
1
-7
/
+7
*
Halfway conversion from custom printing to GraphWriter printing
Chris Lattner
2002-10-13
1
-0
/
+33
*
sgefa uses truely huge data structures nodes. Only print part of them if they
Chris Lattner
2002-10-03
1
-2
/
+7
*
Reimplement/port the Bottom Up Closure pass
Chris Lattner
2002-10-03
1
-4
/
+9
*
DataStructure.h doesn't include DSGraph.h
Chris Lattner
2002-10-02
1
-0
/
+1
*
When printing DS nodes, print the mergemap index as well to allow easier
Chris Lattner
2002-10-02
1
-1
/
+1
*
Checkin some major reworks of data structure analysis. This is not done,
Chris Lattner
2002-10-01
1
-44
/
+46
*
Add new -only-print-main-ds option that causes mains ds graph to be
Chris Lattner
2002-07-31
1
-1
/
+4
*
Print globals graph after either the BU or the TD pass.
Vikram S. Adve
2002-07-30
1
-17
/
+41
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
1
-6
/
+11
*
Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start.
Chris Lattner
2002-07-18
1
-12
/
+23
*
added std:: to string
Anand Shukla
2002-07-16
1
-4
/
+4
*
* Pass the DSGraph around instead of the Function to printing fns
Chris Lattner
2002-07-11
1
-16
/
+26
[next]