This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-4_9-branch
in repository gcc.
from 1ec1cdb Backported from mainline 2016-07-11 Jakub Jelinek <jakub@ [...]
new 2c7ecd6 Backported from mainline 2016-07-18 Jakub Jelinek <jakub@ [...]
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/cp/ChangeLog | 8 ++++++++
gcc/cp/typeck.c | 3 +--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/ext/vector31.C | 29 +++++++++++++++++++++++++++++
4 files changed, 43 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/vector31.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 3666281 Style: drop some unnecessary ';' [NFC]
new 0f7fca9 [InstCombine] Minor cleanup of cast simplification code [NFC]
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/InstCombine/InstCombineAndOrXor.cpp | 29 +++++++++--
lib/Transforms/InstCombine/InstCombineCasts.cpp | 60 +++++-----------------
lib/Transforms/InstCombine/InstCombineInternal.h | 47 +++++++++++++----
3 files changed, 76 insertions(+), 60 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 newlib.
from 642c480 Fix typo
new 1a988fc Handle WinFSP nobody account
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:
winsup/cygwin/uinfo.cc | 28 ++++++++++++++++++++++++++++
1 file changed, 28 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 gcc-4_9-branch
in repository gcc.
from 18f21bd Daily bump.
new 1ec1cdb Backported from mainline 2016-07-11 Jakub Jelinek <jakub@ [...]
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 | 8 ++++++++
gcc/omp-low.c | 8 +++++++-
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/c-c++-common/gomp/pr71758.c | 10 ++++++++++
gcc/testsuite/gfortran.dg/gomp/pr71758.f90 | 10 ++++++++++
5 files changed, 44 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr71758.c
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr71758.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 llvm.
from 87a7905 AVX-512: Fixed BT instruction selection.
new 3666281 Style: drop some unnecessary ';' [NFC]
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:
include/llvm/IR/Function.h | 2 +-
include/llvm/IR/InstrTypes.h | 4 ++--
include/llvm/IR/Instructions.h | 8 ++++----
3 files changed, 7 insertions(+), 7 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 gcc-5-branch
in repository gcc.
from e060fad Daily bump.
new dea1e77 Backported from mainline 2016-07-11 Jakub Jelinek <jakub@ [...]
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 | 8 ++++++++
gcc/omp-low.c | 8 +++++++-
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/c-c++-common/gomp/pr71758.c | 10 ++++++++++
gcc/testsuite/gfortran.dg/gomp/pr71758.f90 | 10 ++++++++++
5 files changed, 44 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr71758.c
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr71758.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 binutils-gdb.
from 59f48f5 Update PC when simulate break instruction.
new ace667e ld: Restore file offset after a plugin fails to claim a file
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:
ld/ChangeLog | 12 +++++++
ld/plugin.c | 5 +++
ld/testplug.c | 41 ++++++++++++++++++++++
.../ld-plugin/{plugin-13.d => plugin-30.d} | 9 +++--
ld/testsuite/ld-plugin/plugin.exp | 7 +++-
5 files changed, 68 insertions(+), 6 deletions(-)
copy ld/testsuite/ld-plugin/{plugin-13.d => plugin-30.d} (82%)
--
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 gcc-6-branch
in repository gcc.
from b22ebff [gcc] 2016-07-18 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new c9cb6e7 Backported from mainline 2016-07-07 Jakub Jelinek <jakub@ [...]
new 8bd7568 Backported from mainline 2016-07-18 Jakub Jelinek <jakub@ [...]
new fef520d Backported from mainline 2016-07-18 Jakub Jelinek <jakub@ [...]
new a42418a Backported from mainline 2016-07-18 Jakub Jelinek <jakub@ [...]
new d54041c Backported from mainline 2016-07-18 Jakub Jelinek <jakub@ [...]
The 5 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/cp/ChangeLog | 29 ++++++++++++++++++++++++++++
gcc/cp/call.c | 7 +++++--
gcc/cp/constexpr.c | 13 +++++++++++++
gcc/cp/cp-gimplify.c | 12 +++++++++++-
gcc/cp/typeck.c | 3 +--
gcc/testsuite/ChangeLog | 25 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/conversion/ambig3.C | 13 +++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-71828.C | 5 +++++
gcc/testsuite/g++.dg/cpp0x/pr70869.C | 25 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/pr71054.C | 21 ++++++++++++++++++++
gcc/testsuite/g++.dg/ext/vector31.C | 29 ++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/template/defarg21.C | 21 ++++++++++++++++++++
12 files changed, 198 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/conversion/ambig3.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-71828.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr70869.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr71054.C
create mode 100644 gcc/testsuite/g++.dg/ext/vector31.C
create mode 100644 gcc/testsuite/g++.dg/template/defarg21.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 106ac76 [gcc] 2016-07-18 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 7199af3 2016-07-19 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 | 8 ++++++++
gcc/lto-streamer-out.c | 6 +++++-
gcc/tree-streamer-out.c | 7 +++++--
3 files changed, 18 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 clang-tools-extra.
from c4966ed clang-rename: fix referenced variable in vim-script
new 6dee590 [clang-rename] add support for overridden functions
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:
clang-rename/USRFindingAction.cpp | 144 +++++++++++++++++++++++++++-----------
1 file changed, 102 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.