This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 73a229c nds32: constify ptr_arg
new b596680 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 gdb-7.11-branch
in repository binutils-gdb.
from 8e6238a Automatic date update in version.in
new 8477a10 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 binutils-2_26-branch
in repository binutils-gdb.
from d03b4d7 Automatic date update in version.in
new 494b686 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 lld.
from 9879ad4 Add a missing REQUIRES.
new 98c8d97 add missing REQUIRES
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:
test/ELF/aarch64-tls-ie.s | 1 +
1 file changed, 1 insertion(+)
--
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 5f4019e * expr.c (move_by_pieces_d::generate): Mark mode parameter w [...]
new 78f2791 PR target/71389 * config/i386/i386.c (ix86_avx256_split_vec [...]
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/i386/i386.c | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr71389.C | 23 +++++++++++++++++++++++
4 files changed, 44 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr71389.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 llvm.
from 4c21dbd Add safety check to InstCombiner::commonIRemTransforms
new 196d83e LICM: Don't sink stores out of loops that may throw.
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:
lib/Transforms/Scalar/LICM.cpp | 10 ++++
test/Transforms/LICM/scalar_promote-unwind.ll | 71 +++++++++++++++++++++++++++
2 files changed, 81 insertions(+)
create mode 100644 test/Transforms/LICM/scalar_promote-unwind.ll
--
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 llvm.
from ca2ccc3 [Internalize] Test that __stack_chk_{guard, fail} are not int [...]
new 87dbdbf Fix deadlock in ThreadPool unittest.
new 1416aa2 Add test case for InstCombiner::commonIRemTransforms; NFC
new 4c21dbd Add safety check to InstCombiner::commonIRemTransforms
The 3 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:
.../InstCombine/InstCombineMulDivRem.cpp | 13 +-
test/Transforms/InstCombine/rem.ll | 139 +++++++++++++++++++++
unittests/Support/ThreadPool.cpp | 2 +-
3 files changed, 151 insertions(+), 3 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 c589960 2016-06-05 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 5f4019e * expr.c (move_by_pieces_d::generate): Mark mode parameter w [...]
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 | 5 +++++
gcc/expr.c | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
--
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 binutils-gdb.
from 1704fca Automatic date update in version.in
new 73a229c nds32: constify ptr_arg
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:
gas/ChangeLog | 5 +++++
gas/config/tc-nds32.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
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 d0eb778 Protect allocator-overloads of tuple-from-tuple constructors [...]
new d442ddc 2016-06-05 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new c589960 2016-06-05 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 +++++++
gcc/fortran/io.c | 3 +++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/fmt_read_5.f | 8 ++++++++
4 files changed, 23 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/fmt_read_5.f
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.