This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b88e54aa8b [OpenMP][NVPTX] Enable default scheduling for parallel for i [...]
new d24c5921e8 [OpenMP][NVPTX] Use single loops when generating code for di [...]
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/clang/AST/StmtOpenMP.h | 36 +++-
lib/AST/StmtOpenMP.cpp | 12 ++
lib/CodeGen/CGOpenMPRuntime.cpp | 12 ++
lib/CodeGen/CGOpenMPRuntime.h | 16 +-
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 9 +-
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 2 +-
lib/CodeGen/CGStmtOpenMP.cpp | 116 ++++++++---
lib/Sema/SemaOpenMP.cpp | 17 +-
lib/Serialization/ASTReaderStmt.cpp | 2 +
lib/Serialization/ASTWriterStmt.cpp | 2 +
test/OpenMP/distribute_parallel_for_codegen.cpp | 220 ++++++++++++---------
.../distribute_parallel_for_simd_codegen.cpp | 220 ++++++++++++---------
...arget_teams_distribute_parallel_for_codegen.cpp | 78 +++++++-
13 files changed, 529 insertions(+), 213 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 04f8cb3e69f Extract VXWORKS_NET_LIBS_RTP from VXWORKS_LIBS_RTP
new 73d0ba07a30 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 | 6 +++
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/gcc.dg/torture/20181029-1.c | 81 +++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/20181029-2.c | 19 ++++++++
gcc/tree-vect-slp.c | 3 +-
5 files changed, 114 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/20181029-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/20181029-2.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-lts-defconfig
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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6b8000447a6 [git/svn] Ignore Visual Studio's CMakeSettings.json.
new ef885d5463d [LLVM-C] Add Builder Bindings to Common Memory Intrinsics
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-c/Core.h | 29 +++++++++++++++++++++++++++++
lib/IR/Core.cpp | 24 ++++++++++++++++++++++++
2 files changed, 53 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 newlib.
from af85fdd73 Cygwin: Fix cygheap corruption caused by cloned atomic buffer
new 2bbe8697d Cygwin: fix memory corruption/SEGV if certain socket functions fail
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/fhandler_socket_inet.cc | 2 +-
winsup/cygwin/fhandler_socket_local.cc | 3 +--
winsup/cygwin/fhandler_socket_unix.cc | 1 -
winsup/cygwin/net.cc | 12 ++----------
winsup/cygwin/release/2.11.2 | 4 ++++
5 files changed, 8 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.