summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/BasicAA/featuretest.ll
AgeCommit message (Expand)Author
2025-09-12[InstCombine] Remove redundant alignment assumptions. (#123348)Florian Hahn
2025-09-10[InstCombine] Split GEPs with multiple non-zero offsets (#151333)Nikita Popov
2024-12-05[InstCombine] Infer nusw + nneg -> nuw for getelementptr (#111144)Nikita Popov
2024-01-24[InstCombine] Canonicalize constant GEPs to i8 source element type (#68882)Nikita Popov
2023-09-20[InferAlignment] Enable InferAlignment pass by defaultDhruv Chawla
2022-12-16[BasicAA] Convert 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-13reland [InstCombine] convert assumes to operand bundlesTyker
2021-02-10Revert "[InstCombine] convert assumes to operand bundles"Tyker
2021-02-09[InstCombine] convert assumes to operand bundlesTyker
2020-10-27[ValueTracking] Add tracking of the alignment assume bundleShimin Cui
2020-06-26[NewPM][BasicAA] basicaa -> basic-aa in Analysis/BasicAAArthur Eubanks
2020-06-19[AssumeBundles] add cannonicalisation to the assume builderTyker
2020-06-16Revert "[AssumeBundles] add cannonicalisation to the assume builder"Tyker
2020-06-16[AssumeBundles] add cannonicalisation to the assume builderTyker
2020-05-14Infer alignment of unmarked loads in IR/bitcode parsing.Eli Friedman
2020-05-10[AssumeBundles] Prevent generation of some redundant assumesTyker
2020-04-14[AssumeBundles] adapte GVN to assume bundlesTyker
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
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
2010-08-18fix PR7589: In brief:Chris Lattner
2010-08-18filecheckize and detrivialize.Chris Lattner
2009-11-03Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-08-16Remove GCSE and LoadVN from the testsuite.Owen Anderson
2008-02-14Remove llvm-upgrade.Tanya Lattner
2007-01-17Regression is gone, don't try to find it on clean target.Reid Spencer