This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0acb32e2c78 2018-11-04 Stafford Horne shorne@gmail.com new 703d2f69fad Enable support for next generation AMD Zen CPU, via -march=znver2.
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/ChangeLog | 30 +++++++++ gcc/common/config/i386/i386-common.c | 10 +++ gcc/config.gcc | 18 +++-- gcc/config/i386/driver-i386.c | 5 ++ gcc/config/i386/i386-c.c | 7 ++ gcc/config/i386/i386.c | 17 +++-- gcc/config/i386/i386.h | 2 + gcc/config/i386/i386.md | 2 +- gcc/config/i386/x86-tune-costs.h | 127 +++++++++++++++++++++++++++++++++++ gcc/config/i386/x86-tune-sched.c | 2 + gcc/config/i386/x86-tune.def | 24 ++++--- gcc/doc/extend.texi | 3 + gcc/doc/invoke.texi | 7 ++ libgcc/ChangeLog | 5 ++ libgcc/config/i386/cpuinfo.c | 2 + libgcc/config/i386/cpuinfo.h | 1 + 16 files changed, 241 insertions(+), 21 deletions(-)