This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7825399092d libstdc++: Use correct argument type for __use_alloc, again [...] new 466b907fad9 ipa: Fix up ipa modref option help texts new 46a27415478 Fix some typos new 4ecf368f4b4 gcov: fix TOPN streaming from shared libraries new fa9ad35dae0 AArch64: Implement poly-type vadd intrinsics new d4703be185b AArch64: Implement missing vceq*_p* intrinsics new 30957092db4 AArch64: Implement missing vcls intrinsics on unsigned types
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/c-family/c.opt | 2 +- gcc/common.opt | 4 +- gcc/config/aarch64/arm_neon.h | 112 +++++++++++++++++++++ gcc/ipa-modref.c | 14 +-- gcc/params.opt | 2 +- .../gcc.target/aarch64/simd/vadd_poly_1.c | 50 +++++++++ .../gcc.target/aarch64/simd/vceq_poly_1.c | 29 ++++++ .../gcc.target/aarch64/simd/vcls_unsigned_1.c | 54 ++++++++++ libgcc/libgcov-driver.c | 2 +- 9 files changed, 257 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vadd_poly_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vceq_poly_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vcls_unsigned_1.c