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
*
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
*
refix PR1143 by making basicaa analyze zexts of indices aggresively,
Chris Lattner
2010-08-18
1
-7
/
+7
*
fix a buggy test
Chris Lattner
2010-08-18
1
-3
/
+3
*
fix PR7589: In brief:
Chris Lattner
2010-08-18
1
-0
/
+21
*
filecheckize and detrivialize.
Chris Lattner
2010-08-18
1
-3
/
+26
*
When analyzing loop exit conditions combined with and and or, don't
Dan Gohman
2010-08-11
1
-2
/
+40
*
RegionInfo: Do not assert if a BB is not part of the dominance tree.
Tobias Grosser
2010-08-10
1
-0
/
+20
*
Implement a proper getModRefInfo for va_arg.
Dan Gohman
2010-08-06
1
-0
/
+11
*
Implement AccessesArguments checking in the two-callsite form
Dan Gohman
2010-08-05
1
-1
/
+15
*
Fix memdep's code for reasoning about dependences between two calls. A Ref
Dan Gohman
2010-08-05
1
-1
/
+0
*
Revert r110270 for now. It appears to uncover a memdep bug.
Dan Gohman
2010-08-05
1
-0
/
+1
*
The trouble with testing for "ModRef" and "NoModRef" is that
Dan Gohman
2010-08-04
2
-85
/
+85
*
The two-callsite form of AliasAnalysis::getModRefInfo is documented
Dan Gohman
2010-08-04
2
-4
/
+16
*
Add new RegionInfo pass.
Tobias Grosser
2010-07-22
22
-0
/
+886
*
Remove interprocedural-basic-aa and associated code. The AliasAnalysis
Dan Gohman
2010-07-07
2
-1747
/
+262
*
Remove context sensitivity concerns from interprocedural-basic-aa, and
Dan Gohman
2010-07-01
2
-7
/
+1739
*
Revert the part of r107257 which introduced new logic for using
Dan Gohman
2010-06-30
1
-3
/
+4
*
Add a testcase for scev-aa's new capability.
Dan Gohman
2010-06-30
1
-3
/
+24
*
Add a few more interesting testcases.
Dan Gohman
2010-06-29
1
-0
/
+21
*
Add an Intraprocedural form of BasicAliasAnalysis, which aims to
Dan Gohman
2010-06-29
1
-0
/
+42
*
Fix Value::stripPointerCasts and BasicAA to avoid trouble on
Dan Gohman
2010-06-28
1
-0
/
+16
*
Allow "exhaustive" trip count evaluation on phi nodes with all
Dan Gohman
2010-06-22
1
-0
/
+19
*
Fix ScalarEvolution's "exhaustive" trip count evaluation code to avoid
Dan Gohman
2010-06-19
1
-0
/
+31
[next]