This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 591fa69 Revert r347799: Add omp_get_device_num() and update other device API
new b0a4d9c [OPENMP][NVPTX]Make runtime compatible with the original runtime.
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:
libomptarget/deviceRTLs/nvptx/src/loop.cu | 215 +++++++++----------------
libomptarget/deviceRTLs/nvptx/src/parallel.cu | 4 +-
libomptarget/deviceRTLs/nvptx/src/reduction.cu | 3 +-
libomptarget/deviceRTLs/nvptx/src/sync.cu | 15 +-
libomptarget/deviceRTLs/nvptx/src/task.cu | 9 +-
5 files changed, 87 insertions(+), 159 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-arm-lts-allyesconfig
in repository toolchain/binutils-gdb.
from 637d905555 Automatic date update in version.in
adds 081de957bc Automatic date update in version.in
adds 0f494b0143 PR23937, powerpc64le local ifunc IRELATIVE relocs are wrong
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 6 ++++
bfd/elf64-ppc.c | 3 +-
bfd/version.h | 2 +-
ld/ChangeLog | 6 ++++
ld/testsuite/ld-powerpc/powerpc.exp | 1 +
ld/testsuite/ld-powerpc/pr23937.d | 10 ++++++
ld/testsuite/ld-powerpc/pr23937.s | 65 +++++++++++++++++++++++++++++++++++++
7 files changed, 91 insertions(+), 2 deletions(-)
create mode 100644 ld/testsuite/ld-powerpc/pr23937.d
create mode 100644 ld/testsuite/ld-powerpc/pr23937.s
--
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 e131c631f67 2018-11-30 Edward Smith-Rowland <3dw4rd(a)verizon.net>
new 6a0dba3cee4 Initialize backtrace state once
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:
libgfortran/ChangeLog | 6 ++++++
libgfortran/runtime/backtrace.c | 12 ++++++++----
2 files changed, 14 insertions(+), 4 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-8-branch
in repository gcc.
from 9dfeb75e41a Daily bump.
new fef17d16eff Initialize backtrace state once
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:
libgfortran/ChangeLog | 7 +++++++
libgfortran/runtime/backtrace.c | 12 ++++++++----
2 files changed, 15 insertions(+), 4 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 lld.
from 74aaca8a6 [WebAssembly] Allow undefined symbols when building shared libraries
new e28d90a4b Do not assume .idata is zero-initialized.
new ac0f9ecc2 [PDB] Quote linker arguments containing spaces (mimic MSVC)
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:
COFF/Chunks.cpp | 1 +
COFF/DLL.cpp | 2 ++
COFF/PDB.cpp | 28 +++++++++++++++++++++++++++-
test/COFF/export.test | 9 +++++++++
test/COFF/pdb-linker-module.test | 4 ++--
5 files changed, 41 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 c11bc7c2fb1 The remainder of the Pre-emptively support P0646R1 for std [...]
new e131c631f67 2018-11-30 Edward Smith-Rowland <3dw4rd(a)verizon.net>
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:
libstdc++-v3/ChangeLog | 23 ++++++++++
libstdc++-v3/include/bits/basic_string.h | 52 ++++++++++++++++++++++
libstdc++-v3/include/std/string_view | 33 +++++++++++++-
.../{erasure.cc => operations/ends_with/char/1.cc} | 47 ++++++++++---------
.../ends_with/wchar_t/1.cc} | 47 ++++++++++---------
.../starts_with/char/1.cc} | 47 ++++++++++---------
.../starts_with/wchar_t/1.cc} | 47 ++++++++++---------
.../operations/ends_with/char/1.cc} | 32 ++++++++++---
.../operations/ends_with/wchar_t/1.cc} | 32 ++++++++++---
.../operations/starts_with/char/1.cc} | 32 ++++++++++---
.../operations/starts_with/wchar_t/1.cc} | 32 ++++++++++---
11 files changed, 299 insertions(+), 125 deletions(-)
copy libstdc++-v3/testsuite/21_strings/basic_string/{erasure.cc => operations/ends [...]
copy libstdc++-v3/testsuite/21_strings/basic_string/{erasure.cc => operations/ends [...]
copy libstdc++-v3/testsuite/21_strings/basic_string/{erasure.cc => operations/star [...]
copy libstdc++-v3/testsuite/21_strings/basic_string/{erasure.cc => operations/star [...]
copy libstdc++-v3/testsuite/{20_util/assume_aligned/2_neg.cc => 21_strings/basic_s [...]
copy libstdc++-v3/testsuite/{20_util/assume_aligned/2_neg.cc => 21_strings/basic_s [...]
copy libstdc++-v3/testsuite/{20_util/assume_aligned/2_neg.cc => 21_strings/basic_s [...]
copy libstdc++-v3/testsuite/{20_util/assume_aligned/2_neg.cc => 21_strings/basic_s [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.