This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 2e66eb7e7ea x86: Don't use address override with segment regsiter new 54806268b47 Add AMD znver5 processor enablement with scheduler model new c77b1c833e8 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 | 134 +++++ 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, 983 insertions(+), 61 deletions(-) rename gcc/config/i386/{znver4.md => zn4zn5.md} (55%)