This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fa853214b8f Fix missing files from previous commit. new d572ad49217 [PATCH] aarch64: prefer using csinv, csneg in zero extend contexts new 248e357f694 aarch64: Fix ICE when expanding scalar floating move with - [...]
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 | 16 ++++ gcc/config/aarch64/aarch64.c | 7 ++ gcc/config/aarch64/aarch64.md | 44 ++++++++- gcc/config/aarch64/iterators.md | 3 + gcc/testsuite/ChangeLog | 9 ++ gcc/testsuite/gcc.target/aarch64/csinv-neg.c | 104 +++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/mgeneral-regs_5.c | 14 +++ 7 files changed, 196 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/csinv-neg.c create mode 100644 gcc/testsuite/gcc.target/aarch64/mgeneral-regs_5.c