index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r128140 for now.
Anders Carlsson
2011-03-23
1
-19
/
+0
*
A global variable with internal linkage where all uses are in one function an...
Anders Carlsson
2011-03-23
1
-0
/
+19
*
Propagate SCEV no-wrap flags whenever possible.
Andrew Trick
2011-03-15
3
-14
/
+21
*
When SCEV can determine the loop test is X < X, set ExactBECount=0.
Andrew Trick
2011-03-09
1
-0
/
+34
*
teach SCEV that the scale and addition of an inbounds gep don't NSW.
Chris Lattner
2011-02-13
2
-4
/
+31
*
Per discussion with Dan G, inbounds geps *certainly* can have
Chris Lattner
2011-02-11
1
-2
/
+2
*
Add another rdar number.
Dan Gohman
2011-01-24
1
-1
/
+1
*
Simplify some code with no functionality change. Make the test a lot more
Nick Lewycky
2011-01-23
1
-15
/
+19
*
Use value ranges to fold ext(trunc) in SCEV when possible.
Nick Lewycky
2011-01-23
1
-0
/
+34
*
Implement requiredTransitive
Tobias Grosser
2011-01-20
1
-0
/
+24
*
Similarly, analyze truncate through multiply.
Nick Lewycky
2011-01-19
1
-0
/
+8
*
Add a missed SCEV fold that is required to continue analyzing the IR produced
Nick Lewycky
2011-01-19
1
-1
/
+9
*
Add a missing SCEV simplification sext(zext x) --> zext x.
Nick Lewycky
2011-01-19
1
-0
/
+8
*
Teach BasicAA to return PartialAlias in cases where both pointers
Dan Gohman
2011-01-18
1
-0
/
+33
*
Revert the testcase from the previous reverted commit.
Eric Christopher
2011-01-11
1
-2
/
+0
*
add a testcase I missed in previous commit.
Chris Lattner
2011-01-09
1
-0
/
+2
*
teach SCEV analysis of PHI nodes that PHI recurences formed
Chris Lattner
2011-01-09
1
-2
/
+40
*
reduce indentation. Print <nuw> and <nsw> when dumping SCEV AddRec's
Chris Lattner
2011-01-09
1
-1
/
+1
*
fix rdar://8813415 - a miscompilation of 164.gzip that loop-idiom
Chris Lattner
2011-01-03
1
-0
/
+22
*
filecheckize
Chris Lattner
2011-01-03
1
-6
/
+8
*
-enable-tbaa is on by default now.
Dan Gohman
2010-12-16
8
-9
/
+9
*
Make memcpyopt TBAA-aware.
Dan Gohman
2010-12-16
1
-0
/
+23
*
Move Sub simplifications and additional Add simplifications out of
Duncan Sands
2010-12-15
1
-2
/
+2
*
Reapply r121520, PartialAlias implementation for BasicAA, now that
Dan Gohman
2010-12-13
1
-2
/
+27
*
Revert r121520, which may have introduced miscompilations.
Dan Gohman
2010-12-10
1
-27
/
+2
*
Implement PartialAlias checking in BasicAA.
Dan Gohman
2010-12-10
1
-2
/
+27
*
remove fixme comment too.
Chris Lattner
2010-11-30
1
-3
/
+3
*
check in *all* files. This is now handled by my previous DSE commit.
Chris Lattner
2010-11-30
1
-1
/
+1
*
test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.
NAKAMURA Takumi
2010-11-29
1
-2
/
+2
*
Delete unneeded ssp attributes.
Dan Gohman
2010-11-11
3
-3
/
+3
*
TBAA-enable ArgumentPromotion.
Dan Gohman
2010-11-11
1
-0
/
+31
*
Make Sink tbaa-aware.
Dan Gohman
2010-11-11
1
-0
/
+20
*
Add a testcase which demonstrates alias analysis pass precedence.
Dan Gohman
2010-11-11
1
-0
/
+21
*
Fully invalidate cached results when a prior query's size or
Dan Gohman
2010-11-10
1
-0
/
+91
*
Teach FunctionAttrs about the VAArg instruction.
Dan Gohman
2010-11-09
1
-0
/
+14
*
Add a testcase for a call which BasicAA says only accesses memory through
Dan Gohman
2010-11-08
1
-0
/
+30
*
Make FunctionAttrs TBAA-aware.
Dan Gohman
2010-11-08
1
-0
/
+37
*
Teach memdep to use pointsToConstantMemory to determine that loads
Dan Gohman
2010-10-29
1
-0
/
+23
*
Add a basic testcase for TBAA-aware DSE.
Dan Gohman
2010-10-29
1
-0
/
+43
*
Add some comments.
Dan Gohman
2010-10-20
1
-0
/
+4
*
Don't pass the raw invalid pointer used to represent conflicting
Dan Gohman
2010-10-18
1
-0
/
+28
*
Add a basic testcase for TBAA-aware LICM.
Dan Gohman
2010-10-18
1
-0
/
+33
*
Run tbaa before basicaa, since that's how it's expected to be used.
Dan Gohman
2010-10-18
1
-1
/
+1
*
Make TypeBasedAliasAnalysis default to doing nothing, with a command-line
Dan Gohman
2010-10-18
1
-1
/
+1
*
Make BasicAliasAnalysis a normal AliasAnalysis implementation which
Dan Gohman
2010-10-18
35
-35
/
+35
*
Add a simple testcase for tbaa.
Dan Gohman
2010-10-11
2
-0
/
+61
*
Remove PointerTracking tests.
Benjamin Kramer
2010-09-29
2
-89
/
+0
*
PR7959: Handle negative scales in GEPs correctly in BasicAA for non-64-bit
Eli Friedman
2010-09-15
1
-0
/
+15
*
remove some noise from tests.
Chris Lattner
2010-09-02
2
-65
/
+65
*
Fix constant-over-index.ll test on windows.
Michael J. Spencer
2010-08-30
1
-2
/
+3
[next]