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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards a356b2d4 0: update: binutils-gcc-linux: boot
new e11ac897 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 (a356b2d4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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:
01-reset_artifacts/console.log | 220 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11488 ++++++-------
04-build_abe-stage1/console.log | 17857 +++++++++++----------
05-build_linux/console.log | 678 +-
06-boot_linux/console.log | 481 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 31207 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
results | 2 +-
11 files changed, 31237 insertions(+), 31172 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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards bfea021f 0: update: llvm-linux: all
new 4e79bc59 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 (bfea021f)
\
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:
01-reset_artifacts/console.log | 334 +-
02-build_llvm/console.log | 12636 +++++++++++++++++------------------
03-build_linux/console.log | 684 +-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 16 +-
console.log | 13682 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
results | 2 +-
9 files changed, 13690 insertions(+), 13690 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-stable-defconfig
in repository toolchain/ci/llvm-project.
from 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 →
adds 01fd650ba3d [RISCV] Pass target-abi via module flag metadata
adds 7c5784746cf [RISCV] Check the target-abi module flag matches the option
adds 4d342b7d8e9 Revert "[RISCV] Support ABI checking with per function targ [...]
adds 72882ca30d8 [RISCV] Support ABI checking with per function target-features
adds c23212a438f [IR] Keep a double break between functions when printing a module
new 87c7863c3ec Reland "[StackColoring] Remap PseudoSourceValue frame indic [...]
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:
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/test/CodeGen/riscv-metadata.c | 14 ++
.../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/CodeGen/StackColoring.cpp | 16 +-
llvm/lib/IR/AsmWriter.cpp | 4 +-
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/Feature/undefined.ll | 13 ++
llvm/test/Instrumentation/MemorySanitizer/clmul.ll | 72 +++++++++
llvm/unittests/Support/Threading.cpp | 4 +-
27 files changed, 841 insertions(+), 233 deletions(-)
create mode 100644 clang/test/CodeGen/riscv-metadata.c
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-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards fd526d3c 0: update: llvm-linux: boot
new 34d4370b 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 (fd526d3c)
\
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:
01-reset_artifacts/console.log | 220 +-
02-build_llvm/console.log | 12596 ++++++++++++++++-----------------
03-build_linux/console.log | 899 ++-
04-boot_linux/console.log | 438 +-
05-check_regression/console.log | 18 +-
06-update_baseline/console.log | 16 +-
console.log | 14187 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 14191 insertions(+), 14193 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_bmk_tk1/llvm-release-arm-spec2k6-Oz
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.