This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 40a35c5 2016-02-29 Bill Schmidt wschmidt@linux.vnet.ibm.com new bb11483 gensupport: Fix define_subst operand renumbering. new e84de99 S/390: Use enabled attribute overrides to disable alternatives. new 6191f2a S/390: Get rid of Y constraint in rotate patterns. new 6813256 S/390: Get rid of Y constraint in left and logical right shi [...] new 07e404a S/390: Get rid of Y constraint in arithmetic right shift patterns. new ad67055 S/390: Get rid of Y constraint in tabort. new abd3f11 S/390: Get rid of Y constraint in vector.md. new defae54 S/390: Use define_subst for the setmem patterns. new a25e52e S/390: Disallow SImode in s390_decompose_address
The 9 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 | 110 +++++++++ gcc/config/s390/constraints.md | 9 + gcc/config/s390/predicates.md | 10 + gcc/config/s390/s390.c | 31 ++- gcc/config/s390/s390.md | 530 ++++++++++++++--------------------------- gcc/config/s390/subst.md | 147 ++++++++++++ gcc/config/s390/vector.md | 125 +++++----- gcc/gensupport.c | 45 ++-- 8 files changed, 561 insertions(+), 446 deletions(-) create mode 100644 gcc/config/s390/subst.md