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
/
BottomUpClosure.cpp
Age
Commit message (
Expand
)
Author
2004-07-07
Headers moved
Chris Lattner
2004-03-04
Minor changes, remove some debugging code that got checked in somehow.
Chris Lattner
2004-02-27
Only clone global nodes between graphs if both graphs have the global.
Chris Lattner
2004-02-21
Instead of cloning the globals for main into the globals graph at the end of
Chris Lattner
2004-02-20
There is no need to merge the globals graph into the function graphs at the
Chris Lattner
2004-02-17
When we complete the bottom-up pass, make sure to merge the globals in 'main'...
Chris Lattner
2004-02-08
Instead of callign removeTriviallyDeadNodes on the global graph every time
Chris Lattner
2004-01-31
Avoid referencing deleted DSgraphs when merging an SCC into a larger SCC. This
Chris Lattner
2004-01-27
Get clone flags right, so we don't build InlinedGlobals only to clear them
Chris Lattner
2004-01-23
Initial support for implementing clonePartiallyInto in terms of cloneReachabl...
Chris Lattner
2003-11-13
Minor code cleanup
Chris Lattner
2003-11-12
Fine-grainify namespaces for this library
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-09-20
Functions reachable from the arguments of unresolvable call nodes should
Chris Lattner
2003-09-20
The Globals graph must become complete at the end of the BU phase!
Chris Lattner
2003-09-20
Switch from using CallInst's to represent call sites to using the LLVM
Chris Lattner
2003-08-01
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-07-16
Rematerialize nodes from the globals graph into the current graph
Vikram S. Adve
2003-07-02
Fix how we are handling unreachable functions. This DRAMATICALLY improves ef...
Chris Lattner
2003-07-02
Keep track of how many inlinings are performed
Chris Lattner
2003-07-02
Make the BU closure keep track of which actual calls happen
Chris Lattner
2003-07-01
Minor cleanups
Chris Lattner
2003-06-30
Split CallSiteIterator out into DSCallSiteIterator.h, and generalize it a bit
Chris Lattner
2003-06-30
Reimplement the BU closure to collapse all SCC graphs into a single graph.
Chris Lattner
2003-06-30
Revamp DSGraphs so that they can support multiple functions in the same
Chris Lattner
2003-06-28
Propagate globals graph from the local to bu to td globals graphs. This
Chris Lattner
2003-06-19
* Changes to make NodeType be private to DSNode.
Chris Lattner
2003-02-05
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-03
Add better debug output
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
Add functions to the ban list
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-17
Add MaxSCC statistics
Chris Lattner
2002-11-12
Inline graphs from outside the SCC into the SCC before SCC resolution starts
Chris Lattner
2002-11-11
Complete rewrite of BU code to use Tarjan's SCC finding algorithm to drive
Chris Lattner
2002-11-11
Fix infinite loop in the BU algorithm. Unfortunately this dies a serious
Chris Lattner
2002-11-10
* Bottom-Up graphs print the Aux call vector
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
ONLY merge in the aux call sites, this causes a HUGE speedup
Chris Lattner
2002-11-08
Remove gunk used by broken TD pass
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
[next]