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 67cf4eeb8 0: update: llvm-linux: all
new b58891915 0: update: llvm-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 (67cf4eeb8)
\
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 | 76 +-
02-build_llvm/console.log | 12818 ++++++++++++++---------------
03-build_linux/console.log | 3882 +++++----
04-boot_linux/console.log | 6 +-
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 12 +-
console.log | 16806 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 16813 insertions(+), 16809 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-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards d3b1cc414 0: update: llvm-linux: boot
new f92e3a1b0 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 (d3b1cc414)
\
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:
01-reset_artifacts/console.log | 14 +-
02-build_llvm/console.log | 12504 +++++++++++++++++-----------------
03-build_linux/console.log | 840 +--
04-boot_linux/console.log | 480 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 10 +-
console.log | 13850 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 13855 insertions(+), 13855 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-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 0de58306c 0: update: llvm-linux: all
new 70a4d2d85 0: update: llvm-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 (0de58306c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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-build_llvm/console.log | 12876 +++++++++++++++++------------------
03-build_linux/console.log | 898 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 12 +-
console.log | 13877 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
8 files changed, 13899 insertions(+), 13869 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_tx1/llvm-release-aarch64-spec2k6-O3
in repository toolchain/ci/llvm-project.
from 71c3f57326c [ELF] Allow SHF_LINK_ORDER and non-SHF_LINK_ORDER to be mixed
adds 5fbba36cbe9 [SimplifyCFG] Skip merging return blocks if it would break [...]
adds ef7dbe6de65 [X86][SSE] combineX86ShufflesConstants - early out for zero [...]
adds cc6e51a1414 add release notes for ffp-model and ffp-exception-behavior
adds 6196695ec58 [CodeView] Align type records on 4-bytes when emitting PDBs
adds 92d5c1be9ee [PowerPC] Update alignment for ReuseLoadInfo in LowerFP_TO_ [...]
No new revisions were added by this update.
Summary of changes:
clang/docs/ReleaseNotes.rst | 7 ++++
lld/test/COFF/pdb-tpi-aligned-records.test | 46 ++++++++++++++++++++++
.../DebugInfo/CodeView/GlobalTypeTableBuilder.h | 5 +++
.../DebugInfo/CodeView/MergingTypeTableBuilder.cpp | 4 +-
llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 24 +++++++++--
llvm/lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp | 10 ++++-
llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 7 +++-
llvm/lib/Target/X86/X86ISelLowering.cpp | 8 +++-
llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp | 15 +++++++
llvm/test/CodeGen/PowerPC/kernel-fp-round.ll | 44 +++++++++++++++++++++
llvm/test/CodeGen/X86/pr45443.ll | 21 ++++++++++
.../Transforms/SimplifyCFG/callbr-destinations.ll | 28 +++++++++++++
12 files changed, 210 insertions(+), 9 deletions(-)
create mode 100644 lld/test/COFF/pdb-tpi-aligned-records.test
create mode 100644 llvm/test/CodeGen/PowerPC/kernel-fp-round.ll
create mode 100644 llvm/test/CodeGen/X86/pr45443.ll
create mode 100644 llvm/test/Transforms/SimplifyCFG/callbr-destinations.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_bmk_tx1/llvm-release-aarch64-spec2k6-O3
in repository toolchain/ci/base-artifacts.
discards 9b1ae1233 4: update: binutils-gcc-glibc-llvm: 1
new 14cfad05f 4: update: binutils-gcc-glibc-llvm: 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 (9b1ae1233)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/llvm-release-aar [...]
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 | 128 +-
02-prepare_abe/console.log | 402 +-
03-build_abe-binutils/console.log | 11470 +--
04-build_abe-stage1/console.log | 13761 ++--
05-build_abe-linux/console.log | 236 +-
06-build_abe-glibc/console.log | 38561 +++++-----
07-build_abe-stage2/console.log | 36951 ++++-----
08-build_llvm-true/console.log | 12646 +--
09-true/console.log | 2 +-
10-benchmark--O3/benchmark-start.log | 2 +-
10-benchmark--O3/benchmark.log | 16 +-
10-benchmark--O3/console.log | 201 +-
11-check_regression/console.log | 446 +-
11-check_regression/results-0.csv | 2122 +-
11-check_regression/results-1.csv | 2127 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 2 -
11-check_regression/results-full.csv | 2303 +-
11-check_regression/results.csv | 160 +-
11-check_regression/results.log | 2404 +-
12-update_baseline/console.log | 4934 +-
12-update_baseline/results-1.csv | 2127 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 2 -
12-update_baseline/results-full.csv | 2127 +-
12-update_baseline/results.csv | 160 +-
12-update_baseline/results.log | 1782 +-
12-update_baseline/results.regressions | 4 +-
console.log | 119754 ++++++++++++++---------------
jenkins/manifest.sh | 16 +-
results_id | 2 +-
31 files changed, 127219 insertions(+), 127705 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.