This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 2532944e358 Reduce recursive inlining of always_inline functions new 499afa8e689 Add AMD znver5 processor enablement with scheduler model new 22f4e4a5043 Fixup unaligned load/store cost for znver5
The 2 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/common/config/i386/cpuinfo.h | 16 + gcc/common/config/i386/i386-common.cc | 6 +- gcc/common/config/i386/i386-cpuinfo.h | 2 + gcc/config.gcc | 14 +- gcc/config/i386/driver-i386.cc | 5 + gcc/config/i386/i386-c.cc | 7 + gcc/config/i386/i386-options.cc | 6 +- gcc/config/i386/i386.cc | 3 +- gcc/config/i386/i386.h | 3 + gcc/config/i386/i386.md | 4 +- gcc/config/i386/x86-tune-costs.h | 136 +++++ gcc/config/i386/x86-tune-sched.cc | 2 + gcc/config/i386/x86-tune.def | 4 +- gcc/config/i386/{znver4.md => zn4zn5.md} | 817 ++++++++++++++++++++++++-- gcc/doc/extend.texi | 3 + gcc/doc/invoke.texi | 10 + gcc/testsuite/g++.target/i386/mv29.C | 6 + gcc/testsuite/gcc.target/i386/funcspec-56.inc | 2 + 18 files changed, 985 insertions(+), 61 deletions(-) rename gcc/config/i386/{znver4.md => zn4zn5.md} (55%)