This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ce83392b46e [PATCH] Fix continue condition in IPA-SRA's process_scan_results new 6a59ea6fecc [PATCH] Fix quoting in a call to internal_error new 9abe10e0a01 [arm] Update FP16 tests new 856adc5dcb8 [arm] Implement non-GE-setting SIMD32 intrinsics
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: gcc/ChangeLog | 23 ++ gcc/config/arm/arm.md | 30 +++ gcc/config/arm/arm_acle.h | 232 +++++++++++++++++++ gcc/config/arm/arm_acle_builtins.def | 33 +++ gcc/config/arm/iterators.md | 30 +++ gcc/config/arm/unspecs.md | 34 +++ gcc/doc/sourcebuild.texi | 7 + gcc/ipa-sra.c | 2 +- gcc/testsuite/ChangeLog | 14 ++ gcc/testsuite/gcc.target/arm/acle/simd32.c | 246 +++++++++++++++++++++ gcc/testsuite/gcc.target/arm/fp16-compile-alt-3.c | 2 +- gcc/testsuite/gcc.target/arm/fp16-compile-ieee-3.c | 2 +- gcc/testsuite/lib/target-supports.exp | 39 ++++ 13 files changed, 691 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/acle/simd32.c