This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cf0a5e3c3fa [AArch64] Tweak iterator usage for [SU]Q{ADD,SUB} new 4b220ae8c27 [AArch64] Specify some SVE ACLE functions in a more generic way new 5182771aa26 [AArch64] Rename SVE shape "unary_count" to "unary_to_uint" new febe918f5d9 [AArch64] Rename UNSPEC_WHILE* to match instruction mnemonics new 439da0cc70c [AArch64] Simplify WHILERW and WHILEWR definition
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 | 47 ++++++++++++++++ gcc/config/aarch64/aarch64-sve-builtins-base.cc | 64 +++------------------- gcc/config/aarch64/aarch64-sve-builtins-base.def | 6 +- .../aarch64/aarch64-sve-builtins-functions.h | 23 ++++++++ gcc/config/aarch64/aarch64-sve-builtins-shapes.cc | 42 +++++++------- gcc/config/aarch64/aarch64-sve-builtins-shapes.h | 2 +- gcc/config/aarch64/aarch64-sve.md | 4 +- gcc/config/aarch64/aarch64-sve2.md | 26 +-------- gcc/config/aarch64/aarch64.c | 2 +- gcc/config/aarch64/aarch64.md | 8 +-- gcc/config/aarch64/iterators.md | 24 ++++---- gcc/testsuite/ChangeLog | 9 +++ .../{unary_count_1.c => unary_to_uint_1.c} | 0 .../{unary_count_2.c => unary_to_uint_2.c} | 0 .../{unary_count_3.c => unary_to_uint_3.c} | 0 15 files changed, 134 insertions(+), 123 deletions(-) rename gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/{unary_count_1.c => una [...] rename gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/{unary_count_2.c => una [...] rename gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/{unary_count_3.c => una [...]