This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3d2337c 2015-12-18 Paul Thomas pault@gcc.gnu.org new 651e040 S/390: Simplify vector conditionals new a991c8a S/390: Turn constm1_operand into all_ones_operand new 050a2b4 [AArch64] PR rtl-optimization/68796 Add compare-of-zero_extra [...] new 8fd7212 gcc/
The 4 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 | 30 ++++++++++ gcc/config/aarch64/aarch64-protos.h | 1 + gcc/config/aarch64/aarch64.c | 19 +++++- gcc/config/aarch64/aarch64.md | 22 +++++++ gcc/config/s390/predicates.md | 7 ++- gcc/config/s390/s390.c | 65 +++++++++++++++++---- gcc/config/s390/vector.md | 16 +++--- gcc/testsuite/ChangeLog | 16 ++++++ gcc/testsuite/gcc.target/aarch64/tst_3.c | 12 ++++ .../avx-additional-reg-names.c => aarch64/tst_4.c} | 11 ++-- gcc/testsuite/gcc.target/i386/pr68956.c | 67 ++++++++++++++++++++++ gcc/testsuite/gcc.target/s390/vcond-shift.c | 61 ++++++++++++++++++++ gcc/tree-vect-stmts.c | 4 +- 13 files changed, 300 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/tst_3.c copy gcc/testsuite/gcc.target/{i386/avx-additional-reg-names.c => aarch64/tst_4.c} (51%) create mode 100644 gcc/testsuite/gcc.target/i386/pr68956.c create mode 100644 gcc/testsuite/gcc.target/s390/vcond-shift.c