This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4e417eea8f3 [PR testsuite/102857] Tweak ssa-dom-thread-7.c for aarch64. new 6b8b2557557 x86_64: Implement V1TI mode shifts/rotates by a constant
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/config/i386/i386-expand.c | 163 ++++++++++++++++++ gcc/config/i386/i386-protos.h | 2 + gcc/config/i386/sse.md | 44 +++++ gcc/testsuite/gcc.target/i386/sse2-v1ti-shift.c | 212 ++++++++++++++++++++++++ 4 files changed, 421 insertions(+) create mode 100644 gcc/testsuite/gcc.target/i386/sse2-v1ti-shift.c