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-aarch64-mainline-defconfig
in repository toolchain/ci/llvm-project.
from 1feb3329996 Add yaml defintions for CI tests with GitHub Actions
adds 68cd4f72bea Use FinishThunk to finish musttail thunks
adds 47e68d86442 [CodeGen] Fix sinking local values in lpads with phis
adds edbe962459d [COFF] Don't treat DWARF sections as GC roots
No new revisions were added by this update.
Summary of changes:
clang/lib/CodeGen/CGVTables.cpp | 5 ++-
clang/test/CodeGenCXX/ms-thunks-ehspec.cpp | 27 ++++++++++++++
clang/test/CodeGenCXX/thunks-ehspec.cpp | 29 +++++++++++++++
lld/COFF/MarkLive.cpp | 6 ++-
lld/test/COFF/gc-dwarf.s | 60 ++++++++++++++++++++++++++++++
llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | 17 ++++++++-
llvm/test/CodeGen/X86/sink-local-value.ll | 36 ++++++++++++++++++
7 files changed, 175 insertions(+), 5 deletions(-)
create mode 100644 clang/test/CodeGenCXX/ms-thunks-ehspec.cpp
create mode 100644 clang/test/CodeGenCXX/thunks-ehspec.cpp
create mode 100644 lld/test/COFF/gc-dwarf.s
--
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-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 1789110dd 0: update: llvm-linux: boot
new 254251d87 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 (1789110dd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 68 +-
02-build_llvm/console.log | 12680 +++++++++++++++++-----------------
03-build_linux/console.log | 666 +-
04-boot_linux/console.log | 476 +-
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 12 +-
console.log | 13914 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 13917 insertions(+), 13921 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_tk1/gnu-release-arm-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards f4710ce03 2: update: binutils-gcc-glibc: 1
new 1f3d7e20e 2: update: binutils-gcc-glibc: 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 (f4710ce03)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/gnu-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 | 162 +-
02-prepare_abe/console.log | 414 +-
03-build_abe-binutils/console.log | 9032 +-
04-build_abe-stage1/console.log | 17987 ++--
05-build_abe-linux/console.log | 134 +-
06-build_abe-glibc/console.log | 37941 ++++----
07-build_abe-stage2/console.log | 42688 +++++----
09-benchmark--Os_mthumb/benchmark-start.log | 2 +-
09-benchmark--Os_mthumb/benchmark.log | 13 +-
09-benchmark--Os_mthumb/console.log | 188 +-
10-check_regression/console.log | 3623 +-
10-check_regression/results-0.csv | 3687 +-
10-check_regression/results-1.csv | 3672 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-compare.csv | 11 +-
10-check_regression/results-full.csv | 3942 +-
10-check_regression/results.csv | 237 +-
10-check_regression/results.log | 4654 +-
11-update_baseline/console.log | 7386 +-
11-update_baseline/results-1.csv | 3672 +-
11-update_baseline/results-brief.csv | 56 +-
11-update_baseline/results-compare.csv | 11 +-
11-update_baseline/results-full.csv | 3670 +-
11-update_baseline/results.csv | 233 +-
11-update_baseline/results.log | 3344 +-
console.log | 119599 +++++++++++++------------
jenkins/manifest.sh | 12 +-
results_id | 2 +-
28 files changed, 133427 insertions(+), 133003 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-master-aarch64-spec2k6-Oz_LTO
in repository toolchain/ci/glibc.
from 319d2a7b60 Add GRND_INSECURE from Linux 5.6 to sys/random.h
adds df76ff3a44 x32: Properly pass long to syscall [BZ #25810]
adds 2102bec982 hurd: add mach_print function
No new revisions were added by this update.
Summary of changes:
mach/Versions | 3 +++
sysdeps/mach/hurd/i386/libc.abilist | 1 +
sysdeps/unix/sysv/linux/x86_64/sysdep.h | 15 +++++++++------
sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h | 16 ++++++++++++++++
4 files changed, 29 insertions(+), 6 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-master-aarch64-spec2k6-Oz_LTO
in repository toolchain/ci/base-artifacts.
discards 47489b05b 2: update: binutils-gcc-glibc-llvm: 1
new 03131bc9d 2: 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 (47489b05b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarc [...]
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 | 22 +-
03-build_abe-binutils/console.log | 11541 ++-
04-build_abe-stage1/console.log | 15783 ++--
05-build_abe-linux/console.log | 310 +-
06-build_abe-glibc/console.log | 39374 +++++----
07-build_abe-stage2/console.log | 37567 ++++-----
08-build_llvm-true/console.log | 12838 +--
10-benchmark--Oz_LTO/benchmark-start.log | 2 +-
10-benchmark--Oz_LTO/benchmark.log | 16 +-
10-benchmark--Oz_LTO/console.log | 216 +-
11-check_regression/console.log | 745 +-
11-check_regression/results-0.csv | 110 +-
11-check_regression/results-1.csv | 108 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 1 -
11-check_regression/results-full.csv | 112 +-
11-check_regression/results.csv | 47 +-
11-check_regression/results.log | 2526 +-
12-update_baseline/console.log | 2437 +-
12-update_baseline/results-1.csv | 108 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 1 -
12-update_baseline/results-full.csv | 108 +-
12-update_baseline/results.csv | 47 +-
12-update_baseline/results.log | 1898 +-
console.log | 121285 ++++++++++++++--------------
jenkins/manifest.sh | 24 +-
results_id | 2 +-
29 files changed, 123641 insertions(+), 123791 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.