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
/
EliminateNodes.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-27
Add support for tracking array allocations
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-01
Allow merging of identical call nodes. Make the shadow node pointed to
Chris Lattner
2002-03-31
Unify the destruction code used for node pairs vs normal nodes. This was
Chris Lattner
2002-03-31
* Move isEquivalentTo implementations to NodeImpl
Chris Lattner
2002-03-28
Implement getEscapingAllocations & getNonEscapingAllocations
Chris Lattner
2002-03-28
* Rename UnlinkUndistinguishableShadowNodes & RemoveUnreachableShadowNodes
Chris Lattner
2002-03-28
Ooops, I did such a great job pruning nodes, that I accidentally deleted
Chris Lattner
2002-03-28
Many changes
Chris Lattner
2002-03-27
* Add #define to enabled debug messages
Chris Lattner
2002-03-27
* Optimizers return true on change
Chris Lattner
2002-03-26
Initial checkin of Datastructure analysis.
Chris Lattner