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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards cb5de01 0: update: binutils-gcc-linux: all
new c61e26b 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 (cb5de01)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 182 +-
02-prepare_abe/console.log | 270 +-
03-build_abe-binutils/console.log | 11268 +++++++------
04-build_abe-stage1/console.log | 20152 +++++++++++-----------
05-build_linux/console.log | 612 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 32476 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
10 files changed, 32509 insertions(+), 32485 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 437310b30fd [ARM] Fold VCMP into VPT
new bc9f059dd8b [docs][llvm-size] Write llvm-size documentation
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:
docs/CommandGuide/llvm-size.rst | 189 +++++++++++++++++++++++++++++++++++++++-
1 file changed, 186 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-O2_LTO
in repository toolchain/ci/base-artifacts.
discards d980ac6 0: init: binutils-gcc-glibc-llvm: 0
new 4339a8c 0: update: binutils-gcc-glibc-llvm: 0
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 (d980ac6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-master-aarch64- [...]
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 | 119 +-
02-prepare_abe/console.log | 180 +-
03-build_abe-binutils/console.log | 10739 +--
04-build_abe-stage1---/console.log | 7843 ++
04-build_abe-stage1/console.log | 7915 ---
05-build_abe-linux/console.log | 314 +-
06-build_abe-glibc/console.log | 40197 +++++------
07-build_abe-stage2---/console.log | 19968 ++++++
07-build_abe-stage2/console.log | 20531 ------
08-build_llvm-true/console.log | 12047 ++--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 61 +-
09-benchmark/console.log | 186 +-
10-check_regression/console.log | 4947 +-
11-update_baseline/console.log | 4954 +-
console.log | 129480 ++++++++++++++++++----------------
jenkins/manifest.sh | 26 +-
results | 4 +-
results-full.csv | 1010 +
results.csv | 79 +
results_id | 2 +-
21 files changed, 140340 insertions(+), 120264 deletions(-)
create mode 100644 04-build_abe-stage1---/console.log
delete mode 100644 04-build_abe-stage1/console.log
create mode 100644 07-build_abe-stage2---/console.log
delete mode 100644 07-build_abe-stage2/console.log
create mode 100644 results-full.csv
create mode 100644 results.csv
--
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 cba3b2c1c37 [InstCombine] remove unneeded one-use checks for icmp fold
new 437310b30fd [ARM] Fold VCMP into VPT
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/ARM/ARMInstrMVE.td | 22 ++--
lib/Target/ARM/MVEVPTBlockPass.cpp | 114 +++++++++++++++++++--
test/CodeGen/Thumb2/mve-masked-ldst.ll | 24 ++---
test/CodeGen/Thumb2/mve-masked-load.ll | 176 +++++++++++---------------------
test/CodeGen/Thumb2/mve-masked-store.ll | 114 +++++++--------------
test/CodeGen/Thumb2/mve-pred-and.ll | 93 ++++++-----------
test/CodeGen/Thumb2/mve-pred-not.ll | 3 +-
test/CodeGen/Thumb2/mve-pred-or.ll | 51 +++------
test/CodeGen/Thumb2/mve-vcmpf.ll | 24 ++---
test/CodeGen/Thumb2/mve-vcmpfr.ll | 24 ++---
test/CodeGen/Thumb2/mve-vcmpfz.ll | 24 ++---
test/CodeGen/Thumb2/mve-vpt-block.mir | 6 +-
test/CodeGen/Thumb2/mve-vpt-block2.mir | 8 +-
test/CodeGen/Thumb2/mve-vpt-block3.mir | 12 +--
test/CodeGen/Thumb2/mve-vpt-block4.mir | 18 ++--
test/CodeGen/Thumb2/mve-vpt-block5.mir | 16 +--
test/CodeGen/Thumb2/mve-vpt-block6.mir | 12 +--
test/CodeGen/Thumb2/mve-vpt-block7.mir | 16 +--
test/CodeGen/Thumb2/mve-vpt-block8.mir | 20 ++--
test/CodeGen/Thumb2/mve-vpt-nots.mir | 70 ++++++-------
20 files changed, 383 insertions(+), 464 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 8624cc4ae45 [InstCombine] add icmp tests with extra uses; NFC
new cba3b2c1c37 [InstCombine] remove unneeded one-use checks for icmp fold
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/Transforms/InstCombine/InstCombineCompares.cpp | 5 +----
test/Transforms/InstCombine/icmp.ll | 4 ++--
2 files changed, 3 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.