This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from ae573c9d0e7 libphobos: Remove qsort_r compat to fix *-freebsd14 [PR123633] new 7d2a7711e45 aarch64: Add support for Hisilicon's hip12 core (-mcpu=hip12)
The 1 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 | 1 + gcc/config/aarch64/aarch64-cost-tables.h | 107 +++++++++++++++ gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/aarch64/aarch64.cc | 1 + gcc/config/aarch64/tuning_models/hip12.h | 226 +++++++++++++++++++++++++++++++ gcc/doc/invoke.texi | 2 +- 6 files changed, 337 insertions(+), 2 deletions(-) create mode 100644 gcc/config/aarch64/tuning_models/hip12.h