This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 3dd525c737 llvm-29a710be6a3390a838e1f4f07296ed1132811849: all
new 0217046a42 linux-d47e3da1759230e394096fd742aad423c291ba48: 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 (3dd525c737)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 69 +-
2-build_llvm/console.log | 9087 ++++++++++++++++++------------------
3-count_linux_objs/console.log | 217 +-
3-count_linux_objs/kernel.release | 2 +-
console.log | 9277 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
9 files changed, 9210 insertions(+), 9464 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/llvm-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards aa95615d74 linux-d47e3da1759230e394096fd742aad423c291ba48: 18106
new 6350f308cb llvm-98ebe7460199b9cd79eb562b5e8705ad28f5513f: 18106
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 (aa95615d74)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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-build_llvm/console.log | 5202 ++++++++++++++++----------------
3-count_linux_objs/console.log | 1084 +++----
console.log | 6370 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
8 files changed, 6268 insertions(+), 6424 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 f2e3c262157 GlobalISel: Implement fewerElementsVector for shifts
new df01cb5e337 [DAGCombiner] fold add/sub with bool operand based on targe [...]
new d850ba3107c [HotColdSplit] With PGO add profile entry metadata to split [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 19 ++++++++++--
lib/Transforms/IPO/HotColdSplitting.cpp | 13 ++++++--
test/CodeGen/PowerPC/bool-math.ll | 11 +++----
test/CodeGen/PowerPC/signbit-shift.ll | 5 ++-
test/Transforms/HotColdSplit/coldentrycount.ll | 43 ++++++++++++++++++++++++++
5 files changed, 76 insertions(+), 15 deletions(-)
create mode 100644 test/Transforms/HotColdSplit/coldentrycount.ll
--
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 binutils-gdb.
from b2abe1bd81 SPARC: fix PR ld/18841
new 6456d318aa AArch64: Add verifier for By elem Single and Double sized in [...]
new bd756351a6 AArch64: Add negative tests for Armv8.3-a complex number ins [...]
new f7dd2fb2e2 Arm: Backport hlt to all architectures.
The 3 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:
gas/ChangeLog | 19 ++++++
gas/config/tc-arm.c | 13 +++-
.../gas/aarch64/undefined_advsimd_armv8_3.d | 56 +++++++++++++++++
.../gas/aarch64/undefined_advsimd_armv8_3.s | 70 ++++++++++++++++++++++
gas/testsuite/gas/aarch64/undefined_by_elem_sz_l.d | 40 +++++++++++++
gas/testsuite/gas/aarch64/undefined_by_elem_sz_l.s | 55 +++++++++++++++++
gas/testsuite/gas/arm/armv8a-automatic-hlt.d | 2 +
gas/testsuite/gas/arm/hlt.d | 35 +++++++++++
gas/testsuite/gas/arm/hlt.s | 22 +++++++
opcodes/ChangeLog | 14 +++++
opcodes/aarch64-opc.c | 24 ++++++++
opcodes/aarch64-opc.h | 3 +-
opcodes/aarch64-tbl.h | 18 +++---
opcodes/arm-dis.c | 3 +-
14 files changed, 363 insertions(+), 11 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/undefined_advsimd_armv8_3.d
create mode 100644 gas/testsuite/gas/aarch64/undefined_advsimd_armv8_3.s
create mode 100644 gas/testsuite/gas/aarch64/undefined_by_elem_sz_l.d
create mode 100644 gas/testsuite/gas/aarch64/undefined_by_elem_sz_l.s
create mode 100644 gas/testsuite/gas/arm/hlt.d
create mode 100644 gas/testsuite/gas/arm/hlt.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 binutils-2_32-branch
in repository binutils-gdb.
from afbdeb5846 SPARC: fix PR ld/18841
new d0a5d5c642 Arm: Backport hlt to all architectures.
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:
gas/ChangeLog | 8 +++++++
gas/config/tc-arm.c | 13 ++++++++++-
gas/testsuite/gas/arm/armv8a-automatic-hlt.d | 2 ++
gas/testsuite/gas/arm/hlt.d | 35 ++++++++++++++++++++++++++++
gas/testsuite/gas/arm/hlt.s | 22 +++++++++++++++++
opcodes/ChangeLog | 4 ++++
opcodes/arm-dis.c | 3 ++-
7 files changed, 85 insertions(+), 2 deletions(-)
create mode 100644 gas/testsuite/gas/arm/hlt.d
create mode 100644 gas/testsuite/gas/arm/hlt.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 8b7a262dbec Only run on arm architecture
new 27c348b741e 2019-02-07 Dominique d'Humieres <dominiq(a)gcc.gnu.org>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/wunused-parameter_2.f90 | 13 +++++++++++++
2 files changed, 18 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/wunused-parameter_2.f90
--
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 75521639735 GlobalISel: Try to make legalize rules more useful for vectors
new f2e3c262157 GlobalISel: Implement fewerElementsVector for shifts
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/CodeGen/GlobalISel/LegalizerHelper.h | 6 +
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 160 +++++--
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 9 +-
test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir | 439 +++++++++++++++++--
test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir | 439 +++++++++++++++++--
test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir | 493 +++++++++++++++++++---
6 files changed, 1406 insertions(+), 140 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 7933f5f7ed [ASTImporter] Refactor unittests to be able to parameterize [...]
new 3957c0ddc8 [OpenCL][PR40603] In C++ preserve compatibility with OpenCL C v2.0
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/Basic/OpenCLOptions.h | 29 +++++----
lib/Frontend/InitPreprocessor.cpp | 7 +--
lib/Parse/ParsePragma.cpp | 9 ++-
lib/Sema/Sema.cpp | 7 ++-
test/SemaOpenCL/extension-version.cl | 114 +++++++++++++++++------------------
test/SemaOpenCL/extensions.cl | 9 ++-
6 files changed, 92 insertions(+), 83 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-master-arm-lts-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 7355a3c663 Automatic date update in version.in
adds b32ba39525 Automatic date update in version.in
adds 082cbd3b37 Add more notes on how to make a release
adds 4dcfcfe063 Automatic date update in version.in
adds 1688cb2916 Hoist assertion in target_stack::unpush
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/ChangeLog | 4 ++
binutils/README-how-to-make-a-release | 94 +++++++++++++++++++++++++++--------
gdb/ChangeLog | 4 ++
gdb/target.c | 4 +-
5 files changed, 85 insertions(+), 23 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-master-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 6ee6f8a2b5 gcc-3f99f52e36cea1af657e32e27cabc65eeb411225: 18781
new a0e7146345 binutils-1688cb2916e7bc46c92dd6f5ac2ba0da6c832274: 18781
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 (6ee6f8a2b5)
\
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:
1-reset_artifacts/console.log | 14 +-
2-prepare_abe/console.log | 10 +-
3-build_abe-binutils/console.log | 3683 +-
4-build_abe-stage1/console.log | 4972 +-
5-count_linux_objs/console.log | 256050 +++++++++++++++----------------
7-update_baseline/console.log | 2 +-
console.log | 291713 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 278334 insertions(+), 278132 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.