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 0dcbf4c870 Run conform/ tests using newly built libc
new 1fe4b8d693 Use $(pie-default) with conformtest
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:
conform/Makefile | 3 ++-
1 file changed, 2 insertions(+), 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.
unknown user pushed a change to branch master
in repository glibc.
from 3b1402b3fc sysdeps: Simplify sin Taylor Series calculation
new 57e349b1b0 Disable DT_RUNPATH on NSS tests [BZ #28455]
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:
nss/Makefile | 8 ++++++++
1 file changed, 8 insertions(+)
--
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-release-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 00af936e 0: update: binutils-gcc-linux-qemu: all
new d636d537 0: update: linux-d5db79cbbd49c87355f2b9867a77b53be56b57c2: 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 (00af936e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 1596 -> 1600 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 42028 -> 40692 bytes
04-build_abe-stage1/console.log.xz | Bin 85228 -> 86820 bytes
05-build_abe-qemu/console.log.xz | Bin 29344 -> 30304 bytes
06-build_linux/console.log.xz | Bin 3408 -> 3424 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 | 11 ++++-------
10 files changed, 5 insertions(+), 8 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-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 25cf750a 0: update: binutils-gcc: 2
new 2b48bdab 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 (25cf750a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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 1528 -> 1532 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2736 bytes
04-build_abe-binutils/console.log.xz | Bin 52616 -> 53452 bytes
05-build_abe-bootstrap/console.log.xz | Bin 467856 -> 461396 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 44 +++++++++++++++++-----------------
jenkins/manifest.sh | 12 +++++-----
7 files changed, 28 insertions(+), 28 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 9eb8785b3fa inline: fix ICE with -fprofile-generate
new 0caf592d6ae aarch64: Add support for Armv8.8-a memory operations and me [...]
new bb768f8b45a aarch64: Add memmove expansion for +mops
new d3bd985e799 aarch64: Use +mops to inline memset operations
new 5954b4d415f aarch64: Add command-line support for Armv8.8-a
The 4 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/aarch64/aarch64-arches.def | 1 +
gcc/config/aarch64/aarch64-option-extensions.def | 3 +
gcc/config/aarch64/aarch64.c | 155 +++++++++++++++++++----
gcc/config/aarch64/aarch64.h | 29 +++--
gcc/config/aarch64/aarch64.md | 84 +++++++++++-
gcc/config/aarch64/aarch64.opt | 12 ++
gcc/doc/invoke.texi | 5 +
gcc/testsuite/gcc.target/aarch64/mops_1.c | 57 +++++++++
gcc/testsuite/gcc.target/aarch64/mops_2.c | 57 +++++++++
gcc/testsuite/gcc.target/aarch64/mops_3.c | 85 +++++++++++++
10 files changed, 446 insertions(+), 42 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/mops_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/mops_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/mops_3.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_kernel/llvm-master-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards df113984 2: update: binutils-llvm-linux-qemu: 22047
new 66f99239 2: update: binutils-llvm-linux-qemu: 22047
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 (df113984)
\
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.xz | Bin 1744 -> 1568 bytes
02-prepare_abe/console.log.xz | Bin 2788 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 31968 -> 31504 bytes
04-build_llvm/console.log.xz | Bin 60908 -> 59172 bytes
05-build_abe-qemu/console.log.xz | Bin 29732 -> 29680 bytes
06-build_linux/console.log.xz | Bin 4460 -> 4284 bytes
08-check_regression/console.log.xz | Bin 480 -> 480 bytes
09-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 14 +++++++-------
9 files changed, 16 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.