aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/BasicAA/gep-alias.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-55/+55
* Use correct size for address space in BasicAA.Matt Arsenault2013-11-161-1/+28
* Use CHECK-LABELMatt Arsenault2013-09-301-16/+16
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-021-1/+1
* Fix the logic in BasicAliasAnalysis::aliasGEP for comparing GEP's with variab...Eli Friedman2011-09-081-0/+32
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-181-1/+1
* refix PR1143 by making basicaa analyze zexts of indices aggresively,Chris Lattner2010-08-181-7/+7
* fix a buggy testChris Lattner2010-08-181-3/+3
* @test9 is a testcase for r89958. Before 89958, we misanalyzed theChris Lattner2009-11-261-1/+39
* Implement PR1143 (at -m64) by making basicaa look through extensions. WeChris Lattner2009-11-261-1/+16
* teach GetLinearExpression to be a bit more aggressive.Chris Lattner2009-11-261-0/+15
* Teach basicaa that x|c == x+c when the c bits of x are clear. ThisChris Lattner2009-11-261-0/+14
* teach basicaa that A[i] != A[i+1].Chris Lattner2009-11-261-0/+16
* rename testChris Lattner2009-11-261-0/+73