This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from c611209a342 aarch64: Fix gcc.target/aarch64/pr99808.c for ILP32 new a42a5600c59 x86: Fold arch_names_table into processor_alias_table new 54b273e3203 Backport Zen3 tuning from mainline
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/i386-common.c | 255 +++++++++----- .../common/config/i386/i386-cpuinfo.h | 102 +++--- gcc/config.gcc | 10 +- gcc/config/i386/driver-i386.c | 5 + gcc/config/i386/i386-builtins.c | 371 +++++---------------- gcc/config/i386/i386-c.c | 7 + gcc/config/i386/i386-options.c | 4 +- gcc/config/i386/i386.c | 5 +- gcc/config/i386/i386.h | 7 + gcc/config/i386/i386.md | 2 +- gcc/config/i386/x86-tune-sched.c | 2 + gcc/config/i386/x86-tune.def | 2 +- gcc/config/i386/znver1.md | 353 +++++++++++++------- gcc/doc/extend.texi | 6 + gcc/doc/invoke.texi | 7 + gcc/testsuite/gcc.target/i386/funcspec-56.inc | 6 + libgcc/config/i386/cpuinfo.c | 6 + libgcc/config/i386/cpuinfo.h | 2 + 18 files changed, 590 insertions(+), 562 deletions(-) copy libgcc/config/i386/cpuinfo.h => gcc/common/config/i386/i386-cpuinfo.h (63%)