This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6d51a27fb17 Fix Werror=format-diag with --disable-nls. new 0042ca7b770 arm: Disambiguate multiple crypto patterns with the same name. new c471ee0f05d arm: Consistently use crypto_mode attribute in crypto patterns new facbc2368c8 arm: Add option for mitigating against Cortex-A CPU erratum [...] new bc13384e195 arm: add basic mitigation for Cortex-A AES errata new 2078550a005 arm: suppress aes erratum when forwarding from aes new 997070498b0 arm: elide some cases where the AES erratum workaround is n [...] new 9b42782366b arm: Add test for AES erratum mitigation
The 7 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/config/arm/arm-cpus.in | 9 +- gcc/config/arm/arm.cc | 9 + gcc/config/arm/arm.opt | 10 + gcc/config/arm/crypto.md | 227 ++++++++++++++++----- gcc/config/arm/unspecs.md | 1 + gcc/doc/invoke.texi | 11 + .../gcc.target/arm/crypto-vaese-erratum1.c | 28 +++ 7 files changed, 242 insertions(+), 53 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/crypto-vaese-erratum1.c