This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from 464169379 libm: Make tgamma(-small) = -INFINITY
new 8315a9082 Port of C-SKY for newlib
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:
COPYING.NEWLIB | 12 ++++
newlib/configure.host | 8 +++
newlib/libc/include/machine/ieeefp.h | 8 +++
newlib/libc/include/machine/setjmp.h | 11 ++++
newlib/libc/machine/configure | 7 ++-
newlib/libc/machine/configure.in | 1 +
newlib/libc/machine/{d10v => csky}/Makefile.am | 0
newlib/libc/machine/{d10v => csky}/Makefile.in | 0
newlib/libc/machine/{a29k => csky}/aclocal.m4 | 0
newlib/libc/machine/{aarch64 => csky}/configure | 0
newlib/libc/machine/{d10v => csky}/configure.in | 2 +-
newlib/libc/machine/csky/setjmp.S | 79 +++++++++++++++++++++++++
12 files changed, 125 insertions(+), 3 deletions(-)
copy newlib/libc/machine/{d10v => csky}/Makefile.am (100%)
copy newlib/libc/machine/{d10v => csky}/Makefile.in (100%)
copy newlib/libc/machine/{a29k => csky}/aclocal.m4 (100%)
copy newlib/libc/machine/{aarch64 => csky}/configure (100%)
copy newlib/libc/machine/{d10v => csky}/configure.in (84%)
create mode 100644 newlib/libc/machine/csky/setjmp.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-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 35038f86d 0: update: llvm-linux: all
new 62abf3027 0: update: llvm-linux: 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 (35038f86d)
\
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 | 162 +-
02-build_llvm/console.log | 12611 +++++++++++++++++------------------
03-build_linux/console.log | 798 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 38 -
console.log | 13613 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13580 insertions(+), 13654 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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards f672726f1 0: update: llvm-linux: boot
new 0d09382dd 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 (f672726f1)
\
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 | 172 +-
02-build_llvm/console.log | 12717 ++++++++++++++++----------------
03-build_linux/console.log | 1772 ++---
04-boot_linux/console.log | 388 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 15051 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 15057 insertions(+), 15055 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 f65ebb5210e analyzer: fix member call on null seen with ubsan [PR97178]
new 0f0b00033a7 aarch64: Add a couple of extra stack-protector tests
new 74b27d8eedc aarch64: Prevent canary address being spilled to stack
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:
gcc/config/aarch64/aarch64-protos.h | 20 +++
gcc/config/aarch64/aarch64.c | 164 +++++++++++++++------
gcc/config/aarch64/aarch64.md | 85 +++++------
.../gcc.target/aarch64/stack-protector-3.c | 45 ++++++
.../stack-protector-4.c} | 2 +-
.../gcc.target/aarch64/stack-protector-5.c | 23 +++
.../gcc.target/aarch64/stack-protector-6.c | 8 +
.../gcc.target/aarch64/stack-protector-7.c | 25 ++++
8 files changed, 274 insertions(+), 98 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/stack-protector-3.c
copy gcc/testsuite/gcc.target/{arm/stack-protector-2.c => aarch64/stack-protector- [...]
create mode 100644 gcc/testsuite/gcc.target/aarch64/stack-protector-5.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/stack-protector-6.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/stack-protector-7.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/gnu-release-arm-mainline-allmodconfig
in repository toolchain/ci/gcc.
from 132ddcc78c1 libstdc++: Use correct argument type for __use_alloc, again [...]
adds e7285587186 libstdc++: Fix out-of-bounds string_view access in filesyst [...]
adds c189842fef7 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 35 ++++++++++++++++++++++
libstdc++-v3/src/c++17/fs_path.cc | 2 +-
.../27_io/filesystem/path/append/source.cc | 10 +++++++
4 files changed, 47 insertions(+), 2 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-release-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 5225c0241 0: update: binutils-gcc-linux: all
new 610cc6900 0: update: binutils-gcc-linux: 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 (5225c0241)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 229 +-
02-prepare_abe/console.log | 282 +-
03-build_abe-binutils/console.log | 11384 +++++------
04-build_abe-stage1/console.log | 18195 +++++++++---------
05-build_linux/console.log | 760 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30550 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 30713 insertions(+), 30729 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_cross
in repository toolchain/ci/interesting-commits.
from 9b97dbf Add regression 0d1987fb5c63d96768d47064c7a69bc8b038aa89 from [...]
new fd0dae8 Add regression 0d1987fb5c63d96768d47064c7a69bc8b038aa89 from [...]
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.