This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3595231d9f5 i386: Remove constraints when used with constant integer pr [...] new 43201f2c217 PR target/70321: Split double word equality/inequality afte [...] new 2a12adfa8bd Make the default rtx_costs of MULT/DIV variants consistent. new f1652e3343b PR rtl-optimization/101617: Use neg/sbb in ix86_expand_int_movcc.
The 3 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/config/i386/i386-expand.cc | 84 +++++++++++----------- gcc/config/i386/i386-features.cc | 101 ++++++++++++++------------- gcc/config/i386/i386-features.h | 1 + gcc/config/i386/i386.md | 72 ++++++++++++++++++- gcc/config/i386/sse.md | 5 +- gcc/rtlanal.cc | 7 ++ gcc/testsuite/gcc.target/i386/pr101617.c | 19 +++++ gcc/testsuite/gcc.target/i386/pr70321.c | 10 +++ gcc/testsuite/gcc.target/i386/sse4_1-stv-1.c | 18 +++++ 9 files changed, 223 insertions(+), 94 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr101617.c create mode 100644 gcc/testsuite/gcc.target/i386/pr70321.c create mode 100644 gcc/testsuite/gcc.target/i386/sse4_1-stv-1.c