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
/
ComputeClosure.cpp
Age
Commit message (
Expand
)
Author
2002-07-10
Reimplement data structure analysis
Chris Lattner
2002-06-30
Fix anand's last checkin
Chris Lattner
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-04-28
Fix signed/unsigned comparison warning
Chris Lattner
2002-04-27
Allow the inline limit to be modified on the commandline for debugging
Chris Lattner
2002-04-17
Inline indirect function calls that are only capable of calling one function
Chris Lattner
2002-04-16
* Remove the concept of a critical shadow node
Chris Lattner
2002-04-16
* Eliminate ArgDSNode's completely, now rely on scalar map
Chris Lattner
2002-04-09
Add explicit #includes of Function.h to make up for the removed #include
Chris Lattner
2002-04-08
Play around with #includes
Chris Lattner
2002-04-04
* Eliminate commented out code
Chris Lattner
2002-04-01
Support resolving function arguments/return values to pointers that index
Chris Lattner
2002-04-01
Increase limit for perimeter
Chris Lattner
2002-03-31
* Convert CallMap to be a vector, because the keys can change, and the map
Chris Lattner
2002-03-28
* Rename UnlinkUndistinguishableShadowNodes & RemoveUnreachableShadowNodes
Chris Lattner
2002-03-28
Many changes
Chris Lattner
2002-03-27
* Destroy alloca nodes when a graph gets inlined
Chris Lattner
2002-03-27
* Because of optimization, the shadow nodes between arguments might get
Chris Lattner
2002-03-26
Initial checkin of Datastructure analysis.
Chris Lattner