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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards cbefb7aa5 binutils-d2664e6ec849267f6e028184d8b7b3c57d814c32: all
new 995f70683 gcc-26f112ff59da7281f4793b280431dad40ab25d2a: 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 (cbefb7aa5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 46 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6294 +++++++------
4-build_abe-stage1/console.log | 11805 ++++++++++++------------
5-count_linux_objs/console.log | 212 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 18419 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 18366 insertions(+), 18460 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 750bca5056a [SLPVectorizer][X86] Add ADD/SUB SSAT/USAT tests (PR40123)
new 0048957ec65 [ARM] Add command-line option for SB
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/Support/ARMTargetParser.def | 1 +
include/llvm/Support/ARMTargetParser.h | 1 +
lib/Target/ARM/ARM.td | 6 +++---
lib/Target/ARM/ARMInstrInfo.td | 6 +++---
lib/Target/ARM/ARMInstrThumb2.td | 2 +-
lib/Target/ARM/ARMSubtarget.h | 4 ++--
test/MC/ARM/armv8.5a-sb-error-thumb.s | 6 ++++++
test/MC/ARM/armv8.5a-sb-error.s | 5 +++++
test/MC/ARM/armv8.5a-sb.s | 15 +++++++++++++++
test/MC/ARM/armv8.5a-specctrl-error-thumb.s | 6 ------
test/MC/ARM/armv8.5a-specctrl-error.s | 5 -----
test/MC/ARM/armv8.5a-specctrl.s | 15 ---------------
test/MC/Disassembler/ARM/armv8.5a-sb-thumb.txt | 9 +++++++++
test/MC/Disassembler/ARM/armv8.5a-specctrl-thumb.txt | 9 ---------
unittests/Support/TargetParserTest.cpp | 3 ++-
15 files changed, 48 insertions(+), 45 deletions(-)
create mode 100644 test/MC/ARM/armv8.5a-sb-error-thumb.s
create mode 100644 test/MC/ARM/armv8.5a-sb-error.s
create mode 100644 test/MC/ARM/armv8.5a-sb.s
delete mode 100644 test/MC/ARM/armv8.5a-specctrl-error-thumb.s
delete mode 100644 test/MC/ARM/armv8.5a-specctrl-error.s
delete mode 100644 test/MC/ARM/armv8.5a-specctrl.s
create mode 100644 test/MC/Disassembler/ARM/armv8.5a-sb-thumb.txt
delete mode 100644 test/MC/Disassembler/ARM/armv8.5a-specctrl-thumb.txt
--
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 lldb.
from 29a9433c8 Fix some -Wreorder warnings introduced in r350274
new 0dc499276 PECOFF: Remove tabs introduced accidentally in r350094
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:
.../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 122 ++++++++++-----------
1 file changed, 61 insertions(+), 61 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 ebc7c27d028 [MachinePipeliner] Add missing header file to MachinePipeliner.h
new 750bca5056a [SLPVectorizer][X86] Add ADD/SUB SSAT/USAT tests (PR40123)
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:
.../Transforms/SLPVectorizer/X86/arith-add-ssat.ll | 1014 ++++++++++++++++++++
.../Transforms/SLPVectorizer/X86/arith-add-usat.ll | 1014 ++++++++++++++++++++
.../Transforms/SLPVectorizer/X86/arith-sub-ssat.ll | 1014 ++++++++++++++++++++
.../Transforms/SLPVectorizer/X86/arith-sub-usat.ll | 1014 ++++++++++++++++++++
4 files changed, 4056 insertions(+)
create mode 100644 test/Transforms/SLPVectorizer/X86/arith-add-ssat.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/arith-add-usat.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/arith-sub-ssat.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/arith-sub-usat.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 llvm.
from b57398b5f9e [X86] Add ADD/SUB SSAT/USAT vector costs (PR40123)
new ebc7c27d028 [MachinePipeliner] Add missing header file to MachinePipeliner.h
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/MachinePipeliner.h | 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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards f9db162a4 gcc-a0fef186cc82af4d759445efa00eb93239e55e4c: 19258
new 4c6fc94be binutils-69961a84c9b3744a10248fb6cbccc3c688a1e0a5: 19258
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 (f9db162a4)
\
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 | 203 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6261 +-
4-build_abe-stage1/console.log | 13495 +-
5-count_linux_objs/console.log | 318735 ++++++++++++++++-----------------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 10 +-
console.log | 338680 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 338774 insertions(+), 338654 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 355edd6d2c9 [X86] Add ADD/SUB SSAT/USAT cost tests (PR40123)
new b57398b5f9e [X86] Add ADD/SUB SSAT/USAT vector costs (PR40123)
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/Target/X86/X86TargetTransformInfo.cpp | 44 ++++
test/Analysis/CostModel/X86/arith-ssat.ll | 334 +++++++++++++++++++++++-------
test/Analysis/CostModel/X86/arith-usat.ll | 334 +++++++++++++++++++++++-------
3 files changed, 568 insertions(+), 144 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.