This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 700d457295a build: Fix 32-bit TLS detection with 64-bit-default gas on [...] new cfbbceed1da fix build of targets not implementing add_stmt_cost new 59e4474a22c i386: Use int_nonimmediate_operand more new 6d938a5d770 match.pd: Optimize (((type)A * B) >> prec) != 0 into __imag [...] new 7f916201ac3 x86: Fix *vec_dupv4hi constraints [PR94942] new 144aee70b80 match.pd: Canonicalize (x + (x << cst)) into (x * cst2) [PR94800]
The 5 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/i386/i386.md | 23 +++---- gcc/config/i386/mmx.md | 4 +- gcc/match.pd | 56 +++++++++++++++ gcc/targhooks.h | 3 +- gcc/testsuite/ChangeLog | 14 ++++ .../gcc.dg/tree-ssa/{popcount4.c => popcount5.c} | 8 +-- .../gcc.dg/tree-ssa/{popcount4l.c => popcount5l.c} | 14 ++-- .../tree-ssa/{popcount4ll.c => popcount5ll.c} | 7 +- gcc/testsuite/gcc.dg/tree-ssa/pr94800.c | 80 ++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr94914.c | 17 +++++ gcc/testsuite/gcc.target/i386/pr94942.c | 24 +++++++ 12 files changed, 242 insertions(+), 30 deletions(-) copy gcc/testsuite/gcc.dg/tree-ssa/{popcount4.c => popcount5.c} (83%) copy gcc/testsuite/gcc.dg/tree-ssa/{popcount4l.c => popcount5l.c} (77%) copy gcc/testsuite/gcc.dg/tree-ssa/{popcount4ll.c => popcount5ll.c} (81%) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr94800.c create mode 100644 gcc/testsuite/gcc.target/i386/pr94914.c create mode 100644 gcc/testsuite/gcc.target/i386/pr94942.c