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-aarch64-lts-allyesconfig
in repository toolchain/ci/llvm-project.
from b8a3c34eee0 Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transfor [...]
adds d12f2a29984 GlobalISel: Scalarize all division operations
adds 085898d469a [ELF] Drop const qualifier to fix -Wrange-loop-analysis. NFC
adds 285d5e6b8b1 [LegalizeVectorOps] Split most of ExpandStrictFPOp into a s [...]
adds 16a67d252c7 [TargetLowering] In expandFP_TO_UINT, add proper extend or [...]
adds 4e37d60f2a6 [LegalizeVectorOps][X86] Enable expansion of vector fp_to_u [...]
adds 170de3de2ee [ParserTest] Move raw string literal out of macro
adds 5a253992212 [ARM] Add and update FMA tests. NFC
adds c15a56f61a5 [ARM] Fill in FP16 FMA patterns
adds fb8c9a339a9 [ARM] Use isFMAFasterThanFMulAndFAdd for scalars as well as [...]
adds 3db84f142af [X86] Merge (identical) LowerGC_TRANSITION_START and LowerG [...]
adds 6a6e6f04ec2 [X86] Move combineLogicBlendIntoConditionalNegate before co [...]
new e3bd0118903 [X86][SSE] Combine combineLogicBlendIntoConditionalNegate f [...]
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/unittests/ASTMatchers/Dynamic/ParserTest.cpp | 6 +-
lld/ELF/Relocations.cpp | 2 +-
llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 3 +
.../lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 25 +-
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 4 +
llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 7 +
llvm/lib/Target/ARM/ARM.td | 17 +
llvm/lib/Target/ARM/ARMISelLowering.cpp | 11 +-
llvm/lib/Target/ARM/ARMInstrVFP.td | 21 +
llvm/lib/Target/ARM/ARMPredicates.td | 8 +-
llvm/lib/Target/ARM/ARMSubtarget.h | 9 +
llvm/lib/Target/ARM/ARMTargetTransformInfo.h | 18 +-
llvm/lib/Target/X86/X86ISelLowering.cpp | 167 ++++----
llvm/lib/Target/X86/X86ISelLowering.h | 3 +-
.../CodeGen/AMDGPU/GlobalISel/legalize-sdiv.mir | 451 ++++++++++++++++++++
.../CodeGen/AMDGPU/GlobalISel/legalize-srem.mir | 457 +++++++++++++++++++++
.../CodeGen/AMDGPU/GlobalISel/legalize-udiv.mir | 412 +++++++++++++++++++
.../CodeGen/AMDGPU/GlobalISel/legalize-urem.mir | 412 +++++++++++++++++++
llvm/test/CodeGen/ARM/cortex-a57-misched-vfma.ll | 18 +-
llvm/test/CodeGen/ARM/fp16-fullfp16.ll | 2 +-
llvm/test/CodeGen/ARM/fp16-fusedMAC.ll | 429 +++++++++++++++++++
llvm/test/CodeGen/ARM/fusedMAC.ll | 50 +--
.../test/CodeGen/Thumb2/float-intrinsics-double.ll | 2 +-
llvm/test/CodeGen/Thumb2/float-intrinsics-float.ll | 2 +-
llvm/test/CodeGen/X86/combine-sdiv.ll | 203 +++++----
llvm/test/CodeGen/X86/vec-strict-fptoint-128.ll | 156 ++-----
llvm/test/CodeGen/X86/vec-strict-fptoint-256.ll | 148 ++-----
llvm/test/CodeGen/X86/vector-blend.ll | 38 +-
.../X86/vector-constrained-fp-intrinsics.ll | 61 +--
29 files changed, 2591 insertions(+), 551 deletions(-)
create mode 100644 llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sdiv.mir
create mode 100644 llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-srem.mir
create mode 100644 llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-udiv.mir
create mode 100644 llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-urem.mir
create mode 100644 llvm/test/CodeGen/ARM/fp16-fusedMAC.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-master-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 55cc1ea8e 11: update: llvm-linux: 16048
new 6b1322486 11: update: llvm-linux: 16048
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 (55cc1ea8e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 216 +-
02-build_llvm/console.log | 12406 ++++++++++++------------
03-build_linux/console.log | 6920 +++++++-------
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 64 +-
console.log | 19616 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 19618 insertions(+), 19622 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-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 49319afa5 0: update: llvm-linux: boot
new 561f4005e 0: update: linux-36487907f34131c7e3df5b1e6b30b4e3dfcdc0af: 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 (49319afa5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 220 +-
02-build_llvm/console.log | 12451 ++++++++++++-----------
03-build_linux/console.log | 7816 +++++++--------
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 10 +-
console.log | 20507 +++++++++++++++++++-------------------
jenkins/manifest.sh | 11 +-
7 files changed, 20345 insertions(+), 20680 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-release-arm-lts-allmodconfig
in repository toolchain/ci/gcc.
from 805b4df0675 Daily bump.
adds d070e948237 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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/gnu-release-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards d6d280d8f 0: update: binutils-gcc-linux: all
new d9a11aa6b 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 (d6d280d8f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 77 +-
02-prepare_abe/console.log | 370 +-
03-build_abe-binutils/console.log | 10869 ++++++-------
04-build_abe-stage1/console.log | 18621 +++++++++++-----------
05-build_linux/console.log | 884 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 30862 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 30839 insertions(+), 30874 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-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 86c194c9d 0: update: gcc-9b51d80f860841ea80be6c420970ec8b881c0f9e: 1
new afc07d8e3 0: update: gcc-16e589171d3ce8c6bd030bffe99f6513fd12aaf2: 1
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 (86c194c9d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 86 +-
02-prepare_abe/console.log | 430 +-
03-build_abe-bootstrap_O3/console.log | 69243 ++++++++++++++++---------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 69761 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 69751 insertions(+), 69781 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-allyesconfig
in repository toolchain/ci/binutils-gdb.
from ea933f17c3 Release bfd_alloc memory in bfd_check_format_matches
adds 7fddfece82 Automatic date update in version.in
adds 3a657c600b libctf: Add configure check for asprintf (for MinGW)
adds eb9a7e353f Fix libctf ChangeLog date in most recent entry.
adds 6a5206eb27 [AArch64] Fix erroneous use of spu architecture bfd
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 6 +++++
gdb/aarch64-linux-nat.c | 2 +-
libctf/ChangeLog | 6 +++++
libctf/config.h.in | 4 ++++
libctf/configure | 62 +++++++++++++++++++++++++++++++++++++++++++++++--
libctf/configure.ac | 2 ++
7 files changed, 80 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.