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
2003-09-11
Fixed spelling and grammar.
Misha Brukman
2003-08-05
Add more verbose comment
Chris Lattner
2003-08-05
Added function mergeInGlobalsGraph which merges in the entire globals graph w...
Sumant Kowshik
2003-08-01
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-07-22
Fix comment.
Vikram S. Adve
2003-07-16
Implement 2 important changes: (1) rematerialization from the globals graph,
Vikram S. Adve
2003-07-03
Remove globals more aggressively from graphs.
Chris Lattner
2003-07-02
INCLUDE_PARENT_GRAPH is required!
Chris Lattner
2003-07-02
Add support for ParentGraph only when building in debug mode
Chris Lattner
2003-07-01
Rework TD pass to work with the precise call graph constructed by the BU phase
Chris Lattner
2003-06-30
Add new method
Chris Lattner
2003-06-30
Be more const-correct
Chris Lattner
2003-06-30
Fix bug in last checkin
Chris Lattner
2003-06-30
Handle the case where OldNodeMap == &ScalarMap correctly
Chris Lattner
2003-06-30
Move usages of explicit hash_* datastructures to use typedefs
Chris Lattner
2003-06-30
Revamp DSGraphs so that they can support multiple functions in the same
Chris Lattner
2003-06-29
Fix minor bug in previous checkin
Chris Lattner
2003-06-29
Add support for "physical subtyping", which fixes:
Chris Lattner
2003-06-28
Avoid double negatives
Chris Lattner
2003-06-22
Remove support for the MultiObject flag, which was fundamentally broken
Chris Lattner
2003-06-19
* Changes to make NodeType be private to DSNode.
Chris Lattner
2003-06-16
Remove bogus assertion: a node with no referrers could be collapsed if field-...
Chris Lattner
2003-05-20
s/convertable/convertible/g
Misha Brukman
2003-03-03
Don't apply type information to load instructions if it will cause collapsing
Chris Lattner
2003-02-14
Fix resolution of indirect function calls... whoops
Chris Lattner
2003-02-14
- Eliminate provably non-pointer nodes from graphs.
Chris Lattner
2003-02-13
Move node forwarding code from being inlined to being out-of-line.
Chris Lattner
2003-02-11
Implement a "union-findy" version of DS-Analysis, which eliminates the
Chris Lattner
2003-02-10
Modest speedup which seems to help steens quite a bit on large graphs
Chris Lattner
2003-02-10
Fix problem breaking GAP, use hasNoReferrers more
Chris Lattner
2003-02-09
* Fix a bug where global incompleteness marking would not mark the global
Chris Lattner
2003-02-08
Add a special case for main because we know it's incoming arguments don't alias
Chris Lattner
2003-02-06
Fix an assertion failure
Chris Lattner
2003-02-05
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-04
Add sanity check
Chris Lattner
2003-02-03
* Fix a bug introduced in the last checkin wrt Stack markers
Chris Lattner
2003-02-03
Implement the globals graph!
Chris Lattner
2003-02-01
Fix a bug where we would delete neccesary calls in bu pass
Chris Lattner
2003-02-01
Fix a bug where we would incorrectly delete globals which had edges to alive ...
Chris Lattner
2003-02-01
Delete nodes more efficiently
Chris Lattner
2003-02-01
Remove dead nodes more efficiently
Chris Lattner
2003-02-01
Improve efficiency of aliveness traversal code
Chris Lattner
2003-02-01
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-02-01
Remove using declarations
Chris Lattner
2003-01-31
Remove globals on the bottom up pass which do not contain any information
Chris Lattner
2003-01-29
Use and implement API for graph traversals
Chris Lattner
2003-01-23
* Eliminate boolean arguments in favor of using enums
Chris Lattner
2003-01-22
Fix analysis of the Burg program
Chris Lattner
2002-12-06
Fix several related bugs in DSNode::mergeWith() caused by the
Vikram S. Adve
2002-12-05
Cute bug fix: when moving links from N to this, some links could have
Vikram S. Adve
[next]