This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a0844bed01b [AArch64] Make <perm_insn> the complete mnemonic new e7a544f1ce5 [AArch64] Add a "y" constraint for V0-V7 new e5e0afab9a6 [AArch64] Make aarch64_classify_vector_mode use a switch statement
The 2 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 | 17 ++++ gcc/config/aarch64/aarch64.c | 91 +++++++++++++++------- gcc/config/aarch64/aarch64.h | 6 ++ gcc/config/aarch64/constraints.md | 3 + gcc/config/aarch64/predicates.md | 3 +- gcc/doc/md.texi | 6 ++ gcc/testsuite/ChangeLog | 5 ++ .../gcc.target/aarch64/asm-x-constraint-1.c | 34 ++++++++ .../gcc.target/aarch64/asm-y-constraint-1.c | 36 +++++++++ 9 files changed, 172 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/asm-x-constraint-1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/asm-y-constraint-1.c