index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
/
TypeBasedAliasAnalysis
Age
Commit message (
Expand
)
Author
2011-05-21
Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot.
Duncan Sands
2011-05-21
When BasicAA can determine that two pointers have the same base but
Dan Gohman
2011-04-27
When analyzing functions known to only access argument pointees,
Dan Gohman
2010-12-16
-enable-tbaa is on by default now.
Dan Gohman
2010-12-16
Make memcpyopt TBAA-aware.
Dan Gohman
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-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