aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/BasicAA/gep-alias.ll
AgeCommit message (Expand)AuthorFilesLines
2024-01-16[BasicAA] Handle disjoint or as add in DecomposeGEP. (#78209)David Green1-1/+16
2022-12-16[BasicAA] Convert some tests to opaque pointers (NFC)Nikita Popov1-112/+99
2022-10-21[test] Use -passes syntax in Analysis testsBjorn Pettersson1-1/+1
2022-10-07[opt] Stop treating alias analysis specially when translating legacy opt syntaxArthur Eubanks1-1/+1
2021-02-20Reland "[Libcalls, Attrs] Annotate libcalls with noundef"Dávid Bolvanský1-1/+1
2021-02-20Revert "[Libcalls, Attrs] Annotate libcalls with noundef"Dávid Bolvanský1-1/+1
2021-02-20[Libcalls, Attrs] Annotate libcalls with noundefDávid Bolvanský1-1/+1
2020-06-26[NewPM][BasicAA] basicaa -> basic-aa in Analysis/BasicAAArthur Eubanks1-1/+1
2019-09-17[SimplifyLibCalls] Mark known arguments with nonnullDavid Bolvansky1-1/+1
2015-08-19[BasicAA] Add a test for PR24468 to be sure we won't regressQuentin Colombet1-0/+48
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-25/+25
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-30/+30
2013-11-16Use correct size for address space in BasicAA.Matt Arsenault1-1/+28
2013-09-30Use CHECK-LABELMatt Arsenault1-16/+16
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth1-1/+1
2011-09-08Fix the logic in BasicAliasAnalysis::aliasGEP for comparing GEP's with variab...Eli Friedman1-0/+32
2010-10-18Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman1-1/+1
2010-08-18refix PR1143 by making basicaa analyze zexts of indices aggresively,Chris Lattner1-7/+7
2010-08-18fix a buggy testChris Lattner1-3/+3
2009-11-26@test9 is a testcase for r89958. Before 89958, we misanalyzed theChris Lattner1-1/+39
2009-11-26Implement PR1143 (at -m64) by making basicaa look through extensions. WeChris Lattner1-1/+16
2009-11-26teach GetLinearExpression to be a bit more aggressive.Chris Lattner1-0/+15
2009-11-26Teach basicaa that x|c == x+c when the c bits of x are clear. ThisChris Lattner1-0/+14
2009-11-26teach basicaa that A[i] != A[i+1].Chris Lattner1-0/+16
2009-11-26rename testChris Lattner1-0/+73