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 71bd9963a 0: update: binutils-llvm-linux-qemu: all
new 46250aa0f 0: update: binutils-llvm-linux-qemu: 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 (71bd9963a)
\
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.xz | Bin 1564 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2788 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 44548 -> 43968 bytes
04-build_llvm/console.log.xz | Bin 58100 -> 58824 bytes
05-build_abe-qemu/console.log.xz | Bin 29692 -> 29460 bytes
06-build_linux/console.log.xz | Bin 5076 -> 4976 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 11 insertions(+), 11 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-master-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards f2be3242a 0: update: binutils-gcc-linux-qemu: boot
new c7a037864 0: update: binutils-gcc-linux-qemu: 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 (f2be3242a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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.xz | Bin 1548 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 45588 -> 45136 bytes
04-build_abe-stage1/console.log.xz | Bin 72176 -> 72084 bytes
05-build_abe-qemu/console.log.xz | Bin 30204 -> 30480 bytes
06-build_linux/console.log.xz | Bin 4196 -> 4088 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 15 insertions(+), 15 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 maskray/unnest-regcomp
in repository glibc.
discards f328516dff regex: Unnest regcomp.c
adds 3592ccd472 String: Add __memcmpeq as build target
adds cf3acd774f Benchtests: Add benchtests for __memcmpeq
adds cf4fd28ea4 x86_64: Add support for __memcmpeq using sse2, avx2, and evex
adds fa7f63d8d6 x86_64: Add sse2 optimized __memcmpeq in memcmp-sse2.S
adds b4ed69ba16 x86_64: Add avx2 optimized __memcmpeq in memcmpeq-avx2.S
adds 9b7cfab180 x86_64: Add evex optimized __memcmpeq in memcmpeq-evex.S
adds 6838920383 riscv: Fix incorrect jal with HIDDEN_JUMPTARGET
new 6488909ef8 regex: Unnest nested functions in regcomp.c
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 (f328516dff)
\
N -- N -- N refs/heads/maskray/unnest-regcomp (6488909ef8)
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:
benchtests/Makefile | 2 +-
benchtests/bench-memcmp.c | 14 +-
benchtests/{bench-wmemcmp.c => bench-memcmpeq.c} | 4 +-
string/Makefile | 2 +-
debug/memset_chk.c => string/memcmpeq.c | 16 +-
sysdeps/generic/ifunc-init.h | 5 +-
sysdeps/riscv/setjmp.S | 2 +-
sysdeps/unix/sysv/linux/riscv/setcontext.S | 5 +-
sysdeps/x86_64/memcmp.S | 64 +++-
sysdeps/x86_64/multiarch/Makefile | 4 +
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 18 ++
.../multiarch/{ifunc-avx2.h => ifunc-memcmpeq.h} | 20 +-
sysdeps/x86_64/multiarch/memcmp-sse2.S | 4 +-
sysdeps/x86_64/multiarch/memcmp.c | 3 -
.../{memchr-avx2-rtm.S => memcmpeq-avx2-rtm.S} | 6 +-
sysdeps/x86_64/multiarch/memcmpeq-avx2.S | 324 +++++++++++++++++++++
sysdeps/x86_64/multiarch/memcmpeq-evex.S | 323 ++++++++++++++++++++
.../multiarch/memcmpeq-sse2.S} | 8 +-
sysdeps/x86_64/multiarch/{memset.c => memcmpeq.c} | 16 +-
19 files changed, 780 insertions(+), 60 deletions(-)
copy benchtests/{bench-wmemcmp.c => bench-memcmpeq.c} (93%)
copy debug/memset_chk.c => string/memcmpeq.c (71%)
copy sysdeps/x86_64/multiarch/{ifunc-avx2.h => ifunc-memcmpeq.h} (74%)
copy sysdeps/x86_64/multiarch/{memchr-avx2-rtm.S => memcmpeq-avx2-rtm.S} (68%)
create mode 100644 sysdeps/x86_64/multiarch/memcmpeq-avx2.S
create mode 100644 sysdeps/x86_64/multiarch/memcmpeq-evex.S
copy sysdeps/{i386/i686/multiarch/memcpy_chk-nonshared.S => x86_64/multiarch/memcm [...]
copy sysdeps/x86_64/multiarch/{memset.c => memcmpeq.c} (72%)
--
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 9b7cfab180 x86_64: Add evex optimized __memcmpeq in memcmpeq-evex.S
new 6838920383 riscv: Fix incorrect jal with HIDDEN_JUMPTARGET
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:
sysdeps/riscv/setjmp.S | 2 +-
sysdeps/unix/sysv/linux/riscv/setcontext.S | 5 +++--
2 files changed, 4 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_apm/llvm-master-arm-spec2k6-Oz
in repository toolchain/ci/base-artifacts.
discards 87aaa9503 2: update: binutils-gcc-linux-glibc-llvm: 1
new d600d3a20 2: update: binutils-gcc-linux-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 (87aaa9503)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_llvm_apm/llvm-master [...]
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.xz | Bin 1564 -> 1604 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 44336 -> 44916 bytes
04-build_abe-stage1/console.log.xz | Bin 90384 -> 92376 bytes
06-build_abe-linux/console.log.xz | Bin 9012 -> 9088 bytes
07-build_abe-glibc/console.log.xz | Bin 229732 -> 231812 bytes
08-build_abe-stage2/console.log.xz | Bin 203164 -> 208892 bytes
09-build_llvm-true/console.log.xz | Bin 59236 -> 59256 bytes
10-benchmark/benchmark-build.log | 40 +-
10-benchmark/benchmark.log | 38 +-
10-benchmark/console.log.xz | Bin 3120 -> 3116 bytes
11-check_regression/console.log.xz | Bin 5380 -> 5276 bytes
11-check_regression/results-0.csv | 2703 ++--
11-check_regression/results-1.csv | 2719 ++--
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 5 +-
11-check_regression/results-full.csv | 2860 ++---
11-check_regression/results.csv | 161 +-
11-check_regression/results.log | 3140 ++---
12-update_baseline/console.log | 12692 +++++++++----------
12-update_baseline/results-1.csv | 2719 ++--
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 3 +-
12-update_baseline/results-full.csv | 2662 ++--
12-update_baseline/results.csv | 161 +-
12-update_baseline/results.log | 2146 ++--
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 1171284 -> 1171132 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 92132 -> 92020 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 3299256 -> 3299368 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 32836 -> 32764 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 138348 -> 138220 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 185144 -> 185072 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 1974552 -> 1974760 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 3071896 -> 3072164 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 478356 -> 478200 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 1096332 -> 1096300 bytes
.../top-artifacts/save-temps/456.hmmer.tar.xz | Bin 315900 -> 315680 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 141320 -> 141276 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 48196 -> 48084 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 559996 -> 560120 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 25224 -> 25132 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 793392 -> 793456 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 69632 -> 69500 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 212440 -> 212288 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 6975004 -> 6975496 bytes
jenkins/manifest.sh | 26 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 1171284 -> 1171132 bytes
save-temps/401.bzip2.tar.xz | Bin 92132 -> 92020 bytes
save-temps/403.gcc.tar.xz | Bin 3299256 -> 3299368 bytes
save-temps/429.mcf.tar.xz | Bin 32836 -> 32764 bytes
save-temps/433.milc.tar.xz | Bin 138348 -> 138220 bytes
save-temps/444.namd.tar.xz | Bin 185144 -> 185072 bytes
save-temps/445.gobmk.tar.xz | Bin 1974552 -> 1974760 bytes
save-temps/447.dealII.tar.xz | Bin 3071896 -> 3072164 bytes
save-temps/450.soplex.tar.xz | Bin 478356 -> 478200 bytes
save-temps/453.povray.tar.xz | Bin 1096332 -> 1096300 bytes
save-temps/456.hmmer.tar.xz | Bin 315900 -> 315680 bytes
save-temps/458.sjeng.tar.xz | Bin 141320 -> 141276 bytes
save-temps/462.libquantum.tar.xz | Bin 48196 -> 48084 bytes
save-temps/464.h264ref.tar.xz | Bin 559996 -> 560120 bytes
save-temps/470.lbm.tar.xz | Bin 25224 -> 25132 bytes
save-temps/471.omnetpp.tar.xz | Bin 793392 -> 793456 bytes
save-temps/473.astar.tar.xz | Bin 69632 -> 69500 bytes
save-temps/482.sphinx3.tar.xz | Bin 212440 -> 212288 bytes
save-temps/483.xalancbmk.tar.xz | Bin 6975004 -> 6975496 bytes
66 files changed, 16039 insertions(+), 16114 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-allnoconfig
in repository toolchain/ci/llvm-project.
from 73daeb3d507f [CUDA] Make sure <string.h> is included with original __TH [...]
adds ec4829efcc94 fixes bug #51926 where dangling comma caused overrun
adds eb845520ac3c compiler-rt: Fix arch detection for ppc64le
adds 26e2c97bf14c [openmp] [elf_common] Fix linking against LLVM dylib
adds 08e3a5ccd952 [IntelJITListener] Fix order in JitListener/multiple.ll
No new revisions were added by this update.
Summary of changes:
clang/lib/Format/WhitespaceManager.cpp | 16 ++++++++++++++--
clang/unittests/Format/FormatTest.cpp | 14 +++++++++++++-
compiler-rt/cmake/base-config-ix.cmake | 2 +-
llvm/test/JitListener/multiple.ll | 10 +++++-----
.../plugins/common/elf_common/CMakeLists.txt | 3 +++
5 files changed, 36 insertions(+), 9 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-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 471a3e5663 Automatic date update in version.in
adds 5af30d001a Automatic date update in version.in
adds 70cfd17bbd Automatic date update in version.in
adds a035f1f8e7 Automatic date update in version.in
adds b7f12798a5 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards a8548eb88 0: update: binutils-llvm-linux-qemu: all
new 7fee5f2fe 0: update: binutils-llvm-linux-qemu: 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 (a8548eb88)
\
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.xz | Bin 1552 -> 1608 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 41548 -> 41884 bytes
04-build_llvm/console.log.xz | Bin 58232 -> 57840 bytes
05-build_abe-qemu/console.log.xz | Bin 29476 -> 29524 bytes
06-build_linux/console.log.xz | Bin 3480 -> 3572 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 11 insertions(+), 11 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 gcc.
from d123daec0c2 Fix ifcvt-4.c to not depend on VRP2 asserts.
new 6123b998b18 match.pd: Optimize MIN_EXPR <addr1, addr2> etc. addr1 < add [...]
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:
gcc/fold-const.c | 126 ++++++++++++++++++++
gcc/fold-const.h | 2 +
gcc/match.pd | 172 ++++++++-------------------
gcc/testsuite/gcc.dg/Wstringop-overflow-62.c | 8 +-
gcc/testsuite/gcc.dg/tree-ssa/pr102951.c | 41 +++++++
5 files changed, 220 insertions(+), 129 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr102951.c
--
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_gcc_check/master-arm
in repository toolchain/ci/base-artifacts.
discards 136cca6d1 0: update: binutils-gcc: 1
new f1c764ceb 0: update: binutils-gcc: 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 (136cca6d1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (f1 [...]
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.xz | Bin 1512 -> 1532 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 66396 -> 65944 bytes
04-build_abe-gcc/console.log.xz | Bin 231884 -> 231520 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3816 -> 3860 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2668 -> 2568 bytes
07-check_regression/console.log.xz | Bin 2908 -> 3384 bytes
07-check_regression/extra-bisect-params | 1 +
07-check_regression/fails.sum | 19 +
07-check_regression/results.compare | 43 +-
07-check_regression/results.compare2 | 124 +-
07-check_regression/results.regressions | 39 +
08-update_baseline/console.log | 498 ++--
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 19 +
08-update_baseline/results.compare | 43 +-
08-update_baseline/results.compare2 | 124 +-
08-update_baseline/results.regressions | 39 +
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2710616 -> 2669016 bytes
sumfiles/g++.sum | 120 +-
sumfiles/gcc.log.xz | Bin 2246760 -> 2255796 bytes
sumfiles/gcc.sum | 4067 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 872396 -> 876976 bytes
sumfiles/gfortran.sum | 92 +-
sumfiles/libatomic.log.xz | Bin 2156 -> 2156 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 169308 -> 169524 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2520 -> 2528 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 443800 -> 451524 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2813 insertions(+), 2464 deletions(-)
create mode 100644 07-check_regression/extra-bisect-params
create mode 100644 07-check_regression/fails.sum
create mode 100644 07-check_regression/results.regressions
create mode 100644 08-update_baseline/extra-bisect-params
create mode 100644 08-update_baseline/fails.sum
create mode 100644 08-update_baseline/results.regressions
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.