index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
DataStructure
Age
Commit message (
Expand
)
Author
2002-07-11
* Nodes now keep track of any global variables in them
Chris Lattner
2002-07-10
New implementation of data structure analysis. Only local analysis has been
Chris Lattner
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-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
*** empty log message ***
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
Fix signed/unsigned comparison warning
Chris Lattner
2002-04-27
Add support for tracking array allocations
Chris Lattner
2002-04-27
Allow the inline limit to be modified on the commandline for debugging
Chris Lattner
2002-04-18
Print argument scalars as ellipses instead of boxes
Chris Lattner
2002-04-17
Inline indirect function calls that are only capable of calling one function
Chris Lattner
2002-04-17
Make data structure acurately get ALL edges, even loads of null fields of
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
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
Add explicit #includes of Function.h to make up for the removed #include
Chris Lattner
2002-04-09
Add #includes to make up for #includes pruned out of header files.
Chris Lattner
2002-04-08
Play around with #includes
Chris Lattner
2002-04-04
Call nodes are never equivalent
Chris Lattner
2002-04-04
Add hack to get timing of analysis
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
Avoid incorrectly adding null values to the scalar map!
Chris Lattner
2002-04-01
Critical shadow nodes no do not know their parent explictly.
Chris Lattner
2002-04-01
Minor cleanups (use dyn_cast instead of testing manually)
Chris Lattner
2002-04-01
Allow merging of identical call nodes. Make the shadow node pointed to
Chris Lattner
2002-04-01
Increase limit for perimeter
Chris Lattner
2002-03-31
Unify the destruction code used for node pairs vs normal nodes. This was
Chris Lattner
2002-03-31
* Move the isEquivalentTo implementations here. They can probably be put
Chris Lattner
2002-03-31
Print out the instruction instead of just the address!
Chris Lattner
2002-03-31
* Move isEquivalentTo implementations to NodeImpl
Chris Lattner
2002-03-31
* Convert CallMap to be a vector, because the keys can change, and the map
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
* Implement DSNode::removeAllIncomingEdges
Chris Lattner
2002-03-27
* Add critical node support
Chris Lattner
2002-03-27
* Destroy alloca nodes when a graph gets inlined
Chris Lattner
2002-03-27
* Optimizers return true on change
Chris Lattner
2002-03-27
Fix long line
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
[prev]