This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9244ea4bf55 Snap subrange boundries to bitmask constraints. new 2c30f828e45 x86: Enable separate shrink wrapping
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-protos.h | 7 + gcc/config/i386/i386.cc | 332 ++++++++++++++++++--- gcc/config/i386/i386.h | 4 + gcc/config/i386/i386.md | 22 ++ .../g++.target/i386/shrink_wrap_separate.C | 25 ++ gcc/testsuite/gcc.target/i386/avx10_2-comibf-1.c | 2 +- gcc/testsuite/gcc.target/i386/interrupt-16.c | 4 +- .../i386/shrink_wrap_separate_check_lea.c | 29 ++ .../gcc.target/x86_64/abi/callabi/leaf-2.c | 2 +- gcc/testsuite/gfortran.dg/guality/arg1.f90 | 2 +- 10 files changed, 379 insertions(+), 50 deletions(-) create mode 100644 gcc/testsuite/g++.target/i386/shrink_wrap_separate.C create mode 100644 gcc/testsuite/gcc.target/i386/shrink_wrap_separate_check_lea.c