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