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-11-27
Fix logical error in TD pass: we should clear Mod/Ref bits of each caller
Vikram S. Adve
2002-11-27
(1) Bug fix that was causing nodes with dangling references to be freed.
Vikram S. Adve
2002-11-25
Keep global nodes in each DS Graph (by forcing them to be marked live).
Vikram S. Adve
2002-11-18
Add peak memory usage measurement stuff
Chris Lattner
2002-11-18
Add peak memory usage support
Chris Lattner
2002-11-18
Add stats
Chris Lattner
2002-11-17
Add hack to only consider indirect calls indirect if they do more than cast
Chris Lattner
2002-11-17
Add MaxSCC statistics
Chris Lattner
2002-11-13
Pass to compute various statisics related to DSGraphs.
Vikram S. Adve
2002-11-12
Inline graphs from outside the SCC into the SCC before SCC resolution starts
Chris Lattner
2002-11-12
Fix two bugs:
Chris Lattner
2002-11-11
Fix bug
Chris Lattner
2002-11-11
Handle a mismatch between # function args and call site args
Chris Lattner
2002-11-11
Elimiante calls to a node with nothing in it.
Chris Lattner
2002-11-11
Complete rewrite of BU code to use Tarjan's SCC finding algorithm to drive
Chris Lattner
2002-11-11
Mark stuff reachable by _AUX_ calls as incomplete in the BU graph
Chris Lattner
2002-11-11
Fix infinite loop in the BU algorithm. Unfortunately this dies a serious
Chris Lattner
2002-11-11
Print the right call set size
Chris Lattner
2002-11-11
Use call site mergeWith method to simplify code
Chris Lattner
2002-11-10
Fix a bug that could trigger when varargs call sites had non-matching number ...
Chris Lattner
2002-11-10
* Dramatically rework liveness evaluation.
Chris Lattner
2002-11-10
Honor the shouldPrintAuxCalls flag
Chris Lattner
2002-11-10
Initialize PrintAuxCalls member
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
Remove obsolete code
Chris Lattner
2002-11-09
Fix logic
Chris Lattner
2002-11-09
Add globals graphs to all three passes
Chris Lattner
2002-11-09
Move maskNodeTypes to header file
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-09
Don't put constants into the scalar map!
Chris Lattner
2002-11-09
Add initial support for a globals graph
Chris Lattner
2002-11-09
Tighten up array handling
Chris Lattner
2002-11-09
#include Datastructure.h first
Chris Lattner
2002-11-09
Fix warning & release build
Chris Lattner
2002-11-08
Fold arrays down to a single element. This causes huge wins on some benchmarks
Chris Lattner
2002-11-08
ONLY merge in the aux call sites, this causes a HUGE speedup
Chris Lattner
2002-11-08
Allow specification of whether the call sites should be copied, AND whether
Chris Lattner
2002-11-08
Reenable 'quick exit' case
Chris Lattner
2002-11-08
Reduce amount of work needed to compute ip/modref
Chris Lattner
2002-11-08
Reimplement TD pass completely it now works
Chris Lattner
2002-11-08
Cannot modify original call sites vector
Chris Lattner
2002-11-08
- Add a bunch of checking to make sure that dead nodes are not used after they
Chris Lattner
2002-11-08
Remove gunk used by broken TD pass
Chris Lattner
2002-11-08
Fix IPModRef to use new DS interface
Chris Lattner
2002-11-08
Use DSNodeHandleMap instead to be safe
Chris Lattner
2002-11-08
* actually handle constants (especially constantexprs) correctly.
Chris Lattner
2002-11-08
Add flush
Chris Lattner
2002-11-07
Implement ResolveCallSiteModRefInfo for IPModRef. computeModRef is not yet d...
Chris Lattner
[prev]
[next]