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
/
test
/
Analysis
Age
Commit message (
Expand
)
Author
2011-02-13
teach SCEV that the scale and addition of an inbounds gep don't NSW.
Chris Lattner
2011-02-11
Per discussion with Dan G, inbounds geps *certainly* can have
Chris Lattner
2011-01-24
Add another rdar number.
Dan Gohman
2011-01-23
Simplify some code with no functionality change. Make the test a lot more
Nick Lewycky
2011-01-23
Use value ranges to fold ext(trunc) in SCEV when possible.
Nick Lewycky
2011-01-20
Implement requiredTransitive
Tobias Grosser
2011-01-19
Similarly, analyze truncate through multiply.
Nick Lewycky
2011-01-19
Add a missed SCEV fold that is required to continue analyzing the IR produced
Nick Lewycky
2011-01-19
Add a missing SCEV simplification sext(zext x) --> zext x.
Nick Lewycky
2011-01-18
Teach BasicAA to return PartialAlias in cases where both pointers
Dan Gohman
2011-01-11
Revert the testcase from the previous reverted commit.
Eric Christopher
2011-01-09
add a testcase I missed in previous commit.
Chris Lattner
2011-01-09
teach SCEV analysis of PHI nodes that PHI recurences formed
Chris Lattner
2011-01-09
reduce indentation. Print <nuw> and <nsw> when dumping SCEV AddRec's
Chris Lattner
2011-01-03
fix rdar://8813415 - a miscompilation of 164.gzip that loop-idiom
Chris Lattner
2011-01-03
filecheckize
Chris Lattner
2010-12-16
-enable-tbaa is on by default now.
Dan Gohman
2010-12-16
Make memcpyopt TBAA-aware.
Dan Gohman
2010-12-15
Move Sub simplifications and additional Add simplifications out of
Duncan Sands
2010-12-13
Reapply r121520, PartialAlias implementation for BasicAA, now that
Dan Gohman
2010-12-10
Revert r121520, which may have introduced miscompilations.
Dan Gohman
2010-12-10
Implement PartialAlias checking in BasicAA.
Dan Gohman
2010-11-30
remove fixme comment too.
Chris Lattner
2010-11-30
check in *all* files. This is now handled by my previous DSE commit.
Chris Lattner
2010-11-29
test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.
NAKAMURA Takumi
2010-11-11
Delete unneeded ssp attributes.
Dan Gohman
2010-11-11
TBAA-enable ArgumentPromotion.
Dan Gohman
2010-11-11
Make Sink tbaa-aware.
Dan Gohman
2010-11-11
Add a testcase which demonstrates alias analysis pass precedence.
Dan Gohman
2010-11-10
Fully invalidate cached results when a prior query's size or
Dan Gohman
2010-11-09
Teach FunctionAttrs about the VAArg instruction.
Dan Gohman
2010-11-08
Add a testcase for a call which BasicAA says only accesses memory through
Dan Gohman
2010-11-08
Make FunctionAttrs TBAA-aware.
Dan Gohman
2010-10-29
Teach memdep to use pointsToConstantMemory to determine that loads
Dan Gohman
2010-10-29
Add a basic testcase for TBAA-aware DSE.
Dan Gohman
2010-10-20
Add some comments.
Dan Gohman
2010-10-18
Don't pass the raw invalid pointer used to represent conflicting
Dan Gohman
2010-10-18
Add a basic testcase for TBAA-aware LICM.
Dan Gohman
2010-10-18
Run tbaa before basicaa, since that's how it's expected to be used.
Dan Gohman
2010-10-18
Make TypeBasedAliasAnalysis default to doing nothing, with a command-line
Dan Gohman
2010-10-18
Make BasicAliasAnalysis a normal AliasAnalysis implementation which
Dan Gohman
2010-10-11
Add a simple testcase for tbaa.
Dan Gohman
2010-09-29
Remove PointerTracking tests.
Benjamin Kramer
2010-09-15
PR7959: Handle negative scales in GEPs correctly in BasicAA for non-64-bit
Eli Friedman
2010-09-02
remove some noise from tests.
Chris Lattner
2010-08-30
Fix constant-over-index.ll test on windows.
Michael J. Spencer
2010-08-18
refix PR1143 by making basicaa analyze zexts of indices aggresively,
Chris Lattner
2010-08-18
fix a buggy test
Chris Lattner
2010-08-18
fix PR7589: In brief:
Chris Lattner
2010-08-18
filecheckize and detrivialize.
Chris Lattner
[next]