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-aarch64-next-defconfig
in repository toolchain/ci/gcc.
from 2408b93a10c Check for bitwise identity when encoding VECTOR_CSTs [PR92768]
adds 9f2bbf581e7 Daily bump.
adds fa463e6f423 Add -mavx512vbmi2 to i386-2.C and i386-3.C
adds 44ea6508f10 [Fortran] ICE assign character pointer to non target PR93714
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 10 ++++++++++
gcc/fortran/expr.c | 14 +++++++-------
gcc/testsuite/ChangeLog | 16 ++++++++++++++++
gcc/testsuite/g++.dg/other/i386-2.C | 2 +-
gcc/testsuite/g++.dg/other/i386-3.C | 2 +-
gcc/testsuite/gfortran.dg/char_pointer_assign_6.f90 | 4 ++--
gcc/testsuite/gfortran.dg/pr93714_1.f90 | 11 +++++++++++
gcc/testsuite/gfortran.dg/pr93714_2.f90 | 11 +++++++++++
9 files changed, 60 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr93714_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr93714_2.f90
--
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-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 9dfb4ea0 0: update: binutils-gcc-linux: boot
new 9f38ad19 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 (9dfb4ea0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 11774 ++++++++--------
04-build_abe-stage1/console.log | 13736 +++++++++---------
05-build_linux/console.log | 666 +-
06-boot_linux/console.log | 444 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 27192 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 27197 insertions(+), 27201 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-next-defconfig
in repository toolchain/ci/llvm-project.
from 4f53867ec27 Drop git version suffix
adds f87a0929c6b Add lowering of STRICT_FSETCC and STRICT_FSETCCS
adds a97c77ad175 [FPEnv][AArch64] Add lowering and instruction selection for [...]
adds fca6c5e5dbf [FPEnv][AArch64] Add lowering and instruction selection for [...]
adds 19f4aa2d0ad [FPEnv][ARM] Add lowering of STRICT_FSETCC and STRICT_FSETCCS
adds cff417cffd6 [FPEnv][AArch64] Add lowering of f128 STRICT_FSETCC
adds cbac41966b8 [ARM] Fix infinite loop when lowering STRICT_FP_EXTEND
adds b5d9a7e72fa [AArch64][FPenv] Update chain of int to fp conversion
adds f636e9feb9f [FPEnv][ARM] Don't call mutateStrictFPToFP when lowering
adds 8dbe13ff509 [libcxx] Support Python 3.8 in the test suite
adds cd5006d09d0 PR44890: Inherit explicitly-specified template arguments in [...]
adds 3dee8be1c3f llvm: Use quotes around MSVC_DIA_SDK_DIR CMake variable
adds 8de07c31c1a Fix a -Wbitwise-conditional-parentheses warning in _LIBUNWI [...]
adds 2db1f7f59a2 Restore functionality of --sysroot on FreeBSD after b18cb9c47
adds be45a5a4092 [CodeGen][Tests] Fix b3cf70427eb1e97d9b89ba6e9298c280c8a32c74
adds a0fe9e05176 [SLPVectorizer] Do not assume extracelement idx is a ConstantInt.
new 222de784df4 [X86CmovConversion] Make heuristic for optimized cmov depth [...]
new d5f8656a68c [clangd] Make output order of allTargetDecls deterministic
new 7751f0c1915 Add testing for DW_OP_piece and fix a bug with small Scalar [...]
new cab81521b5a Fix a buffer-size bug when the first DW_OP_piece is undefined
new 5f76fcc9796 Fix unused function warning (PR44808)
The 5 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/FindTarget.cpp | 81 +-
clang/include/clang/Sema/TemplateDeduction.h | 7 +
clang/lib/Driver/ToolChains/FreeBSD.cpp | 9 +-
clang/lib/Driver/ToolChains/FreeBSD.h | 12 +-
clang/lib/Sema/SemaTemplateDeduction.cpp | 2 +-
clang/test/SemaTemplate/deduction.cpp | 17 +
libcxx/utils/libcxx/test/target_info.py | 14 +-
libunwind/src/UnwindCursor.hpp | 5 +-
lldb/source/Expression/DWARFExpression.cpp | 22 +-
lldb/unittests/Expression/DWARFExpressionTest.cpp | 28 +-
llvm/cmake/config-ix.cmake | 2 +-
.../CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 10 +-
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | 139 +-
llvm/lib/Target/AArch64/AArch64ISelLowering.h | 4 +
llvm/lib/Target/AArch64/AArch64InstrFormats.td | 6 +-
llvm/lib/Target/AArch64/AArch64InstrInfo.td | 25 +-
llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp | 12 +-
llvm/lib/Target/ARM/ARMISelLowering.cpp | 85 +-
llvm/lib/Target/ARM/ARMISelLowering.h | 5 +-
llvm/lib/Target/ARM/ARMInstrVFP.td | 14 +-
llvm/lib/Target/X86/X86CmovConversion.cpp | 13 +-
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 11 +-
llvm/test/CodeGen/AArch64/fp-intrinsics.ll | 1568 ++++++++++++++++++++
.../AArch64/fpconv-vector-op-scalarize-strict.ll | 22 +-
llvm/test/CodeGen/AArch64/strict-fp-int-promote.ll | 67 +
llvm/test/CodeGen/ARM/fp-intrinsics.ll | 562 ++++++-
.../CodeGenPrepare}/PowerPC/lit.local.cfg | 0
.../test/Transforms/SLPVectorizer/X86/lookahead.ll | 150 ++
28 files changed, 2721 insertions(+), 171 deletions(-)
create mode 100644 llvm/test/CodeGen/AArch64/fp-intrinsics.ll
create mode 100644 llvm/test/CodeGen/AArch64/strict-fp-int-promote.ll
copy llvm/test/{Analysis/CostModel => Transforms/CodeGenPrepare}/PowerPC/lit.local [...]
--
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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards c3351a16 0: update: llvm-linux: boot
new 38688423 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 (c3351a16)
\
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 | 168 +-
02-build_llvm/console.log | 12552 +++++++++++++++++------------------
03-build_linux/console.log | 420 +-
04-boot_linux/console.log | 444 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 10 +-
console.log | 13596 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 13602 insertions(+), 13602 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-master-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 1f60a4bb 0: update: binutils-gcc-linux: all
new ed709a6a 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 (1f60a4bb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 166 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 11078 ++++++------
04-build_abe-stage1/console.log | 20294 +++++++++++-----------
05-build_linux/console.log | 774 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 32785 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 32747 insertions(+), 32808 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.