This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fdfcb5353cc libphobos: Build all modules with -fversion=Shared when con [...] new e253bb8b796 aarch64: Add reduction costs to simd_vec_costs new 1282988ba15 aarch64: Add vector costs for SVE CLAST[AB] and FADDA new b1a831f0dd8 aarch64: Add costs for LD[234]/ST[234] permutes new d1ff0847b2d aarch64: Add costs for storing one element of a vector new 7c679969bac aarch64: Add costs for one element of a scatter store new 14bd21c2c57 aarch64: Add a CPU-specific cost table for Neoverse V1 new 50a525b50c9 aarch64: Use an aarch64-specific structure for vector costing new 3b924b0d7c0 aarch64: Try to detect when Advanced SIMD code would be com [...] new ed17ad5ea1c aarch64: Detect scalar extending loads new 99f94ae5018 aarch64: Cost comparisons embedded in COND_EXPRs new e4180ab2fea aarch64: Ignore inductions when costing vector code new 1205a8cadb6 aarch64: Take issue rate into account for vector loop costs new 6b8b0c8e243 aarch64: Add costs for LD[34] and ST[34] postincrements
The 13 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-protos.h | 280 ++++- gcc/config/aarch64/aarch64-tuning-flags.def | 4 + gcc/config/aarch64/aarch64.c | 1666 ++++++++++++++++++++++++++- gcc/config/aarch64/aarch64.opt | 3 + gcc/doc/invoke.texi | 8 + 5 files changed, 1892 insertions(+), 69 deletions(-)