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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 4a5ee8aa3 0: update: binutils-gcc-linux: all
new d1dd583b1 0: update: binutils-gcc-linux: 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 (4a5ee8aa3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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:
01-reset_artifacts/console.log | 14 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11323 ++++++-------
04-build_abe-stage1/console.log | 19881 +++++++++++-----------
05-build_linux/console.log | 758 +-
06-boot_linux/console.log | 2 +-
console.log | 32416 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 32414 insertions(+), 32430 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 3bfcbd1be02 AMDGPU/GlobalISel: RegBankSelect for sendmsg/sendmsghalt
new c2568f10806 [GlobalISel]: Allow backends to custom legalize Intrinsics
new 860def304b2 GlobalISel: Verify G_MERGE_VALUES operand sizes
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/llvm/CodeGen/GlobalISel/LegalizerInfo.h | 5 +++++
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 4 ++++
lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 6 ++++++
lib/CodeGen/MachineVerifier.cpp | 10 +++++++++
test/MachineVerifier/test_g_merge_values.mir | 28 +++++++++++++++++++++++++
5 files changed, 53 insertions(+)
create mode 100644 test/MachineVerifier/test_g_merge_values.mir
--
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-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 8cf0b7e69 0: update: binutils-gcc-linux: all
new a5e92e596 0: update: binutils-gcc-linux: 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 (8cf0b7e69)
\
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:
01-reset_artifacts/console.log | 78 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 10809 ++++----
04-build_abe-stage1/console.log | 15508 ++++++-----
05-build_linux/console.log | 24588 +++++++++--------
06-boot_linux/console.log | 2 +-
console.log | 51419 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 51400 insertions(+), 51450 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 91dc12c934 [ASTImporter] Mark erroneous nodes in shared st
new 4d674fb766 [OPENMP]Fix handling of lambda captures in target regions.
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/Sema/Sema.h | 4 ++
lib/Sema/SemaExpr.cpp | 2 +
lib/Sema/SemaOpenMP.cpp | 97 +++++++++++++++-------------------
test/OpenMP/nvptx_lambda_capturing.cpp | 10 ++--
4 files changed, 55 insertions(+), 58 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 b82c63f999a GlobalISel: Implement lower for min/max
new 65d89fc1108 AMDGPU/GlobalISel: Legalize s16 fcmp
new 3bfcbd1be02 AMDGPU/GlobalISel: RegBankSelect for sendmsg/sendmsghalt
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:
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 10 +-
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 32 +-
test/CodeGen/AMDGPU/GlobalISel/legalize-fcmp.mir | 321 ++++++++++++++++-----
.../GlobalISel/regbankselect-amdgcn.s.sendmsg.mir | 32 ++
.../regbankselect-amdgcn.s.sendmsghalt.mir | 32 ++
5 files changed, 354 insertions(+), 73 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.s.sendmsg.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-amdgcn.s.sendmsghalt.mir
--
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 compiler-rt.
from 9e72c2731 [TSan] Attempt to fix linker error for Linux on AArch64
new 65810c2e1 [TSan] Improve handling of stack pointer mangling in {set,lon [...]
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/tsan/rtl/tsan_interceptors.cc | 11 ++++-------
lib/tsan/rtl/tsan_rtl.h | 1 -
2 files changed, 4 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.