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-allmodconfig
in repository toolchain/ci/base-artifacts.
from 8fe6bc91 2: update: llvm-19a71f6bdf2dddb10764939e7f0ec2b98dba76c9: 19652
new 975af625 3: reset: linux-85751e9e5b1480fc675106aeaf94fadb8028469b: 19642
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 | 112 +-
02-build_llvm/console.log | 11525 +++++++++++++++++-----------------
03-build_linux/console.log | 1135 ++--
05-check_regression/console.log | 20 +-
06-update_baseline/console.log | 67 +-
console.log | 12859 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 2 +-
9 files changed, 12790 insertions(+), 12940 deletions(-)
create mode 100644 reset-baseline
--
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/gnu-master-arm-spec2k6-Os_LTO
in repository toolchain/ci/glibc.
from c7e4b684e7 locale/C-translit.h.in: Cyrillic -> ASCII transliteration [B [...]
adds dcf36bcad3 Add NEWS entry about the new AArch64 IFUNC resolver call ABI
adds 95da14dac0 test-container: Avoid copying unintended system libraries
adds 35e038c1d2 test-container: Install with $(all-subdirs) [BZ #24794]
new 7854ebf8ed Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ [...]
new 82c664ed75 build-many-glibcs.py: Use Linux 5.2 by default
The 2 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 | 40 +++++++++
Makefile | 7 +-
NEWS | 4 +
scripts/build-many-glibcs.py | 2 +-
sysdeps/unix/sysv/linux/Makefile | 14 +++-
.../unix/sysv/linux/alpha/bits/socket-constants.h | 24 ++++--
.../unix/sysv/linux/bits/socket-constants.h | 24 ++++--
sysdeps/unix/sysv/linux/bits/socket.h | 98 ++--------------------
.../unix/sysv/linux/hppa/bits/socket-constants.h | 24 ++++--
.../unix/sysv/linux/mips/bits/socket-constants.h | 24 ++++--
.../sysv/linux/powerpc/bits/socket-constants.h | 24 ++++--
.../unix/sysv/linux/sparc/bits/socket-constants.h | 24 ++++--
sysdeps/unix/sysv/linux/tst-socket-consts.py | 65 ++++++++++++++
13 files changed, 246 insertions(+), 128 deletions(-)
copy argp/bits/argp-ldbl.h => sysdeps/unix/sysv/linux/alpha/bits/socket-constants.h (58%)
copy misc/bits/error-ldbl.h => sysdeps/unix/sysv/linux/bits/socket-constants.h (60%)
copy argp/bits/argp-ldbl.h => sysdeps/unix/sysv/linux/hppa/bits/socket-constants.h (58%)
copy argp/bits/argp-ldbl.h => sysdeps/unix/sysv/linux/mips/bits/socket-constants.h (58%)
copy misc/bits/error-ldbl.h => sysdeps/unix/sysv/linux/powerpc/bits/socket-constan [...]
copy argp/bits/argp-ldbl.h => sysdeps/unix/sysv/linux/sparc/bits/socket-constants.h (58%)
create mode 100644 sysdeps/unix/sysv/linux/tst-socket-consts.py
--
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/gnu-master-arm-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 0e9c604e 0: update: binutils-gcc-glibc: -5
new c6089316 0: update: binutils-gcc-glibc: -5
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 (0e9c604e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-master-arm-spec2 [...]
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 | 130 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 11174 ++--
04-build_abe-stage1/console.log | 20162 +++---
05-build_abe-linux/console.log | 290 +-
06-build_abe-glibc/console.log | 38652 ++++++------
07-build_abe-stage2/console.log | 46105 +++++++-------
08-benchmark/benchmark-start.log | 2 +-
08-benchmark/benchmark.log | 18 +-
08-benchmark/console.log | 70 +-
console.log | 117121 ++++++++++++++++++-----------------
jenkins/manifest.sh | 18 +-
12 files changed, 117294 insertions(+), 116888 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 3109dd325be [SDAG] convert (sub x, 1) to (add x, -1) in ctpop expansion; NFC
new df1a10ab2cd AMDGPU/GlobalISel: Don't assume instruction can be erased w [...]
new f4d69147928 AMDGPU: Fix test after r366913
The 2 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/AMDGPU/AMDGPUInstructionSelector.cpp | 14 ++++++-----
.../AMDGPU/GlobalISel/inst-select-anyext.mir | 28 +++++++++++++++-------
.../AMDGPU/amdgcn-demanded-vector-elts.ll | 25 ++++---------------
3 files changed, 32 insertions(+), 35 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 2c9f1881688 AMDGPU: Only allow FP types for format buffer intrinics
new 3109dd325be [SDAG] convert (sub x, 1) to (add x, -1) in ctpop expansion; NFC
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/CodeGen/SelectionDAG/TargetLowering.cpp | 6 +++---
1 file changed, 3 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_kernel/llvm-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 81773d50 2: update: llvm-linux: 19652
new 8fe6bc91 2: update: llvm-19a71f6bdf2dddb10764939e7f0ec2b98dba76c9: 19652
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 (81773d50)
\
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 | 165 +-
02-build_llvm/console.log | 11732 +++++++++++++++++-----------------
03-build_linux/console.log | 1161 ++--
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 49 +-
console.log | 13113 +++++++++++++++++++-------------------
jenkins/manifest.sh | 7 +-
7 files changed, 12931 insertions(+), 13302 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 cc5712834e3 [AIX][lit] Don't depend on psutil on AIX
new 2c9f1881688 AMDGPU: Only allow FP types for format buffer intrinics
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/IR/IntrinsicsAMDGPU.td | 44 ++++++++++++++++++-------------------
1 file changed, 22 insertions(+), 22 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 3ff00e683d5 [ARC] Fix and refurbish the interrupts.
new 72d0c136973 * tree-nested.c (build_simple_mem_ref_notrap): New functio [...]
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/ChangeLog | 8 ++++++++
gcc/tree-nested.c | 24 +++++++++++++++++-------
2 files changed, 25 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.