aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis
AgeCommit message (Expand)Author
2011-02-13teach SCEV that the scale and addition of an inbounds gep don't NSW.Chris Lattner
2011-02-11Per discussion with Dan G, inbounds geps *certainly* can haveChris Lattner
2011-01-24Add another rdar number.Dan Gohman
2011-01-23Simplify some code with no functionality change. Make the test a lot moreNick Lewycky
2011-01-23Use value ranges to fold ext(trunc) in SCEV when possible.Nick Lewycky
2011-01-20Implement requiredTransitiveTobias Grosser
2011-01-19Similarly, analyze truncate through multiply.Nick Lewycky
2011-01-19Add a missed SCEV fold that is required to continue analyzing the IR producedNick Lewycky
2011-01-19Add a missing SCEV simplification sext(zext x) --> zext x.Nick Lewycky
2011-01-18Teach BasicAA to return PartialAlias in cases where both pointersDan Gohman
2011-01-11Revert the testcase from the previous reverted commit.Eric Christopher
2011-01-09add a testcase I missed in previous commit.Chris Lattner
2011-01-09teach SCEV analysis of PHI nodes that PHI recurences formedChris Lattner
2011-01-09reduce indentation. Print <nuw> and <nsw> when dumping SCEV AddRec'sChris Lattner
2011-01-03fix rdar://8813415 - a miscompilation of 164.gzip that loop-idiomChris Lattner
2011-01-03filecheckizeChris Lattner
2010-12-16-enable-tbaa is on by default now.Dan Gohman
2010-12-16Make memcpyopt TBAA-aware.Dan Gohman
2010-12-15Move Sub simplifications and additional Add simplifications out ofDuncan Sands
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-30remove fixme comment too.Chris Lattner
2010-11-30check in *all* files. This is now handled by my previous DSE commit.Chris Lattner
2010-11-29test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.NAKAMURA Takumi
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
2010-09-29Remove PointerTracking tests.Benjamin Kramer
2010-09-15PR7959: Handle negative scales in GEPs correctly in BasicAA for non-64-bitEli Friedman
2010-09-02remove some noise from tests.Chris Lattner
2010-08-30Fix constant-over-index.ll test on windows.Michael J. Spencer
2010-08-18refix PR1143 by making basicaa analyze zexts of indices aggresively,Chris Lattner
2010-08-18fix a buggy testChris Lattner
2010-08-18fix PR7589: In brief:Chris Lattner
2010-08-18filecheckize and detrivialize.Chris Lattner