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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards c2bf33afe linux-dffbba4348e9686d6bf42d54eb0f2cd1c4fb3520: all
new 46b443061 llvm-8a11e14ef3568455b0e61467a8d578bbb760d3bb: 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 (c2bf33afe)
\
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:
1-reset_artifacts/console.log | 16 +-
2-build_llvm/console.log | 9069 +++++++++++++++++++--------------------
3-count_linux_objs/console.log | 174 +-
console.log | 9229 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
8 files changed, 9327 insertions(+), 9181 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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards a58462949 llvm-9f4563bbd2e07d3a8f5288dac9991d992551bfe4: all
new c465ec815 linux-9fe36dd579c794ae5f1c236293c55fb6847e9654: 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 (a58462949)
\
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 | 72 +-
2-build_llvm/console.log | 10277 +++++++++++++++++++------------------
3-count_linux_objs/console.log | 228 +-
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 10583 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 10646 insertions(+), 10540 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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards d4a425f31 llvm-29ad802db08206000318b7445592abd620ccf650: 16547
new 34e2bae89 linux-e74c98ca2d6ae4376cc15fa2a22483430909d96b: 16547
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 (d4a425f31)
\
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 | 72 +-
2-build_llvm/console.log | 10238 +++++++++++++++++-----------------
3-count_linux_objs/console.log | 1440 +++--
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 11756 +++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 11707 insertions(+), 11827 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 b70fae7bdc7 [SelectionDAG] Support promotion of the FPOWI integer operand
new 94f81107690 [RISCV] Implement RV64D codegen
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/RISCV/RISCVISelLowering.cpp | 11 +-
lib/Target/RISCV/RISCVInstrInfoD.td | 23 ++
test/CodeGen/RISCV/double-arith.ll | 167 +++++++++++++
test/CodeGen/RISCV/double-bitmanip-dagcombines.ll | 28 +++
test/CodeGen/RISCV/double-br-fcmp.ll | 278 ++++++++++++++++++++++
test/CodeGen/RISCV/double-convert.ll | 180 ++++++++++++++
test/CodeGen/RISCV/double-fcmp.ll | 134 +++++++++++
test/CodeGen/RISCV/double-imm.ll | 27 +++
test/CodeGen/RISCV/double-intrinsics.ll | 217 +++++++++++++++++
test/CodeGen/RISCV/double-mem.ll | 83 +++++++
test/CodeGen/RISCV/double-select-fcmp.ll | 215 +++++++++++++++++
test/CodeGen/RISCV/double-stack-spill-restore.ll | 24 ++
test/CodeGen/RISCV/rv64d-double-convert.ll | 130 ++++++++++
13 files changed, 1513 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/RISCV/rv64d-double-convert.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.
unknown user pushed a change to branch master
in repository llvm.
from ff5877ff783 Fix compilation of examples after 13680223b9d8 / r352827
new b70fae7bdc7 [SelectionDAG] Support promotion of the FPOWI integer operand
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:
include/llvm/CodeGen/ISDOpcodes.h | 4 +-
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 7 +
lib/CodeGen/SelectionDAG/LegalizeTypes.h | 1 +
test/CodeGen/RISCV/float-intrinsics.ll | 218 ++++++++++++++++++++++
4 files changed, 229 insertions(+), 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.
unknown user pushed a change to branch master
in repository glibc.
from 5fc9ed4c40 nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)
new d5627550ae make-syscalls.sh: fix comment referencing syscall-template
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:
ChangeLog | 5 +++++
sysdeps/unix/make-syscalls.sh | 2 +-
2 files changed, 6 insertions(+), 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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 84217a318 llvm-30d3a54b74cf304a82d4f4ab2ef39efdc017ed78: all
new 6946f9c4b linux-9fe36dd579c794ae5f1c236293c55fb6847e9654: 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 (84217a318)
\
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:
1-reset_artifacts/console.log | 14 +-
2-build_llvm/console.log | 9164 ++++++++++++++++++++-------------------
3-count_linux_objs/console.log | 129 +-
console.log | 9165 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
8 files changed, 9290 insertions(+), 9204 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.