This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from cb7ccda 2015-12-18 Richard Biener <rguenther(a)suse.de>
new 04a6025 * c-c++-common/attr-simd-3.c: Requires pthreads.
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/c-c++-common/attr-simd-3.c | 1 +
2 files changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0836477 IRA: Fix % constraint modifier handling on disabled alternatives.
new cb7ccda 2015-12-18 Richard Biener <rguenther(a)suse.de>
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/ChangeLog | 10 +++
gcc/testsuite/ChangeLog | 6 ++
.../gcc.dg/vect/vect-widen-mult-const-s16.c | 2 +-
.../gcc.dg/vect/vect-widen-mult-const-u16.c | 2 +-
gcc/tree-vect-patterns.c | 72 ++++++++++++----------
5 files changed, 56 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a9171b8 gcc/
new fee9fc9 S/390: Allow to use r2 to r4 as literal pool base.
new 0836477 IRA: Fix % constraint modifier handling on disabled alternatives.
The 2 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 | 10 ++++++++++
gcc/config/s390/s390.c | 13 ++++++++++---
gcc/ira.c | 14 ++++++++------
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/s390/litpool-r3-1.c | 16 ++++++++++++++++
5 files changed, 48 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/litpool-r3-1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8fd7212 gcc/
new a9171b8 gcc/
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/ChangeLog | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr68906.c | 24 ++++++++++++++++++++++++
gcc/tree-ssa-loop-unswitch.c | 4 ++--
4 files changed, 37 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr68906.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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(a)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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3bd8520 S/390: Deprecate g5 and g6 CPU levels
new 3d2337c 2015-12-18 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 +++++
gcc/fortran/expr.c | 2 +-
gcc/fortran/trans-array.c | 5 ++--
gcc/testsuite/ChangeLog | 7 ++++-
gcc/testsuite/gfortran.dg/proc_ptr_48.f90 | 50 +++++++++++++++++++++++++++++++
5 files changed, 67 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_48.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 95ec1e8 Add myself to MAINTAINERS (Write After Approval)
new 3bd8520 S/390: Deprecate g5 and g6 CPU levels
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/ChangeLog | 14 ++++++++++
gcc/config/s390/driver-native.c | 3 +--
gcc/config/s390/s390.c | 41 ++++++++++++++++++++++++++----
gcc/config/s390/s390.h | 2 +-
gcc/doc/invoke.texi | 14 +++++-----
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.target/s390/hotpatch-8.c | 2 +-
gcc/testsuite/gcc.target/s390/hotpatch-9.c | 2 +-
8 files changed, 65 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d848f9f Update typedefs for integer types in config/i386/djgpp-stdint.h
new 95ec1e8 Add myself to MAINTAINERS (Write After Approval)
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:
ChangeLog | 4 ++++
MAINTAINERS | 1 +
2 files changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 444b690 Add *-*-msdosdjgpp to lists of i[34567]86-*-* soft-fp targets
new d848f9f Update typedefs for integer types in config/i386/djgpp-stdint.h
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/ChangeLog | 4 ++++
gcc/config/i386/djgpp-stdint.h | 22 +++++++++++-----------
2 files changed, 15 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d98ee67 [DJGPP] Update config/os/djgpp/error_constants.h
new b767924 Specify that DJGPP do not have mmap even when sys/mman.h exists
new 444b690 Add *-*-msdosdjgpp to lists of i[34567]86-*-* soft-fp targets
The 2 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:
libbacktrace/ChangeLog | 5 +++++
libbacktrace/configure | 3 ++-
libbacktrace/configure.ac | 3 ++-
libgcc/ChangeLog | 5 +++++
libgcc/config.host | 1 +
5 files changed, 15 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.