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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards fbdf3f2b 0: update: binutils-gcc-linux: all
new d89f7ece 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 (fbdf3f2b)
\
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 | 70 +-
02-prepare_abe/console.log | 406 +-
03-build_abe-binutils/console.log | 10195 +++++++-------
04-build_abe-stage1/console.log | 14773 ++++++++++----------
05-build_linux/console.log | 1012 +-
06-boot_linux/console.log | 2 +-
console.log | 26540 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 26495 insertions(+), 26515 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 7247c0a4211 [PatternMatch] Implement matching code for LibFunc
new e201b95d1ad [AMDGPU][MC][GFX9][GFX10] Added support of GET_DOORBELL message
new d2f603f229d gn build: Add a note on how to locally tell git to ignore b [...]
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:
docs/AMDGPU/gfx10_msg.rst | 2 ++
docs/AMDGPU/gfx9_msg.rst | 2 ++
lib/Target/AMDGPU/SIDefines.h | 1 +
lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp | 2 +-
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 11 ++++++++---
test/MC/AMDGPU/sopp-gfx10.s | 17 +++++++++++++++++
test/MC/AMDGPU/sopp-gfx9.s | 12 +++++++++++-
utils/gn/README.rst | 2 ++
8 files changed, 44 insertions(+), 5 deletions(-)
create mode 100644 test/MC/AMDGPU/sopp-gfx10.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 clang-tools-extra.
from 68fb5c3a [clangd] Fix duplicate highlighting tokens appearing in initi [...]
new 745f3e26 [clangd] Fix doc
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:
docs/clangd/Installation.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-next-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 92434a14b9 cpu,opcodes,gas: fix arguments to ldabs and ldind eBPF instructions
adds 03181f1c38 Automatic date update in version.in
adds 5b9d7a9a64 Fix __bss_start assertion failure in _bfd_elf_fix_symbol_flags
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 5 +++++
bfd/elflink.c | 13 ++++++++++---
bfd/version.h | 2 +-
3 files changed, 16 insertions(+), 4 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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 43404d9a 0: update: binutils-gcc-linux: all
new 355be78b 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 (43404d9a)
\
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 | 128 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 7733 +++++-----
04-build_abe-stage1/console.log | 14162 +++++++++---------
05-build_linux/console.log | 6376 ++++----
06-boot_linux/console.log | 2 +-
console.log | 28831 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
9 files changed, 28801 insertions(+), 28887 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-tools-extra.
from c6baa10e [clangd] Added highlighting for members and methods.
new 68fb5c3a [clangd] Fix duplicate highlighting tokens appearing in initi [...]
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:
clangd/SemanticHighlighting.cpp | 8 ++++++++
clangd/unittests/SemanticHighlightingTests.cpp | 7 +++++++
2 files changed, 15 insertions(+)
--
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-aarch64-next-defconfig
in repository toolchain/ci/gcc.
from 6573a818a8c Daily bump.
adds 47fe74a5166 Daily bump.
adds b76459ba3b0 Backport fix for PR85711
new 8958f1e9a81 S/390: Fix vector shift count operand
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 | 17 +++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/s390/vector.md | 2 +-
gcc/recog.c | 16 +++++++++++----
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/s390/vector/vec-shift-2.c | 24 ++++++++++++++++++++++
6 files changed, 62 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/vector/vec-shift-2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.