summaryrefslogtreecommitdiff
path: root/test/Analysis/BasicAA/gep-alias.ll
Commit message (Expand)AuthorAge
* Fix the logic in BasicAliasAnalysis::aliasGEP for comparing GEP's with variab...Eli Friedman2011-09-08
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-18
* refix PR1143 by making basicaa analyze zexts of indices aggresively,Chris Lattner2010-08-18
* fix a buggy testChris Lattner2010-08-18
* @test9 is a testcase for r89958. Before 89958, we misanalyzed theChris Lattner2009-11-26
* Implement PR1143 (at -m64) by making basicaa look through extensions. WeChris Lattner2009-11-26
* teach GetLinearExpression to be a bit more aggressive.Chris Lattner2009-11-26
* Teach basicaa that x|c == x+c when the c bits of x are clear. ThisChris Lattner2009-11-26
* teach basicaa that A[i] != A[i+1].Chris Lattner2009-11-26
* rename testChris Lattner2009-11-26