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