This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from cdf4a39cf0 [AST] Check that GNU range case statements are correctly imported.
new b88e54aa8b [OpenMP][NVPTX] Enable default scheduling for parallel for i [...]
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/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 11 ++++++-----
test/OpenMP/nvptx_parallel_for_codegen.cpp | 26 ++++++++++++++++++++++++--
2 files changed, 30 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 master
in repository glibc.
from 5c81be5340 hurd: Fix race between calling RPC and handling a signal
new c6982f7efc Patch to require Python 3.4 or later to build glibc.
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 | 14 ++++++++++++++
INSTALL | 8 ++++----
NEWS | 2 +-
Rules | 7 -------
benchtests/Makefile | 7 -------
configure | 29 ++++++++++++++++++++---------
configure.ac | 18 ++++++------------
conform/Makefile | 6 ------
manual/Makefile | 2 +-
manual/install.texi | 8 ++++----
math/Makefile | 10 ----------
11 files changed, 50 insertions(+), 61 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 17219b94130 2018-10-29 Richard Biener <rguenther(a)suse.de>
new 8e3634b754f Introduce notion of VXWORKS_PERSONALITY
new 04f8cb3e69f Extract VXWORKS_NET_LIBS_RTP from VXWORKS_LIBS_RTP
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 | 11 +++++++++++
gcc/config/vxworks.h | 24 +++++++++++++++++++-----
2 files changed, 30 insertions(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allnoconfig
in repository toolchain/gcc.
from 757e6df5448 darwin - remove unused target hook.
adds 34d732b1a2e fix PR81033 and associated.
adds c03c80c9318 Daily bump.
adds c0bce4a7a86 2018-10-29 Richard Biener <rguenther(a)suse.de>
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 29 +++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/dwarf2out.c | 15 +++++++++++++--
gcc/final.c | 3 +++
gcc/tree-inline.c | 10 ++++++++--
5 files changed, 54 insertions(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allmodconfig
in repository toolchain/gcc.
from 757e6df5448 darwin - remove unused target hook.
adds 34d732b1a2e fix PR81033 and associated.
adds c03c80c9318 Daily bump.
adds c0bce4a7a86 2018-10-29 Richard Biener <rguenther(a)suse.de>
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 29 +++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/dwarf2out.c | 15 +++++++++++++--
gcc/final.c | 3 +++
gcc/tree-inline.c | 10 ++++++++--
5 files changed, 54 insertions(+), 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 clang.
from 67c63cb9f6 Add the isStaticLocal() AST matcher for matching on local st [...]
new b50c46c594 [OPENMP] Do not capture private loop counters.
new cdf4a39cf0 [AST] Check that GNU range case statements are correctly imported.
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:
include/clang/Parse/Parser.h | 2 +
include/clang/Sema/Sema.h | 4 +
lib/CodeGen/CGStmtOpenMP.cpp | 11 ++-
lib/Sema/SemaOpenMP.cpp | 106 +++++++++++++++++----
test/Import/switch-stmt/Inputs/F.cpp | 5 +
test/Import/switch-stmt/test.cpp | 11 +++
test/OpenMP/debug-info-openmp-array.cpp | 2 +-
test/OpenMP/parallel_for_codegen.cpp | 8 +-
test/OpenMP/taskloop_codegen.cpp | 2 +-
test/OpenMP/taskloop_firstprivate_messages.cpp | 7 +-
test/OpenMP/taskloop_reduction_codegen.cpp | 2 +-
.../OpenMP/taskloop_simd_firstprivate_messages.cpp | 3 +
12 files changed, 132 insertions(+), 31 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 2f8309e161c [OpenACC] Support C++ "this" in OpenACC directives
new 17219b94130 2018-10-29 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 | 9 +++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr87790.c | 19 +++++++++++++++++++
gcc/tree-vect-slp.c | 39 ++++++++++++++++++---------------------
4 files changed, 51 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr87790.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-allmodconfig
in repository toolchain/binutils-gdb.
from 866afbd2aa Automatic date update in version.in
adds fde907c18c Automatic date update in version.in
No new revisions were added by this update.
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.