This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from d17a80bc9cd libstdc++: Do not require assignment for vector::resize(n, [...] new 936c3666dbd 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 | 225 +++++++++++++++++++++++++++++++ gcc/doc/invoke.texi | 2 +- 6 files changed, 336 insertions(+), 2 deletions(-) create mode 100644 gcc/config/aarch64/tuning_models/hip12.h