This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c5ccdfdcab0 match: Fix wrong code due to `(a ? e : f) !=/== (b ? e : f) [...] new 7e7c1e38829 AArch64: Update Neoverse V2 cost model to release costs new 729000b9030 AArch64: Add Neoverse V3 core definition and cost model new 7ca2a803c4a AArch64: Add Neoverse V3AE core definition and cost model new 488395f9513 AArch64: Add Neoverse N3 and Cortex-A725 core definition an [...] new 3b0bac45111 AArch64: Update Generic Armv9-a cost model to release costs new f88cb43aed5 AArch64: Update Neoverse N2 cost model to release costs new 1f53319cae8 AArch64: Add Cortex-X925 core definition and cost model
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/aarch64/aarch64-cores.def | 9 +- gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/aarch64/aarch64.cc | 4 + .../tuning_models/{neoversev2.h => cortexx925.h} | 108 ++++++++--------- gcc/config/aarch64/tuning_models/generic_armv9_a.h | 50 ++++---- gcc/config/aarch64/tuning_models/neoversen2.h | 46 ++++---- .../tuning_models/{neoversen2.h => neoversen3.h} | 131 ++++++++++----------- gcc/config/aarch64/tuning_models/neoversev2.h | 38 +++--- .../tuning_models/{neoversev2.h => neoversev3.h} | 100 ++++++++-------- .../tuning_models/{neoversev2.h => neoversev3ae.h} | 110 ++++++++--------- gcc/doc/invoke.texi | 2 + 11 files changed, 305 insertions(+), 295 deletions(-) copy gcc/config/aarch64/tuning_models/{neoversev2.h => cortexx925.h} (72%) copy gcc/config/aarch64/tuning_models/{neoversen2.h => neoversen3.h} (67%) copy gcc/config/aarch64/tuning_models/{neoversev2.h => neoversev3.h} (74%) copy gcc/config/aarch64/tuning_models/{neoversev2.h => neoversev3ae.h} (71%)