This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dc94eaab008 libstdc++: Add a test checking for chrono::duration overflows new 2cba118e538 aarch64: Make existing V2HF be usable. new dc582d2ef32 middle-end: Add new tbranch optab to add support for bit-te [...] new 17ae956c0fa AArch64: Support new tbranch optab.
The 3 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/aarch64/aarch64-simd.md | 88 ++++++++++++++------- gcc/config/aarch64/aarch64.cc | 1 + gcc/config/aarch64/aarch64.md | 33 ++++++-- gcc/config/aarch64/iterators.md | 32 +++++--- gcc/config/arm/types.md | 6 +- gcc/doc/md.texi | 7 ++ gcc/dojump.cc | 52 ++++++++---- gcc/dojump.h | 4 + gcc/optabs.cc | 114 ++++++++++++++++++++++++--- gcc/optabs.def | 2 + gcc/optabs.h | 4 + gcc/testsuite/gcc.target/aarch64/sve/slp_1.c | 10 +-- gcc/testsuite/gcc.target/aarch64/tbz_1.c | 95 ++++++++++++++++++++++ gcc/tree.h | 1 + 14 files changed, 371 insertions(+), 78 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/tbz_1.c