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-mainline-allnoconfig
in repository toolchain/ci/llvm-project.
from e294ece42d85 BPF: fix enum value 0 issue for __builtin_preserve_enum_value()
adds 6baa5ce2e4b7 Fix typo, arvm7 -> armv7
adds 471a386a3d34 StackProtector: ensure protection does not interfere with [...]
adds ac593de16cc5 [LoopReroll] Fix rerolling loop with extra instructions
adds 225b775620c6 [PowerPC] Prevent argument promotion of types with size gr [...]
adds c89d50033228 [InstCombine] add test for miscompile from select value eq [...]
adds 4a12f51ad009 [InstCombine] fix potential miscompile in select value equ [...]
adds 266c82f94da2 [InstSimplify] add test for vector select with operand rep [...]
adds 8e2ff387d30d [InstSimplify] fix potential miscompile in select value eq [...]
adds 372e6fbc8778 workflows: Use -g1 when compiling libraries for ABI checks
adds 452500ebcde0 workflows: Use uncompressed abi dumps
adds a1a197b54ec6 workflows: Fix tarball download for libclang-abi-tests
adds 2db5d42193ab Remove extra test case added in 266c82f94da232d736f413c8d9 [...]
adds f3e07c841e2f [NFC] Correctly assert the indents for printEnumValHelpStr.
adds 24535af52ae1 [AArch64][GlobalISel] Fix incorrect codegen for <16 x s8> G_ASHR.
adds 067c06dc8395 [SystemZ] Don't use libcall for 128 bit shifts.
adds b89942c336a4 [Coverage] Fix branch coverage merging in FunctionCoverage [...]
adds aa97726f6040 [SCCP] Avoid modifying AdditionalUsers while iterating over it
new 33d312b2d731 Revert "[Coverage] Fix branch coverage merging in Function [...]
new 6912082cfd12 [ELF] Don't set versionId on undefined weak lazy symbols
new 0ef78361565a [IndVarSimplify] Add additional tests using isImpliedViaMerge.
new 4e46ff469405 [SCEV] By more careful when traversing phis in isImpliedViaMerge.
new 4eb7b15cb447 [Inliner] Fix noalias metadata handling for instructions s [...]
new 877a07bfb3b9 GlobalISel: Restrict narrow scalar for fptoui/fptosi results
The 6 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:
.github/workflows/libclang-abi-tests.yml | 11 +-
.github/workflows/llvm-tests.yml | 10 +-
lld/ELF/SyntheticSections.cpp | 4 +-
lld/test/ELF/version-script-weak.s | 13 +
lldb/docs/man/lldb.rst | 4 +-
lldb/tools/driver/Driver.cpp | 4 +-
.../llvm/CodeGen/GlobalISel/LegalizerHelper.h | 1 +
llvm/lib/Analysis/InstructionSimplify.cpp | 8 +-
llvm/lib/Analysis/ScalarEvolution.cpp | 4 +
llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 44 +-
llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 33 +-
llvm/lib/CodeGen/StackProtector.cpp | 24 +-
llvm/lib/Support/CommandLine.cpp | 2 +-
.../AArch64/GISel/AArch64InstructionSelector.cpp | 2 +-
llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 21 +
llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h | 3 +
llvm/lib/Target/SystemZ/SystemZISelLowering.cpp | 5 +-
.../Transforms/InstCombine/InstCombineSelect.cpp | 5 +-
llvm/lib/Transforms/Scalar/LoopRerollPass.cpp | 6 +
llvm/lib/Transforms/Scalar/SCCP.cpp | 7 +-
llvm/lib/Transforms/Utils/InlineFunction.cpp | 106 ++-
.../CodeGen/AArch64/GlobalISel/legalize-fptoi.mir | 28 +
.../AArch64/GlobalISel/select-vector-shift.mir | 4 +-
.../CodeGen/AArch64/stack-protector-musttail.ll | 66 ++
.../ARM/Windows/stack-protector-musttail.ll | 56 ++
llvm/test/CodeGen/PowerPC/arg_promotion.ll | 108 +++
llvm/test/CodeGen/SystemZ/shift-12.ll | 94 ++-
llvm/test/CodeGen/X86/tailcc-ssp.ll | 26 +
llvm/test/Transforms/IRCE/decrementing-loop.ll | 11 +-
.../Transforms/IndVarSimplify/eliminate-exit.ll | 56 ++
.../promote-iv-to-eliminate-casts.ll | 62 ++
llvm/test/Transforms/Inline/pr50270.ll | 71 ++
.../Transforms/InstCombine/select-binop-cmp.ll | 19 +-
llvm/test/Transforms/InstSimplify/select.ll | 13 +
llvm/test/Transforms/LoopReroll/extra_instr.ll | 268 +++++++
.../SCCP/pr49582-iterator-invalidation.ll | 854 +++++++++++++++++++++
36 files changed, 1919 insertions(+), 134 deletions(-)
create mode 100644 llvm/test/CodeGen/AArch64/stack-protector-musttail.ll
create mode 100644 llvm/test/CodeGen/ARM/Windows/stack-protector-musttail.ll
create mode 100644 llvm/test/CodeGen/PowerPC/arg_promotion.ll
create mode 100644 llvm/test/CodeGen/X86/tailcc-ssp.ll
create mode 100644 llvm/test/Transforms/Inline/pr50270.ll
create mode 100644 llvm/test/Transforms/LoopReroll/extra_instr.ll
create mode 100644 llvm/test/Transforms/SCCP/pr49582-iterator-invalidation.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-mainline-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 990df44330 Automatic date update in version.in
adds 5fbe6f4318 Automatic date update in version.in
adds beaafdf3e2 Automatic date update in version.in
adds 7efc8776ec Automatic date update in version.in
adds fb261566ad Automatic date update in version.in
adds 54c343f5b2 Automatic date update in version.in
adds 3b33651e3d Automatic date update in version.in
adds 01cab7a6b8 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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards c286dcc2 0: update: binutils-llvm-linux-qemu: all
new 50bcb15e 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 (c286dcc2)
\
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 | 175 +-
02-prepare_abe/console.log | 428 +-
03-build_abe-binutils/console.log | 11616 ++++++-------
04-build_llvm/console.log | 13846 +++++++--------
05-build_abe-qemu/console.log | 6959 ++++----
06-build_linux/console.log | 698 +-
07-boot_linux/console.log | 2 +-
08-check_regression/console.log | 12 +-
09-update_baseline/console.log | 2 +-
console.log | 33738 ++++++++++++++++++------------------
jenkins/manifest.sh | 22 +-
results | 2 +-
12 files changed, 33770 insertions(+), 33730 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/gnu-master-arm-check_binutils
in repository toolchain/ci/base-artifacts.
from 09d3d175 5: reset: binutils-d8147d7053fa848f7f1ce6692c6788224d14869d: 1
new c55c49e4 6: update: binutils-55b26492bbd05637f24b9b70a507e842e466b723: 1
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 | 84 +-
02-prepare_abe/console.log | 170 +-
03-build_abe-binutils/console.log | 10891 +++++++++++-----------
04-build_abe-check_binutils/console.log | 3103 ++++---
05-check_regression/console.log | 99 +-
05-check_regression/results.regressions | 22 +-
05-check_regression/trigger-bisect | 3 -
06-update_baseline/console.log | 239 +-
06-update_baseline/results.regressions | 4 +-
console.log | 14500 +++++++++++++++---------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 52 -
sumfiles/binutils.log.xz | Bin 40104 -> 40184 bytes
sumfiles/binutils.sum | 2 +-
sumfiles/gas.log.xz | Bin 95524 -> 95496 bytes
sumfiles/gas.sum | 4 +-
sumfiles/ld.log.xz | Bin 117988 -> 117980 bytes
sumfiles/ld.sum | 4 +-
sumfiles/libctf.log.xz | Bin 2232 -> 2236 bytes
sumfiles/libctf.sum | 2 +-
21 files changed, 14683 insertions(+), 14506 deletions(-)
delete mode 100644 05-check_regression/trigger-bisect
delete mode 100644 reset-baseline
--
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 binutils-gdb.
from ee35ce8200d Guile: add value-const-value
new 0d872fca029 PR27836, readelf -w pointer comparison UB
new af2ddf69ab8 SAFE_BYTE_GET64
new 6d1ad6f7834 SAFE_BYTE_GET
new a7077ce7604 Ensure data pointer kept within bounds
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:
binutils/ChangeLog | 51 ++++
binutils/dwarf.c | 449 ++++++++++++---------------------
binutils/elfcomm.c | 125 ++-------
binutils/elfcomm.h | 17 +-
gas/ChangeLog | 5 +
gas/testsuite/gas/elf/dwarf-5-file0.d | 4 +-
gas/testsuite/gas/i386/dwarf5-line-1.d | 2 +-
7 files changed, 250 insertions(+), 403 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 gcc.
from 8da3b309d8f i386: Optimize vpblendvb on inverted mask register to vpble [...]
new fc186594e3e lto-wrapper: silent warnings in tests
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/testsuite/lib/lto.exp | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.