aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/TypeBasedAliasAnalysis
AgeCommit message (Expand)Author
2011-05-21Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot.Duncan Sands
2011-05-21When BasicAA can determine that two pointers have the same base butDan Gohman
2011-04-27When analyzing functions known to only access argument pointees,Dan Gohman
2010-12-16-enable-tbaa is on by default now.Dan Gohman
2010-12-16Make memcpyopt TBAA-aware.Dan Gohman
2010-12-13Reapply r121520, PartialAlias implementation for BasicAA, now thatDan Gohman
2010-12-10Revert r121520, which may have introduced miscompilations.Dan Gohman
2010-12-10Implement PartialAlias checking in BasicAA.Dan Gohman
2010-11-11Delete unneeded ssp attributes.Dan Gohman
2010-11-11TBAA-enable ArgumentPromotion.Dan Gohman
2010-11-11Make Sink tbaa-aware.Dan Gohman
2010-11-11Add a testcase which demonstrates alias analysis pass precedence.Dan Gohman
2010-11-10Fully invalidate cached results when a prior query's size orDan Gohman
2010-11-09Teach FunctionAttrs about the VAArg instruction.Dan Gohman
2010-11-08Add a testcase for a call which BasicAA says only accesses memory throughDan Gohman
2010-11-08Make FunctionAttrs TBAA-aware.Dan Gohman
2010-10-29Teach memdep to use pointsToConstantMemory to determine that loadsDan Gohman
2010-10-29Add a basic testcase for TBAA-aware DSE.Dan Gohman
2010-10-20Add some comments.Dan Gohman
2010-10-18Don't pass the raw invalid pointer used to represent conflictingDan Gohman
2010-10-18Add a basic testcase for TBAA-aware LICM.Dan Gohman
2010-10-18Run tbaa before basicaa, since that's how it's expected to be used.Dan Gohman
2010-10-18Make TypeBasedAliasAnalysis default to doing nothing, with a command-lineDan Gohman
2010-10-18Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman
2010-10-11Add a simple testcase for tbaa.Dan Gohman