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
/
TopDownClosure.cpp
Age
Commit message (
Expand
)
Author
2003-07-16
(1) Rematerialize nodes from the globals graph into the current graph
Vikram S. Adve
2003-07-02
Remove space at end of line
Chris Lattner
2003-07-02
Fix how we are handling unreachable functions. This DRAMATICALLY improves ef...
Chris Lattner
2003-07-02
Try using trivially dead deletion
Chris Lattner
2003-07-02
Complete rewrite of td pass
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
Remove dead method
Chris Lattner
2003-06-30
Do not multiply delete graphs if functions are sharing graphs
Chris Lattner
2003-06-30
Revamp DSGraphs so that they can support multiple functions in the same
Chris Lattner
2003-06-29
Abstract out the predicate which decides whether a function gets complete
Chris Lattner
2003-06-28
Propagate globals graph from the local to bu to td globals graphs. This
Chris Lattner
2003-06-22
Remove support for the MultiObject flag, which was fundamentally broken
Chris Lattner
2003-02-11
Implement a "union-findy" version of DS-Analysis, which eliminates the
Chris Lattner
2003-02-10
Rearrange code
Chris Lattner
2003-02-09
Fix major bugs in incompleteness marking that were pessimizing results
Chris Lattner
2003-02-08
Fix a bug where we would mark the callees arguments incomplete if the caller ...
Chris Lattner
2003-02-05
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-04
Make the TD pass not include all of the call nodes from the local pass,
Chris Lattner
2003-02-03
Hack to work around deficiency in pass infrastructure
Chris Lattner
2003-02-01
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-01-23
* Eliminate boolean arguments in favor of using enums
Chris Lattner
2002-11-27
Fix logical error in TD pass: we should clear Mod/Ref bits of each caller
Vikram S. Adve
2002-11-11
Handle a mismatch between # function args and call site args
Chris Lattner
2002-11-09
eliminate the ability to remove global nodes from deadNodeElminate... for now.
Chris Lattner
2002-11-09
Add globals graphs to all three passes
Chris Lattner
2002-11-09
Clean up DSGraph::removeDeadNodes interface
Chris Lattner
2002-11-09
Make removeTriviallyDeadNodes a private interface of DSGraph
Chris Lattner
2002-11-08
Reenable 'quick exit' case
Chris Lattner
2002-11-08
Reimplement TD pass completely it now works
Chris Lattner
2002-11-08
Use DSNodeHandleMap instead to be safe
Chris Lattner
2002-11-08
Add flush
Chris Lattner
2002-11-07
Instead of using a bool that constant has to be explained, use a self
Chris Lattner
2002-11-07
Implement a new mergeInGraph method, which basically factors code out of
Chris Lattner
2002-11-07
Rename DataStructureAnalysis namespace to DS
Chris Lattner
2002-11-06
Delete "StripScalars" argument to cloneInto method
Chris Lattner
2002-10-22
- Make sure to only keep track of mappings that the TD pass may need in the
Chris Lattner
2002-10-21
Delete unused arguments to DSGraph::cloneInto method
Chris Lattner
2002-10-21
- Add "ResolvingCaller" to the CallSite record. This keeps track of which
Chris Lattner
2002-10-21
As it turns out, we don't need a fully generic mapping copy ctor, we just need
Chris Lattner
2002-10-21
Remove some unneccesary 'using' directives
Chris Lattner
2002-10-21
- Make DSCallSite not inherit from std::vector. Renamed methods slightly.
Chris Lattner
2002-10-20
Remove spurious caller pointer in DSCallSite.
Vikram S. Adve
2002-10-20
Added a first-class representation for each call site that can be
Vikram S. Adve
2002-10-17
Remove more obsolete code
Chris Lattner
2002-10-17
* Make the DSGraph cloner automatically merge global nodes
Chris Lattner
2002-10-17
Enable incompleteness marking
Chris Lattner
2002-10-17
* First try at implementing TD pass this does not merge global nodes yet,
Chris Lattner
2002-10-01
Checkin some major reworks of data structure analysis. This is not done,
Chris Lattner
2002-08-21
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-07
Minor changes to DEBUG()'s
Chris Lattner
[next]