index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
DataStructure
/
BottomUpClosure.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Oops, this was not meant to be checked in
Chris Lattner
2002-11-02
1
-2
/
+1
*
Stop representing scalars as explicit nodes in the graph. Now the only
Chris Lattner
2002-11-02
1
-13
/
+11
*
Add a fixme
Chris Lattner
2002-10-31
1
-0
/
+2
*
The callee is not correct, and confuses the TD pass. Null it out.
Chris Lattner
2002-10-22
1
-0
/
+1
*
Delete unused arguments to DSGraph::cloneInto method
Chris Lattner
2002-10-21
1
-3
/
+1
*
- Add "ResolvingCaller" to the CallSite record. This keeps track of which
Chris Lattner
2002-10-21
1
-1
/
+3
*
- Make DSCallSite not inherit from std::vector. Renamed methods slightly.
Chris Lattner
2002-10-21
1
-8
/
+9
*
Split some long lines
Chris Lattner
2002-10-20
1
-3
/
+4
*
Remove spurious caller pointer in DSCallSite.
Vikram S. Adve
2002-10-20
1
-6
/
+7
*
Avoid extra callSite copy
Chris Lattner
2002-10-20
1
-1
/
+1
*
Added a first-class representation for each call site that can be
Vikram S. Adve
2002-10-20
1
-11
/
+12
*
* Make the DSGraph cloner automatically merge global nodes
Chris Lattner
2002-10-17
1
-34
/
+0
*
Remove obsolete code
Chris Lattner
2002-10-17
1
-26
/
+0
*
* Add data structures and code to track the call sites for each function
Chris Lattner
2002-10-17
1
-2
/
+8
*
Prune function nodes that are no longer referenced due to inlining
Chris Lattner
2002-10-03
1
-0
/
+1
*
Reimplement/port the Bottom Up Closure pass
Chris Lattner
2002-10-03
1
-34
/
+52
*
Checkin some major reworks of data structure analysis. This is not done,
Chris Lattner
2002-10-01
1
-1
/
+4
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
1
-1
/
+0
*
Minor changes to DEBUG()'s
Chris Lattner
2002-08-07
1
-1
/
+3
*
Changes to be GCC3.1 friendly
Chris Lattner
2002-07-31
1
-1
/
+1
*
Use a separate globals graph to hold externally visible nodes.
Vikram S. Adve
2002-07-30
1
-43
/
+78
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
1
-1
/
+1
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-0
/
+2
*
Changes for GCC 3.1
Chris Lattner
2002-07-24
1
-3
/
+3
*
Ignore some common varargs functions.
Chris Lattner
2002-07-19
1
-0
/
+6
*
Add support for a top-down propagation pass:
Vikram S. Adve
2002-07-18
1
-6
/
+13
*
The graph is more accurate when I don't completely ignore the return value.
Chris Lattner
2002-07-18
1
-0
/
+3
*
Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start.
Chris Lattner
2002-07-18
1
-0
/
+188
[prev]