summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/BasicAA/phi-aa.ll
AgeCommit message (Expand)Author
2022-12-16[BasicAA] Convert tests to opaque pointers (NFC)Nikita Popov
2022-12-12[BasicAA] Remove support for PhiValues analysisNikita Popov
2022-12-06[BasicAA] Guard against empty successors list (PR59360)Nikita Popov
2022-10-17[BasicAA] Add test for phi of geps of alloca (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-02-18[BasicAA] Always strip single-argument phi nodesNikita Popov
2021-02-14[BasicAA] Merge aliasGEP code pathsNikita Popov
2021-02-14[BasicAA] Add test for single arg phi in loop (NFC)Nikita Popov
2020-12-18Revert "[BasicAA] Handle two unknown sizes for GEPs"Florian Hahn
2020-12-11[BasicAA] Handle two unknown sizes for GEPsNikita Popov
2020-12-05[BasicAA] Fix a bug with relational reasoning across iterationsPhilip Reames
2020-12-01[BasicAA] Add test for suboptimal result with unknown sizes (NFC)Nikita Popov
2020-10-22[BasicAA] Only add visited phi blocks temporarilyNikita Popov
2020-10-22[BasicAA] Don't track visited blocks for phi-phi alias queryNikita Popov
2020-10-22[BasicAA] Add additional phi tests (NFC)Nikita Popov
2020-06-26[NewPM][BasicAA] basicaa -> basic-aa in Analysis/BasicAAArthur Eubanks
2018-07-30[BasicAA] Use PhiValuesAnalysis if available when handling phi aliasJohn Brawn
2016-02-20[PM/AA] Port alias analysis evaluator to the new pass manager, and useChandler Carruth
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
2014-01-03BasicAA: Use reachabilty instead of dominance for checking value equality in phiArnold Schwaighofer
2014-01-02BasicAA: Fix value equality and phi cyclesArnold Schwaighofer
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2012-04-24FileCheck-ize these tests. Harden some of them.Bill Wendling
2010-11-11Delete unneeded ssp attributes.Dan Gohman
2009-10-14Replace test with a simpler hand crafted one.Evan Cheng
2009-10-13Teach basic AA about PHI nodes. If all operands of a phi NoAlias another valu...Evan Cheng