This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fbe58ba97af x86: Check leal/addl gcc.target/i386/amxtile-3.c for x32 new 8197ab94b47 aarch64: Move Neon vector-tuple type declaration into the compiler new 2fc20260619 gcc/expr.c: Remove historic workaround for broken SIMD subreg new 4e5929e4575 gcc/expmed.c: Ensure vector modes are tieable before extraction new 66f206b8539 aarch64: Add machine modes for Neon vector-tuple types new 511245325a4 gcc/lower_subreg.c: Prevent decomposition if modes are not tieable new eb04ccf4bfd aarch64: Pass and return Neon vector-tuple types without a [...]
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config/aarch64/aarch64-builtins.c | 269 +- gcc/config/aarch64/aarch64-c.c | 2 + gcc/config/aarch64/aarch64-modes.def | 76 +- gcc/config/aarch64/aarch64-protos.h | 2 + gcc/config/aarch64/aarch64-simd-builtins.def | 146 +- gcc/config/aarch64/aarch64-simd.md | 888 +-- gcc/config/aarch64/aarch64.c | 216 +- gcc/config/aarch64/arm_neon.h | 5966 +++----------------- gcc/config/aarch64/geniterators.sh | 2 +- gcc/config/aarch64/iterators.md | 302 +- gcc/expmed.c | 3 +- gcc/expr.c | 13 - gcc/genmodes.c | 10 +- gcc/lower-subreg.c | 4 +- .../aarch64/advsimd-intrinsics/bf16_vldN_lane_2.c | 10 +- .../gcc.target/aarch64/sve/pcs/struct_3_256.c | 4 + .../aarch64/vector_structure_intrinsics.c | 723 ++- 17 files changed, 2849 insertions(+), 5787 deletions(-)