This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 914045dff10 [Patch][GCC][middle-end] - Generate FRINTZ for (double)(int [...] new ad44c6a56c7 [Patch][GCC][AArch64] - Lower store and load neon builtins [...] new 25ab851dd33 gcc-changelog: Add libffi/ to ignored_prefixes new 7113f1b54d5 Rename asm_out_file function arguments.
The 3 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: contrib/gcc-changelog/git_commit.py | 1 + gcc/config/aarch64/aarch64-builtins.c | 103 +++++++- gcc/config/aarch64/aarch64-protos.h | 3 +- gcc/config/aarch64/aarch64.c | 2 +- gcc/config/arm/arm.c | 46 ++-- gcc/config/darwin.c | 34 +-- gcc/config/i386/i386.c | 12 +- gcc/config/i386/winnt.c | 12 +- gcc/config/ia64/ia64.c | 64 ++--- gcc/config/s390/s390.c | 46 ++-- .../gcc.target/aarch64/fmla_intrinsic_1.c | 9 +- .../gcc.target/aarch64/fmls_intrinsic_1.c | 9 +- .../gcc.target/aarch64/fmul_intrinsic_1.c | 11 +- gcc/testsuite/gcc.target/aarch64/mla_intrinsic_1.c | 1 + gcc/testsuite/gcc.target/aarch64/mls_intrinsic_1.c | 1 + gcc/testsuite/gcc.target/aarch64/mul_intrinsic_1.c | 1 + .../gcc.target/aarch64/simd/vmul_elem_1.c | 44 ++++ gcc/testsuite/gcc.target/aarch64/vclz.c | 272 +++++++++++---------- gcc/testsuite/gcc.target/aarch64/vneg_s.c | 167 +++++-------- 19 files changed, 478 insertions(+), 360 deletions(-)