This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 01dbaf4f8c9 [X86][SSE] VSELECT(XOR(Cond,-1), LHS, RHS) --> VSELECT(Cond [...]
new 917bdb560e1 [DAGCombiner] Enable SMULO/UMULO vector combine support (PR40442)
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 +--
test/CodeGen/X86/combine-mulo.ll | 56 ++++++++++++--------------------
2 files changed, 23 insertions(+), 37 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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 6fb6fda 0: good: llvm-linux: boot
new 4c87766 0: good: 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 (6fb6fda)
\
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:
1-reset_artifacts/console.log | 16 +-
2-build_llvm/console.log | 9681 ++++++++++++++++++++--------------------
3-build_linux/console.log | 92 +-
console.log | 9789 +++++++++++++++++++++--------------------
jenkins/manifest.sh | 12 +-
5 files changed, 9824 insertions(+), 9766 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-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 77cd9e5 0: good: binutils-gcc-linux: boot
new 3ad6305 0: good: 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 (77cd9e5)
\
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:
1-reset_artifacts/console.log | 16 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 4106 ++++++++--------
4-build_abe-stage1/console.log | 5084 ++++++++++----------
5-build_linux/console.log | 84 +-
6-boot_linux/console.log | 330 +-
console.log | 9668 ++++++++++++++++++--------------------
jenkins/manifest.sh | 12 +-
8 files changed, 9128 insertions(+), 10176 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 d848b29 gcc-3db4c09e230ff0aa8986683531e6a4b88a0f4351: -10
new 22bfb00 gcc-9bc92112cadf867dc7b03e8770422f053295d7bc: -5
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 (d848b29)
\
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:
1-reset_artifacts/console.log | 6 +-
2-prepare_abe/console.log | 14 +-
3-build_abe-bootstrap_O3/console.log | 33661 +++++++++++++++++++++++++++++++-
console.log | 33681 ++++++++++++++++++++++++++++++++-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
results | 2 +
7 files changed, 67236 insertions(+), 136 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 llvm.
from 62fa6d90b1b [CodeGen] Omit range checks from jump tables when lowering [...]
new 01dbaf4f8c9 [X86][SSE] VSELECT(XOR(Cond,-1), LHS, RHS) --> VSELECT(Cond [...]
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:
lib/Target/X86/X86ISelLowering.cpp | 6 +++++
test/CodeGen/X86/combine-addo.ll | 36 +++++++++++---------------
test/CodeGen/X86/combine-mulo.ll | 24 ++++++------------
test/CodeGen/X86/combine-subo.ll | 39 ++++++++++------------------
test/CodeGen/X86/nontemporal-loads.ll | 48 +++++++++++++++++------------------
test/CodeGen/X86/vsel-cmp-load.ll | 8 ++----
6 files changed, 68 insertions(+), 93 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.