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-lts-allnoconfig
in repository toolchain/ci/llvm-project.
from 9468a0f95385 [PowerPC] Define XL-compatible macros only for AIX and Linux
adds 67b5bc26bde8 [DebugInfo] Check DIEnumerator bit width when comparing fo [...]
adds d31f8cc6884b [AArch64] Avoid crashing on invalid -Wa,-march= values
adds 69fcfdedc505 [AArch64][GlobalISel] Fix an crash in RBS due to a new reg [...]
adds 0d44201451f0 [MachineOutliner] Don't outline functions starting with PA [...]
adds 426297cce9d5 [DSE] Add test case showing bug PR52774.
adds 33f7aa65f5d7 [DSE] Fix invalid removal of store instruction
No new revisions were added by this update.
Summary of changes:
clang/lib/Driver/ToolChains/Arch/AArch64.cpp | 15 ++-
clang/test/Driver/aarch64-target-as-march.s | 9 ++
llvm/include/llvm/CodeGen/TargetInstrInfo.h | 4 +-
llvm/lib/CodeGen/TargetInstrInfo.cpp | 13 +++
llvm/lib/IR/LLVMContextImpl.h | 5 +-
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp | 2 +
.../AArch64/GISel/AArch64RegisterBankInfo.cpp | 3 +
llvm/lib/Target/RISCV/RISCVInstrInfo.cpp | 2 +-
.../lib/Transforms/Scalar/DeadStoreElimination.cpp | 13 +--
.../GlobalISel/rbs-matrixindex-regclass-crash.mir | 56 ++++++++++
.../CodeGen/AArch64/machine-outliner-patchable.ll | 114 +++++++++++++++++++++
.../CodeGen/RISCV/machine-outliner-patchable.ll | 77 ++++++++++++++
.../DeadStoreElimination/store-after-loop.ll | 61 +++++++++++
llvm/unittests/IR/DebugInfoTest.cpp | 20 +++-
14 files changed, 373 insertions(+), 21 deletions(-)
create mode 100644 llvm/test/CodeGen/AArch64/GlobalISel/rbs-matrixindex-regclass-c [...]
create mode 100644 llvm/test/CodeGen/AArch64/machine-outliner-patchable.ll
create mode 100644 llvm/test/CodeGen/RISCV/machine-outliner-patchable.ll
create mode 100644 llvm/test/Transforms/DeadStoreElimination/store-after-loop.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-lts-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 1e85b8e9ec Automatic date update in version.in
adds c198c877ab Automatic date update in version.in
adds 9bc6649d7b Automatic date update in version.in
adds 6b6f129692 Automatic date update in version.in
adds 2eb6f36dc7 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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/llvm-release-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 7eef7c700 0: update: binutils-llvm-linux-qemu: all
new 21ff975a7 0: update: binutils-llvm-linux-qemu: 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 (7eef7c700)
\
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.xz | Bin 1592 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 42212 -> 42080 bytes
04-build_llvm/console.log.xz | Bin 57804 -> 59064 bytes
05-build_abe-qemu/console.log.xz | Bin 30588 -> 30552 bytes
06-build_linux/console.log.xz | Bin 4144 -> 3612 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 416 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 15 insertions(+), 15 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_gnu_native_check_gdb/master-arm
in repository toolchain/ci/glibc.
from e5fa62b8db AArch64: Check for SVE in ifuncs [BZ #28744]
adds d5b0046e3d ttydefaults.h: Fix CSTATUS to control-t
adds acbaad31e8 elf: Fix fences in _dl_find_object_update (bug 28745)
adds 6b0978c14a Restore ENTRY_POINT definition on hppa, ia64 (bug 28749)
No new revisions were added by this update.
Summary of changes:
elf/dl-find_object.c | 162 ++++++++++++++++++++++----------------
elf/dl-find_object.h | 44 ++++++++---
elf/tst-dl_find_object-threads.c | 4 +-
sysdeps/generic/sys/ttydefaults.h | 6 +-
sysdeps/hppa/entry.h | 8 ++
sysdeps/ia64/entry.h | 8 ++
6 files changed, 150 insertions(+), 82 deletions(-)
create mode 100644 sysdeps/hppa/entry.h
create mode 100644 sysdeps/ia64/entry.h
--
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_gnu_native_check_gdb/master-arm
in repository toolchain/ci/linux.
from 75acfdb6fd92 Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm [...]
adds 0daf5cb217a9 ftrace/samples: Add missing prototypes direct functions
adds 823e670f7ed6 tracing: Fix check for trace_percpu_buffer validity in get [...]
adds f28439db470c tracing: Tag trace_percpu_buffer as a percpu pointer
adds b2b436ec0205 Merge tag 'trace-v5.16-rc8' of git://git.kernel.org/pub/sc [...]
adds 8ff5f5d9d8cf RDMA/rxe: Prevent double freeing rxe_map_set()
adds 4163cb3d1980 Revert "RDMA/mlx5: Fix releasing unallocated memory in der [...]
adds 7694a7de22c5 RDMA/uverbs: Check for null return of kmalloc_array
adds b35a0f4dd544 RDMA/core: Don't infoleak GRH fields
adds ddec8ed2d490 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
No new revisions were added by this update.
Summary of changes:
drivers/infiniband/core/uverbs_marshall.c | 2 +-
drivers/infiniband/core/uverbs_uapi.c | 3 +++
drivers/infiniband/hw/mlx5/mlx5_ib.h | 6 +++---
drivers/infiniband/hw/mlx5/mr.c | 26 ++++++++++++++------------
drivers/infiniband/sw/rxe/rxe_mr.c | 16 +++++++---------
kernel/trace/trace.c | 6 +++---
samples/ftrace/ftrace-direct-modify.c | 3 +++
samples/ftrace/ftrace-direct-multi-modify.c | 3 +++
samples/ftrace/ftrace-direct-too.c | 3 +++
samples/ftrace/ftrace-direct.c | 2 ++
10 files changed, 42 insertions(+), 28 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.