This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fd87572ba58 [Aarch64][SVE] Add copysign and xorsign support new 970b326036a [AArch64, 1/6] Enable ARMv8.5-A in gcc new 3a861b7b9e2 [AArch64, 2/6] Add new arch command line feaures from ARMv8.5-A new 249c2fa7cfa [AArch64, 3/6] Restrict indirect tail calls to x16 and x17 new db43f74e727 [AArch64, 4/6] Enable BTI: Add new <type> to -mbranch-protection.
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 | 42 ++++++++++++++++++ gcc/config/aarch64/aarch64-arches.def | 1 + gcc/config/aarch64/aarch64-option-extensions.def | 15 +++++++ gcc/config/aarch64/aarch64-protos.h | 1 + gcc/config/aarch64/aarch64.c | 55 ++++++++++++++++-------- gcc/config/aarch64/aarch64.h | 21 ++++++++- gcc/config/aarch64/aarch64.md | 3 ++ gcc/config/aarch64/aarch64.opt | 3 ++ gcc/doc/invoke.texi | 29 ++++++++++++- gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/gcc.target/aarch64/test_frame_17.c | 15 ++++++- 11 files changed, 168 insertions(+), 22 deletions(-)