This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5827f5a0364 [AArch64] Add a "GP strictness" operand to SVE FP unspecs new 6cbfe3da4c4 [AArch64] Commonise some SVE FP patterns new 546988a89dc [AArch64] Add support for SVE HF vconds new e55acb2c582 [AArch64] Rework SVE FP comparisons new 63ecd9b5271 2019-08-14 Richard Biener rguenther@suse.de
The 4 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 | 54 +++++ gcc/config/aarch64/aarch64-sve.md | 243 ++++++--------------- gcc/config/aarch64/aarch64.c | 122 +++++------ gcc/config/aarch64/iterators.md | 51 ++++- gcc/config/i386/i386-features.c | 36 +-- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.target/aarch64/sve/vcond_17.c | 94 ++++++++ .../gcc.target/aarch64/sve/vcond_17_run.c | 54 +++++ 8 files changed, 389 insertions(+), 270 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/vcond_17.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/vcond_17_run.c