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
Age
Commit message (
Expand
)
Author
2003-08-31
Indent classes correctly in the namespace
Chris Lattner
2003-08-31
* Cleanups
Chris Lattner
2003-08-31
Initial checkin of the CallGraphSCCPass class
Chris Lattner
2003-08-29
There is no reason for this to be a pass!
Chris Lattner
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-08-17
Fix the bug that broke the nightly tester in McCat/18-imp last night. :(
Chris Lattner
2003-08-16
Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll
Chris Lattner
2003-08-14
Improvement to the previous fix: branch following a delay slot of
Vikram S. Adve
2003-08-12
For an instruction with delay slots, mark all live values before
Vikram S. Adve
2003-08-06
Remove unnecessary use of NonCopyable
Chris Lattner
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-29
Don't require a BB to look-up live variables, unless they may need to
Vikram S. Adve
2003-07-26
Fix another minor bug
Chris Lattner
2003-07-25
Dont' try to parse the colon
Chris Lattner
2003-07-25
Add a more general check-flags which can be used to ensure arbitrary flags ar...
Chris Lattner
2003-07-23
Simplify code by using ConstantInt::getRawValue instead of checking to see
Chris Lattner
2003-07-23
Fit code into 80 columns
Chris Lattner
2003-07-23
Eliminate old-style cast
Chris Lattner
2003-07-22
Fix comment.
Vikram S. Adve
2003-07-17
Fix typo in call to isUnresolvableFunc, which was breaking the build.
Brian Gaeke
2003-07-16
Rematerialize nodes from the globals graph into the current graph
Vikram S. Adve
2003-07-16
(1) Rematerialize nodes from the globals graph into the current graph
Vikram S. Adve
2003-07-16
Implement 2 important changes: (1) rematerialization from the globals graph,
Vikram S. Adve
2003-07-16
Factor out the test for unresolvable external functions into
Vikram S. Adve
2003-07-14
The word `separate' only has one `e'.
Misha Brukman
2003-07-03
Reuse the values if they are constants: this is important so that we index in...
Chris Lattner
2003-07-03
Remove globals more aggressively from graphs.
Chris Lattner
2003-07-02
INCLUDE_PARENT_GRAPH is required!
Chris Lattner
2003-07-02
Disable incorrect mustalias code
Chris Lattner
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
Keep track of how many inlinings are performed
Chris Lattner
2003-07-02
Try using trivially dead deletion
Chris Lattner
2003-07-02
Remove dead Nodes list
Chris Lattner
2003-07-02
Complete rewrite of td pass
Chris Lattner
2003-07-02
Print collapsed to match the paper
Chris Lattner
2003-07-02
Reduce amount of work we do calculating mustaliases if the arg is a global
Chris Lattner
2003-07-02
Add support for ParentGraph only when building in debug mode
Chris Lattner
2003-07-02
Add some functions to the blacklist
Chris Lattner
2003-07-02
Make the BU closure keep track of which actual calls happen
Chris Lattner
2003-07-02
Make local pass print out its progress
Chris Lattner
2003-07-01
Fix bug: Regression/Other/2002-03-11-ExprAssertion.ll
Chris Lattner
2003-07-01
Rework TD pass to work with the precise call graph constructed by the BU phase
Chris Lattner
2003-07-01
Do not treat global variables as functions! (and assert failing)
Chris Lattner
2003-07-01
Dont' print scalar nodes for ConstantPointerRefs
Chris Lattner
2003-07-01
Minor cleanups
Chris Lattner
2003-06-30
Use the getFunctionNames method
Chris Lattner
2003-06-30
Add new method
Chris Lattner
[prev]
[next]