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
/
DataStructure.cpp
Age
Commit message (
Expand
)
Author
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-18
* Inline CopyFunctionCallsList
Chris Lattner
2002-07-18
Add support for a top-down propagation pass.
Vikram S. Adve
2002-07-18
Implement cast nodes correctly.
Chris Lattner
2002-07-18
Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start.
Chris Lattner
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-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
*** empty log message ***
Chris Lattner
2002-04-16
* Remove the concept of a critical shadow node
Chris Lattner
2002-04-04
Add hack to get timing of analysis
Chris Lattner
2002-03-28
Many changes
Chris Lattner
2002-03-26
Initial checkin of Datastructure analysis.
Chris Lattner