This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 63615e72cc9 PR target/85572 * config/i386/i386.c (ix86_expand_sse2_ab [...] new 4db2b348bfe 2018-05-08 Olga Makhotina olga.makhotina@intel.com
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 | 22 + gcc/config.gcc | 3 +- gcc/config/i386/driver-i386.c | 10 +- gcc/config/i386/glm.md | 711 +++++++++++++++++++++++++ gcc/config/i386/i386-c.c | 7 + gcc/config/i386/i386.c | 18 +- gcc/config/i386/i386.h | 2 + gcc/config/i386/i386.md | 3 +- gcc/config/i386/x86-tune.def | 53 +- gcc/doc/invoke.texi | 5 + gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.target/i386/builtin_target.c | 5 + gcc/testsuite/gcc.target/i386/funcspec-56.inc | 2 + libgcc/ChangeLog | 5 + libgcc/config/i386/cpuinfo.c | 5 + libgcc/config/i386/cpuinfo.h | 1 + 16 files changed, 829 insertions(+), 29 deletions(-) create mode 100644 gcc/config/i386/glm.md