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-master-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards df11ca18a linux-34ae657246154f095288059157e722ccf69f3b63: all
new 5e9bade99 binutils-16bfc2f9705b40a11052f465b83fea2ec0904ce5: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (df11ca18a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
1-reset_artifacts/console.log | 18 +-
2-prepare_abe/console.log | 16 +-
3-build_abe-binutils/console.log | 4629 +++---
4-build_abe-stage1/console.log | 6015 ++++----
5-count_linux_objs/console.log | 16762 ++++++++++----------
console.log | 30372 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 28923 insertions(+), 28911 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 openacc-gcc-8-branch
in repository gcc.
from 745d3a19c63 Remove libgomp.oacc-c-c++-common/lib-43.c, libgomp.oacc-c-c [...]
new cf92d62a575 [og8] Ensure that optional-arguments check is specific to Fortran
new e64803f25a2 [og8] Allow optional arguments to be used in the use_device [...]
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.openacc | 12 ++++++++
gcc/omp-general.c | 7 ++++-
gcc/omp-low.c | 77 ++++++++++++++++++++++++++++++++++++++++++++++++---
3 files changed, 91 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-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 58c789f8f linux-4aa9fc2a435abe95a1e8d7f8c7b3d6356514b37a: all
new 950899c7d linux-af0c9af1b3f66052c369d08be3f60fa9a9559e48: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (58c789f8f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
1-reset_artifacts/console.log | 14 +-
2-prepare_abe/console.log | 14 +-
3-build_abe-binutils/console.log | 3331 +++++++--------
4-build_abe-stage1/console.log | 4708 +++++++++++-----------
5-count_linux_objs/console.log | 139 +-
console.log | 8228 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 4 +-
10 files changed, 8296 insertions(+), 8156 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 a5f6431c50 [WebAssembly] Add bulk memory target feature
new 3145176684 [CUDA] Propagate detected version of CUDA to cc1
new 6a79c4432e [CUDA] add support for the new kernel launch API in CUDA-9.2+.
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/Basic/Cuda.h | 15 +++-
include/clang/Basic/DiagnosticSemaKinds.td | 2 +-
include/clang/Basic/TargetOptions.h | 5 ++
include/clang/Sema/Sema.h | 5 ++
lib/Basic/Cuda.cpp | 46 ++++++++++++
lib/CodeGen/CGCUDANV.cpp | 110 +++++++++++++++++++++++++++--
lib/Driver/ToolChains/Clang.cpp | 16 ++++-
lib/Driver/ToolChains/Cuda.cpp | 6 +-
lib/Headers/__clang_cuda_runtime_wrapper.h | 10 +++
lib/Sema/SemaCUDA.cpp | 19 ++++-
lib/Sema/SemaDecl.cpp | 7 +-
test/CodeGenCUDA/Inputs/cuda.h | 13 +++-
test/CodeGenCUDA/device-stub.cu | 65 +++++++++++++----
test/CodeGenCUDA/kernel-args-alignment.cu | 16 +++--
test/CodeGenCUDA/kernel-call.cu | 17 +++--
test/Driver/cuda-detect.cu | 22 ++++++
test/Driver/cuda-simple.cu | 6 +-
test/SemaCUDA/Inputs/cuda.h | 14 +++-
test/SemaCUDA/config-type.cu | 8 ++-
unittests/ASTMatchers/ASTMatchersTest.h | 4 +-
20 files changed, 354 insertions(+), 52 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 zorg.
from 6ba72182 Build llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast and ll [...]
new c3057431 Allow old toolchain on sanitizer-windows
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:
zorg/buildbot/builders/annotated/sanitizer-windows.py | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 3894802e4 gcc-8c28f0efefea6a4c18c659816b064c9aa93660b1: all
new 9ea1608af binutils-16bfc2f9705b40a11052f465b83fea2ec0904ce5: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3894802e4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
1-reset_artifacts/console.log | 14 +-
3-build_abe-binutils/console.log | 3587 ++++----
4-build_abe-stage1/console.log | 3877 +++++----
5-count_linux_objs/console.log | 9155 ++++++++++----------
console.log | 16559 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
9 files changed, 16695 insertions(+), 16517 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 llvm.
from b480414e1d0 [EarlyCSE & MSSA] Cleanup special handling for removing Mem [...]
new e0c702bbe85 Fix compilation error with GCC after r352791.
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/DerivedTypes.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.