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-defconfig
in repository toolchain/ci/base-artifacts.
discards ab4bb126 0: update: llvm-linux: boot
new dbc83b94 0: update: llvm-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 (ab4bb126)
\
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 | 130 +-
02-build_llvm/console.log | 12570 +++++++++++++++++-----------------
03-build_linux/console.log | 690 +-
04-boot_linux/console.log | 482 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 10 +-
console.log | 13884 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 13889 insertions(+), 13889 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-master-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 0dd7fd7b 0: update: llvm-linux: boot
new bd794121 0: update: llvm-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 (0dd7fd7b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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:
01-reset_artifacts/console.log | 130 +-
02-build_llvm/console.log | 12662 +++++++++++++++++-----------------
03-build_linux/console.log | 843 ++-
04-boot_linux/console.log | 480 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 10 +-
console.log | 14127 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 14131 insertions(+), 14133 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-arm-next-allnoconfig
in repository toolchain/ci/llvm-project.
from 27f93515c68 [docs][mips] 10.0 Release notes
adds 73a91477f70 [Concepts] Fix parsing of scope specifier in compound-requi [...]
adds b07b82777b9 [Concepts] Add missing null check to transformConstructor
adds b39efdbcfcb [Concepts] Fix incorrect TemplateArgs for introduction of l [...]
adds 2c9cb89d0d0 [Support] Fix race in threading test, found by TSan
adds b5cf8926518 [LLDB] Fix the handling of unnamed bit-fields when parsing DWARF
adds 23d93923900 Include <cstdlib> for std::abort() in clangd
adds f234f5c2b1e [msan] Instrument x86.pclmulqdq* intrinsics.
adds 256a0eaf23b [X86] Make `llc --help` output readable again
adds ef917463d9c [clangd] Show hower info for expressions
adds a6f550eae71 [clangd] Add a ruler after header in hover
adds 13553d51aa8 [clangd] Rearrange type, returntype and parameters in hover card
adds a27142b26a5 [clangd] Fix windows buildbots
adds 1f448807c2e [clangd] Extract string literals in macro arguments to unbr [...]
adds 7350a0429cc [clangd] Dont display `<unknown>` kinds in hover board
adds 1426bb44cc7 [clangd] Print underlying type for decltypes in hover
adds 53f39c77b2b [clangd] Drop returntype/type when hovering over type-ish names
adds 99464b7eb1d [clangd][Hover] Change arrow in return type back to →
new 01fd650ba3d [RISCV] Pass target-abi via module flag metadata
new 7c5784746cf [RISCV] Check the target-abi module flag matches the option
new 4d342b7d8e9 Revert "[RISCV] Support ABI checking with per function targ [...]
new 72882ca30d8 [RISCV] Support ABI checking with per function target-features
The 4 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:
clang-tools-extra/clangd/FormattedString.cpp | 49 +++++-
clang-tools-extra/clangd/FormattedString.h | 5 +-
clang-tools-extra/clangd/Hover.cpp | 153 +++++++++++++------
clang-tools-extra/clangd/Shutdown.cpp | 1 +
clang-tools-extra/clangd/test/hover.test | 2 +-
.../clangd/unittests/FormattedStringTests.cpp | 34 ++++-
clang-tools-extra/clangd/unittests/HoverTests.cpp | 160 +++++++++++++++++++-
clang/lib/CodeGen/CodeGenModule.cpp | 7 +
clang/lib/Parse/ParseExprCXX.cpp | 26 +---
clang/lib/Sema/SemaTemplate.cpp | 6 +-
clang/lib/Sema/SemaTemplateInstantiateDecl.cpp | 7 +-
clang/test/CodeGen/riscv-metadata.c | 14 ++
clang/test/Parser/cxx2a-abbreviated-templates.cpp | 19 +++
clang/test/Parser/cxx2a-concepts-requires-expr.cpp | 24 +--
.../Parser/cxx2a-placeholder-type-constraint.cpp | 37 +++--
.../SemaTemplate/instantiate-requires-clause.cpp | 7 +
.../cpp/bitfields}/Makefile | 0
.../test/lang/cpp/bitfields/TestCppBitfields.py | 105 +++++++++++++
.../lldbsuite/test/lang/cpp/bitfields/main.cpp | 81 ++++++++++
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 166 +++++++--------------
.../Plugins/SymbolFile/DWARF/DWARFASTParserClang.h | 35 ++---
llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 5 +-
llvm/lib/Target/RISCV/RISCVTargetMachine.cpp | 14 +-
llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.cpp | 24 +--
llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.h | 2 +
llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp | 14 +-
.../Transforms/Instrumentation/MemorySanitizer.cpp | 43 ++++++
llvm/test/CodeGen/RISCV/module-target-abi.ll | 24 +++
llvm/test/CodeGen/RISCV/module-target-abi2.ll | 27 ++++
llvm/test/Instrumentation/MemorySanitizer/clmul.ll | 72 +++++++++
llvm/unittests/Support/Threading.cpp | 4 +-
31 files changed, 892 insertions(+), 275 deletions(-)
create mode 100644 clang/test/CodeGen/riscv-metadata.c
create mode 100644 clang/test/Parser/cxx2a-abbreviated-templates.cpp
copy lldb/packages/Python/lldbsuite/test/{api/check_public_api_headers => lang/cpp [...]
create mode 100644 lldb/packages/Python/lldbsuite/test/lang/cpp/bitfields/TestCppB [...]
create mode 100644 lldb/packages/Python/lldbsuite/test/lang/cpp/bitfields/main.cpp
create mode 100644 llvm/test/CodeGen/RISCV/module-target-abi.ll
create mode 100644 llvm/test/CodeGen/RISCV/module-target-abi2.ll
create mode 100644 llvm/test/Instrumentation/MemorySanitizer/clmul.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards f0132b03 0: update: llvm-linux: all
new f46b963d 0: update: llvm-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 (f0132b03)
\
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 | 182 +-
02-build_llvm/console.log | 12660 +++++++++++++++++------------------
03-build_linux/console.log | 796 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 29 -
console.log | 13655 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 13643 insertions(+), 13701 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-release-arm-next-allmodconfig
in repository toolchain/ci/binutils-gdb.
from a00805ef97 This is a series of backports for binutils 2.33 which addres [...]
adds 2a8719fecd AArch64: Fix cfinv disassembly issues
No new revisions were added by this update.
Summary of changes:
gas/ChangeLog | 9 +
gas/testsuite/gas/aarch64/armv8_4-a.d | 1 +
gas/testsuite/gas/aarch64/armv8_4-a.s | 3 +
opcodes/ChangeLog | 11 +
opcodes/aarch64-asm-2.c | 174 +--
opcodes/aarch64-dis-2.c | 2364 ++++++++++++++++-----------------
opcodes/aarch64-opc-2.c | 16 +-
opcodes/aarch64-tbl.h | 9 +-
8 files changed, 1309 insertions(+), 1278 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-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 48f84087 0: update: binutils-gcc-linux: all
new e5606c86 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 (48f84087)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
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 | 108 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 11589 +++++++-------
04-build_abe-stage1/console.log | 17963 ++++++++++-----------
05-build_linux/console.log | 850 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 30954 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
10 files changed, 31014 insertions(+), 30910 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-master-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 48037843 0: update: llvm-linux: all
new 192c05b7 0: update: llvm-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 (48037843)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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:
01-reset_artifacts/console.log | 334 +-
02-build_llvm/console.log | 12604 +++++++++++++++++-----------------
03-build_linux/console.log | 821 ++-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 10 +-
console.log | 13781 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 13785 insertions(+), 13787 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.