This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 02460c0b8c9 Fix update_bb_profile_for_threading new 620a35b24a2 i386: Add STV support for DImode and SImode rotations by 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-features.cc | 116 +++++++++++++++++ gcc/config/i386/i386-features.h | 1 + gcc/testsuite/gcc.target/i386/rotate-6.c | 195 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/sse2-stv-1.c | 24 ++++ 4 files changed, 336 insertions(+) create mode 100644 gcc/testsuite/gcc.target/i386/rotate-6.c create mode 100644 gcc/testsuite/gcc.target/i386/sse2-stv-1.c