This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d8cca92 * lib/target-supports.exp (check_effective_target_cilkplus): [...]
new afc907e (check_effective_target_cilkplus): Remove special case for NVPTX.
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 | 1 +
gcc/testsuite/lib/target-supports.exp | 5 -----
2 files changed, 1 insertion(+), 5 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 8427dff [gcc] 2016-01-04 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 09c7d59 2016-01-04 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new d8cca92 * lib/target-supports.exp (check_effective_target_cilkplus): [...]
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 | 3 +++
gcc/config/rs6000/rs6000-cpus.def | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/lib/target-supports.exp | 4 ++++
4 files changed, 13 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 bd3f0a5 * update-copyright.py (GCCCopyright): Add NVIDIA Corporation [...]
new 8427dff [gcc] 2016-01-04 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 24 +++++++
gcc/config/rs6000/altivec.md | 97 ++++++++++++++++-----------
gcc/config/rs6000/constraints.md | 3 +-
gcc/config/rs6000/rs6000.c | 8 ++-
gcc/config/rs6000/rs6000.h | 1 +
gcc/doc/md.texi | 7 +-
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/powerpc/p9-permute.c | 20 ++++++
8 files changed, 123 insertions(+), 42 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/p9-permute.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 f171736 Update copyright years.
new bd3f0a5 * update-copyright.py (GCCCopyright): Add NVIDIA Corporation [...]
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:
contrib/ChangeLog | 5 +++++
contrib/update-copyright.py | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
mode change 100644 => 100755 contrib/update-copyright.py
--
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 hjl/pr68991/master
in repository gcc.
discards 24dd1e6 Verify alignment in *mov<mode>_internal
discards 7b5741b Disable ix86_legitimate_combined_insn
discards a2b95d5 Don't use Bm constraint in SSE *mov<mode>_internal
discards 7791244 Use vector_operand on SSE with 16b memory operand
discards b4a2a1e Add vector_memory_operand and "Bm" constraint
adds f006b2a 2016-01-04 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
adds 6b5c028 PR target/69072 * config/sparc/sparc.c (scan_record_type): [...]
adds b8f4a5f PR target/69100 * config/sparc/sparc.h (FUNCTION_ARG_REGNO_ [...]
adds 65aafe2 * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat al [...]
adds d7d6a3a PR c/68908 * c-typeck.c (build_atomic_assign): Improve comm [...]
adds 2355cca gcc/ * gcc.c (process_command): Update copyright notice date [...]
new 0972775 Add vector_memory_operand and "Bm" constraint
new 914a2fa Use vector_operand on SSE with 16b memory operand
new 88b1344 Don't use Bm constraint in SSE *mov<mode>_internal
new 0c6160b Remove ix86_legitimate_combined_insn
new 50034f0 Remove ssememalign
new 839daa9 Verify alignment in *mov<mode>_internal
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (24dd1e6)
\
N -- N -- N refs/heads/hjl/pr68991/master (839daa9)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 6 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 | 38 +
gcc/ada/ChangeLog | 5 +
gcc/ada/gnat_rm.texi | 2 +-
gcc/ada/gnat_ugn.texi | 2 +-
gcc/c/ChangeLog | 6 +
gcc/c/c-typeck.c | 116 +-
gcc/config/arm/arm.c | 5 +-
gcc/config/i386/i386.c | 100 +-
gcc/config/i386/i386.md | 7 -
gcc/config/i386/sse.md | 40 -
gcc/config/sparc/sparc.c | 36 +-
gcc/config/sparc/sparc.h | 5 +-
gcc/doc/cpp.texi | 2 +-
gcc/doc/cppinternals.texi | 4 +-
gcc/doc/gcc.texi | 2 +-
gcc/doc/gccint.texi | 2 +-
gcc/doc/gcov.texi | 2 +-
gcc/doc/install.texi | 16 +-
gcc/doc/invoke.texi | 2 +-
gcc/fortran/ChangeLog | 3029 +-------------------
gcc/fortran/{ChangeLog => ChangeLog-2015} | 8 +-
gcc/fortran/gfc-internals.texi | 2 +-
gcc/fortran/gfortran.texi | 2 +-
gcc/fortran/gfortranspec.c | 4 +-
gcc/fortran/intrinsic.texi | 2 +-
gcc/fortran/invoke.texi | 4 +-
gcc/gcc.c | 4 +-
gcc/gcov-dump.c | 4 +-
gcc/gcov-tool.c | 4 +-
gcc/gcov.c | 4 +-
gcc/gengtype.c | 4 +-
gcc/go/ChangeLog | 6 +-
gcc/go/gccgo.texi | 2 +-
gcc/java/ChangeLog | 6 +-
gcc/java/gcj.texi | 2 +-
gcc/java/jcf-dump.c | 4 +-
gcc/testsuite/ChangeLog | 15 +
gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-6.c | 54 +
gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-7.c | 34 +
gcc/testsuite/gcc.dg/atomic/stdatomic-op-5.c | 141 +
gcc/testsuite/gcc.target/sparc/20160104-1.c | 16 +
gcc/testsuite/gcc.target/sparc/20160104-2.c | 11 +
libgomp/ChangeLog | 10 +
libgomp/libgomp.texi | 2 +-
libitm/ChangeLog | 10 +
libitm/libitm.texi | 2 +-
libjava/ChangeLog | 69 +-
libjava/{ChangeLog => ChangeLog-2015} | 5 -
.../gnu/java/rmi/registry/RegistryImpl.java | 4 +-
.../tools/gnu/classpath/tools/orbd/Main.java | 4 +-
libjava/gnu/gcj/convert/Convert.java | 4 +-
libjava/gnu/gcj/tools/gcj_dbtool/Main.java | 4 +-
libquadmath/ChangeLog | 10 +
libquadmath/libquadmath.texi | 2 +-
54 files changed, 555 insertions(+), 3325 deletions(-)
copy gcc/fortran/{ChangeLog => ChangeLog-2015} (99%)
create mode 100644 gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-6.c
create mode 100644 gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-7.c
create mode 100644 gcc/testsuite/gcc.dg/atomic/stdatomic-op-5.c
create mode 100644 gcc/testsuite/gcc.target/sparc/20160104-1.c
create mode 100644 gcc/testsuite/gcc.target/sparc/20160104-2.c
copy libjava/{ChangeLog => ChangeLog-2015} (93%)
--
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 65aafe2 * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat al [...]
new d7d6a3a PR c/68908 * c-typeck.c (build_atomic_assign): Improve comm [...]
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/c/ChangeLog | 6 +
gcc/c/c-typeck.c | 116 ++++++++++++++++---
gcc/testsuite/ChangeLog | 7 ++
gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-6.c | 54 +++++++++
gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-7.c | 34 ++++++
gcc/testsuite/gcc.dg/atomic/stdatomic-op-5.c | 141 ++++++++++++++++++++++++
6 files changed, 343 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-6.c
create mode 100644 gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-7.c
create mode 100644 gcc/testsuite/gcc.dg/atomic/stdatomic-op-5.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.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance-arbitrary
in repository toolchain/abe.
from d34938c WIP: Install less packages
new f2a3532 Revert "Enquote sysroot"
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:
config/bench/lava/host-session | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.