This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/release-aarch64-bootstrap_lto
in repository toolchain/ci/binutils-gdb.
from 6060c2f337 Automatic date update in version.in
adds 27439f0eda Automatic date update in version.in
adds fcc561a54d Automatic date update in version.in
adds f0f39c9cfa 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_gcc_bootstrap/release-aarch64-bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards 80d604109 0: update: binutils-gcc: 2
new b56d01ff0 0: update: binutils-gcc: 2
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 (80d604109)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-aa [...]
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 -> 1492 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 51140 -> 50984 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 267800 -> 263928 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 14 +++++++-------
7 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 release/2.34/master
in repository glibc.
from 772e33411b Use support_open_dev_null_range io/tst-closefrom, misc/tst-c [...]
new 33adeaa3e2 nptl: Avoid setxid deadlock with blocked signals in thread e [...]
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:
NEWS | 1 +
nptl/pthread_create.c | 12 ++++-
sysdeps/pthread/Makefile | 1 +
.../pthread/tst-pthread-setuid-loop.c | 54 +++++++++++-----------
4 files changed, 40 insertions(+), 28 deletions(-)
copy nptl/tst-pthread-attr-affinity-fail.c => sysdeps/pthread/tst-pthread-setuid-l [...]
--
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 0d39eb28fd2 openmp: Diagnose omp::directive attribute without balanced [...]
new cb8d916eef5 AVX512FP16: Add expander for rint/nearbyinthf2.
new 1041111f198 AVX512FP16: Add expander for fmahf4
new fccd8855ed4 AVX512FP16: Add expander for smin/maxhf3.
new 60698a19c77 AVX512FP16: Add fix(uns)?_truncmn2 for HF scalar and vector modes
new 25faed6f379 AVX512FP16: Add float(uns)?mn2 expander
new 3829793c50e AVX512FP16: add truncmn2/extendmn2 expanders
new 9ce500289a6 AVX512FP16: Enable vec_cmpmn/vcondmn expanders for HF modes.
The 7 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/config/i386/i386-expand.c | 2 +
gcc/config/i386/i386.md | 62 +++++
gcc/config/i386/sse.md | 259 ++++++++++++++++++---
.../g++.target/i386/avx512fp16-vcondmn-minmax.C | 25 ++
.../g++.target/i386/avx512fp16-vcondmn-vec.C | 70 ++++++
.../gcc.target/i386/avx512fp16-builtin-minmax-1.c | 35 +++
.../gcc.target/i386/avx512fp16-builtin-round-1.c | 14 ++
.../gcc.target/i386/avx512fp16-floatvnhf.c | 61 +++++
gcc/testsuite/gcc.target/i386/avx512fp16-fma-1.c | 69 ++++++
.../gcc.target/i386/avx512fp16-trunc-extendvnhf.c | 55 +++++
gcc/testsuite/gcc.target/i386/avx512fp16-trunchf.c | 59 +++++
.../gcc.target/i386/avx512fp16-truncvnhf.c | 61 +++++
.../gcc.target/i386/avx512fp16-vcondmn-loop-1.c | 70 ++++++
.../gcc.target/i386/avx512fp16-vcondmn-loop-2.c | 143 ++++++++++++
.../gcc.target/i386/avx512fp16-vec_cmpmn.c | 32 +++
gcc/testsuite/gcc.target/i386/avx512fp16vl-fma-1.c | 70 ++++++
.../gcc.target/i386/avx512fp16vl-fma-vectorize-1.c | 45 ++++
17 files changed, 1100 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/g++.target/i386/avx512fp16-vcondmn-minmax.C
create mode 100644 gcc/testsuite/g++.target/i386/avx512fp16-vcondmn-vec.C
create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-builtin-minmax-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-floatvnhf.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-fma-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-trunc-extendvnhf.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-trunchf.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-truncvnhf.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-vcondmn-loop-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-vcondmn-loop-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16-vec_cmpmn.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16vl-fma-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512fp16vl-fma-vectorize-1.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.
unknown user pushed a change to branch master
in repository glibc.
from b3f27d8150 Add narrowing fma functions
new 2849e2f533 nptl: Avoid setxid deadlock with blocked signals in thread e [...]
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:
nptl/pthread_create.c | 12 ++++-
sysdeps/pthread/Makefile | 1 +
.../pthread/tst-pthread-setuid-loop.c | 54 +++++++++++-----------
3 files changed, 39 insertions(+), 28 deletions(-)
copy nptl/tst-pthread-attr-affinity-fail.c => sysdeps/pthread/tst-pthread-setuid-l [...]
--
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_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/gcc.
from e4777439fc7 Daily bump.
adds 4c0c43623ef Overhaul jump thread state in forward threader.
No new revisions were added by this update.
Summary of changes:
gcc/tree-ssa-dom.c | 134 +++++++++++++++++--
gcc/tree-ssa-threadedge.c | 322 ++++++++++++++++++++--------------------------
gcc/tree-ssa-threadedge.h | 51 ++++----
gcc/tree-vrp.c | 81 ++++++++++--
4 files changed, 351 insertions(+), 237 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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards 57420dd75 0: update: binutils-gcc: 2
new 182703be8 0: update: binutils-gcc: 2
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 (57420dd75)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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.xz | Bin 1536 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 51164 -> 52320 bytes
05-build_abe-bootstrap/console.log.xz | Bin 259012 -> 258008 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 ----------------------------------
jenkins/manifest.sh | 8 ++++----
7 files changed, 4 insertions(+), 40 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.