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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards c4a564d7 0: update: binutils-llvm-linux-qemu: boot
new 872d7b00 0: update: binutils-llvm-linux-qemu: 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 (c4a564d7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 172 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 11193 +++++-----
04-build_llvm/console.log | 13896 ++++++------
05-build_abe-qemu/console.log | 7000 +++---
06-build_linux/console.log | 742 +-
07-boot_linux/console.log | 492 +-
08-check_regression/console.log | 2 +-
08-check_regression/results.regressions | 20 +-
09-update_baseline/console.log | 2 +-
09-update_baseline/results.regressions | 20 +-
console.log | 33917 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
results | 2 +-
14 files changed, 33932 insertions(+), 33966 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 09867aa0ef7 PR fortran/98411 - Pointless warning for static variables
new 5d93261bc03 c++: Fix diagnostic for binding lvalue reference to volatil [...]
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/cp/call.c | 6 +++++-
gcc/testsuite/g++.dg/conversion/pr100635.C | 12 ++++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/conversion/pr100635.C
--
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-defconfig
in repository toolchain/ci/llvm-project.
from 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
adds 33d312b2d731 Revert "[Coverage] Fix branch coverage merging in Function [...]
adds 6912082cfd12 [ELF] Don't set versionId on undefined weak lazy symbols
adds 0ef78361565a [IndVarSimplify] Add additional tests using isImpliedViaMerge.
adds 4e46ff469405 [SCEV] By more careful when traversing phis in isImpliedViaMerge.
adds 4eb7b15cb447 [Inliner] Fix noalias metadata handling for instructions s [...]
adds 877a07bfb3b9 GlobalISel: Restrict narrow scalar for fptoui/fptosi results
adds 6336c6eec1a1 AArch64/GlobalISel: Remove IR section from test
new de579bae6eab [LowerConstantIntrinsics] reuse isManifestLogic from Const [...]
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:
lld/ELF/SyntheticSections.cpp | 4 +-
lld/test/ELF/version-script-weak.s | 13 +
.../llvm/CodeGen/GlobalISel/LegalizerHelper.h | 1 +
llvm/include/llvm/IR/Constant.h | 4 +
llvm/lib/Analysis/ConstantFolding.cpp | 15 +-
llvm/lib/Analysis/ScalarEvolution.cpp | 4 +
llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 44 +-
llvm/lib/IR/Constants.cpp | 12 +
llvm/lib/Support/CommandLine.cpp | 2 +-
.../AArch64/GISel/AArch64InstructionSelector.cpp | 2 +-
llvm/lib/Target/SystemZ/SystemZISelLowering.cpp | 5 +-
.../Transforms/Scalar/LowerConstantIntrinsics.cpp | 8 +-
llvm/lib/Transforms/Scalar/SCCP.cpp | 7 +-
llvm/lib/Transforms/Utils/InlineFunction.cpp | 106 ++-
.../CodeGen/AArch64/GlobalISel/legalize-fptoi.mir | 57 +-
.../AArch64/GlobalISel/select-vector-shift.mir | 4 +-
llvm/test/CodeGen/SystemZ/shift-12.ll | 94 ++-
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 ++
llvm/test/Transforms/InstSimplify/select.ll | 12 -
.../LowerConstantIntrinsics/constant-intrinsics.ll | 8 +
.../SCCP/pr49582-iterator-invalidation.ll | 854 +++++++++++++++++++++
24 files changed, 1291 insertions(+), 165 deletions(-)
create mode 100644 llvm/test/Transforms/Inline/pr50270.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-next-defconfig
in repository toolchain/ci/binutils-gdb.
from 54c343f5b2 Automatic date update in version.in
adds 3b33651e3d Automatic date update in version.in
adds 01cab7a6b8 Automatic date update in version.in
adds 7df48b0704 Automatic date update in version.in
adds f2ece6f163 Automatic date update in version.in
adds d6f17ee9f1 Automatic date update in version.in
adds 8586ba779a Automatic date update in version.in
adds 352cf802a9 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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 0846a586 0: update: binutils-llvm-linux-qemu: boot
new d589c5f7 0: update: binutils-llvm-linux-qemu: 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 (0846a586)
\
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 | 220 +-
02-prepare_abe/console.log | 428 +-
03-build_abe-binutils/console.log | 11456 ++++++------
04-build_llvm/console.log | 13782 +++++++--------
05-build_abe-qemu/console.log | 6987 ++++----
06-build_linux/console.log | 742 +-
07-boot_linux/console.log | 496 +-
08-check_regression/console.log | 12 +-
09-update_baseline/console.log | 12 +-
console.log | 34135 ++++++++++++++++++------------------
jenkins/manifest.sh | 22 +-
results | 2 +-
12 files changed, 34138 insertions(+), 34156 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 binutils-gdb.
from 9e541c7918c Avoid crash with GCC trunk
new c1c0a7e1f39 gdb: additional settings for emacs in .dir-locals.el
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:
gdb/.dir-locals.el | 5 ++++-
gdb/ChangeLog | 5 +++++
gdbserver/.dir-locals.el | 5 ++++-
gdbserver/ChangeLog | 5 +++++
gdbsupport/.dir-locals.el | 5 ++++-
gdbsupport/ChangeLog | 5 +++++
6 files changed, 27 insertions(+), 3 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 glibc.
from f4605e611a benchtests: Use JSON for bench-rawmemchr output
new c6b6b4f2c7 Missing ENOMEM in realloc_check wrapper (bug 27870)
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:
malloc/Makefile | 2 +-
malloc/hooks.c | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.