summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/BasicAA/zext.ll
AgeCommit message (Expand)Author
2022-12-16[BasicAA] Convert tests to opaque pointers (NFC)Nikita Popov
2022-03-16[AAEval] Make compatible with opaque pointersNikita Popov
2022-03-08[test] Use new PM for -aa-eval testsArthur Eubanks
2021-03-27[BasicAA] Refactor linear expression decompositionNikita Popov
2021-03-27[BasicAA] Correct handle implicit sext in decompositionNikita Popov
2021-03-27[BasicAA] Clarify entry values of GetLinearExpression() (NFC)Nikita Popov
2021-03-27[BasicAA] Retain shl nowrap flags in GetLinearExpression()Nikita Popov
2020-11-17[BasicAA] Make alias GEP positive offset handling symmetricNikita Popov
2020-06-26[NewPM][BasicAA] basicaa -> basic-aa in Analysis/BasicAAArthur Eubanks
2017-06-21[BasicAA] Use MayAlias instead of PartialAlias for fallback.Michael Kruse
2015-08-31[BasicAA] Fix the handling of sext and zext in the analysis of GEPs.Quentin Colombet
2015-08-19[BasicAA] Revert r221876 because it can produce incorrect aliasingQuentin 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
2014-11-13Revert r219432 - "Revert "[BasicAA] Revert "Revert r218714 - Make better use ...Hal Finkel
2014-10-09Revert "[BasicAA] Revert "Revert r218714 - Make better use of zext and sign i...Hal Finkel
2014-10-06[BasicAA] Revert "Revert r218714 - Make better use of zext and sign informati...Hal Finkel
2014-10-03[BasicAA] Revert r218714 - Make better use of zext and sign information.Lang Hames
2014-09-30[BasicAA] Make better use of zext and sign informationHal Finkel