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-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 7ba2cc10 2: update: llvm-linux: 19551
new 604dfb1d 2: update: llvm-2fb27a25fcb66e33152a278a6c6f284453fe5228: 19551
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 (7ba2cc10)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 16 +-
02-build_llvm/console.log | 11634 ++++++++++++++++----------------
03-build_linux/console.log | 1799 +++--
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 6 +-
console.log | 13461 +++++++++++++++++++-------------------
jenkins/manifest.sh | 7 +-
7 files changed, 13325 insertions(+), 13604 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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 877b11fb 0: update: binutils-gcc-linux: all
new 483b8c1a 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 (877b11fb)
\
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 | 166 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11110 ++++----
04-build_abe-stage1/console.log | 19764 +++++++------
05-build_linux/console.log | 22502 +++++++--------
06-boot_linux/console.log | 2 +-
console.log | 53984 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 54007 insertions(+), 53971 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 994a7d96829 [CodeGen] Add getMachineMemOperand + MachineMemOperand::Fla [...]
new f1b1c4ffcdd [ARM] Set up infrastructure for MVE vector instructions.
new 57c1d8af46f [NFC] Sink a function call into LiveDebugValues::process
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/LiveDebugValues.cpp | 20 +-
lib/Target/ARM/ARMBaseInstrInfo.h | 15 +
lib/Target/ARM/ARMInstrFormats.td | 80 ++++
lib/Target/ARM/ARMInstrMVE.td | 363 +++++++++++++++++
lib/Target/ARM/ARMRegisterBankInfo.cpp | 4 +
lib/Target/ARM/ARMRegisterInfo.td | 12 +-
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 489 ++++++++++++++++++++---
lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 291 ++++++++++++--
lib/Target/ARM/MCTargetDesc/ARMInstPrinter.cpp | 24 ++
lib/Target/ARM/MCTargetDesc/ARMInstPrinter.h | 6 +
lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp | 77 +++-
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h | 15 +
lib/Target/ARM/Utils/ARMBaseInfo.h | 24 ++
test/MC/ARM/mve-minmax.s | 15 +
test/MC/ARM/mve-reductions.s | 28 ++
test/MC/ARM/mve-vpt.s | 57 +++
test/MC/Disassembler/ARM/mve-minmax.txt | 11 +
test/MC/Disassembler/ARM/mve-reductions.txt | 27 ++
test/MC/Disassembler/ARM/mve-vpt.txt | 13 +
19 files changed, 1470 insertions(+), 101 deletions(-)
create mode 100644 test/MC/ARM/mve-minmax.s
create mode 100644 test/MC/ARM/mve-reductions.s
create mode 100644 test/MC/ARM/mve-vpt.s
create mode 100644 test/MC/Disassembler/ARM/mve-minmax.txt
create mode 100644 test/MC/Disassembler/ARM/mve-reductions.txt
create mode 100644 test/MC/Disassembler/ARM/mve-vpt.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 gcc.
from b970d9709b8 * g++.dg/tree-ssa/ssa-dse-1.C: Don't match exact number of [...]
new c2174db34e0 * config/nvptx/nvptx.c (nvptx_sese_number, nvptx_sese_pseu [...]
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/ChangeLog | 6 ++++++
gcc/config/nvptx/nvptx.c | 15 +++++++--------
2 files changed, 13 insertions(+), 8 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-aarch64-mainline-defconfig
in repository toolchain/ci/linux.
from aa7235483a83 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds eb96e57b913f media: dvb: warning about dvb frequency limits produces to [...]
adds a200c721956c media: venus: hfi_parser: fix a regression in parser
adds 35110e38e6c5 Merge tag 'media/v5.2-2' of git://git.kernel.org/pub/scm/l [...]
adds aff7ed485168 selinux: log raw contexts as untrusted strings
adds e2e0e09758a6 selinux: fix a missing-check bug in selinux_add_mnt_opt( )
adds fec6375320c6 selinux: fix a missing-check bug in selinux_sb_eat_lsm_opts()
adds b076173a309e Merge tag 'selinux-pr-20190612' of git://git.kernel.org/pu [...]
No new revisions were added by this update.
Summary of changes:
drivers/media/dvb-core/dvb_frontend.c | 2 +-
drivers/media/platform/qcom/venus/hfi_helper.h | 4 +--
security/selinux/avc.c | 10 +++++--
security/selinux/hooks.c | 39 ++++++++++++++++++--------
4 files changed, 39 insertions(+), 16 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-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 56bb8704 0: update: binutils-gcc-linux: boot
new aabaaef4 0: update: binutils-gcc-linux: boot
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 (56bb8704)
\
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 | 171 +-
02-prepare_abe/console.log | 374 +-
03-build_abe-binutils/console.log | 10470 +++++++-------
04-build_abe-stage1/console.log | 15557 ++++++++++----------
05-build_linux/console.log | 626 +-
06-boot_linux/console.log | 438 +-
08-update_baseline/console.log | 8 +-
console.log | 27656 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
9 files changed, 27646 insertions(+), 27670 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.