summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/BasicAA/gep-alias.ll
Commit message (Expand)AuthorAgeFilesLines
* [SimplifyLibCalls] Mark known arguments with nonnullDavid Bolvansky2019-09-171-1/+1
* [BasicAA] Add a test for PR24468 to be sure we won't regressQuentin Colombet2015-08-191-0/+48
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-25/+25
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-30/+30
* 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
OpenPOWER on IntegriCloud