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-aarch64-mainline-allmodconfig
in repository toolchain/ci/gcc.
from c7c137d66d2 Daily bump.
adds 52abd03857d Daily bump.
adds c05096ceee5 Backport modulo-sched fixes from mainline
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 14 ++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/modulo-sched.c | 5 ++---
gcc/testsuite/ChangeLog | 14 ++++++++++++--
gcc/testsuite/gcc.dg/pr84032.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr87979.c | 11 +++++++++++
6 files changed, 63 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr84032.c
create mode 100644 gcc/testsuite/gcc.dg/pr87979.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-aarch64-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from ef8e3907d1 Automatic date update in version.in
adds 32ed64e7c2 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/gnu-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 3e211944f 0: update: binutils-gcc-linux: all
new e4d315230 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 (3e211944f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 128 +-
02-prepare_abe/console.log | 202 +-
03-build_abe-binutils/console.log | 9510 +++++++-------
04-build_abe-stage1/console.log | 13276 ++++++++++----------
05-build_linux/console.log | 962 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 24 +-
08-update_baseline/console.log | 48 +-
console.log | 24137 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
10 files changed, 24154 insertions(+), 24151 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 clang.
from cde9c9e3de [MinGW] Always emit local typeinfo
new bf0e87411c [AArch64] Add support for MTE intrinsics This provides intri [...]
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/clang/Basic/BuiltinsAArch64.def | 8 ++
include/clang/Basic/DiagnosticSemaKinds.td | 12 ++
include/clang/Sema/Sema.h | 1 +
lib/Basic/Targets/AArch64.cpp | 5 +
lib/Basic/Targets/AArch64.h | 1 +
lib/CodeGen/CGBuiltin.cpp | 78 +++++++++++++
lib/Headers/arm_acle.h | 10 ++
lib/Sema/SemaChecking.cpp | 164 ++++++++++++++++++++++++++++
test/CodeGen/arm64-mte.c | 110 +++++++++++++++++++
test/Preprocessor/aarch64-target-features.c | 3 +
test/Sema/builtins-arm64-mte.c | 136 +++++++++++++++++++++++
11 files changed, 528 insertions(+)
create mode 100644 test/CodeGen/arm64-mte.c
create mode 100644 test/Sema/builtins-arm64-mte.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 google/grte/v6-2.29/master
in repository glibc.
from 52a7cb28f9 Add a --with-lld option to choose LLVMs lld linker
new ace275b80b Update de-nested functions to match originals
new 73efc556ac Work around clang asm problem by changing types of two variables
new 4b957d975d Disallow extern inline if clang
new 74b7dd6b5a Work around lack of .tfloat in clang assembler
new 9e10cf821f Work around clang assembler bug with expressions in .if
new 964779a113 Remove debugging hack
new 7e3b1df6d4 Work around a weird clang link failure
new 40f3f5c1a5 De-nest makedb.c
new 181e58d747 Add hidden protos ahead of uses
new e9ba4bf620 Add another workaround for clang problem with sizes in asm
new 367c8c0e97 Add a hidden_proto for __close_nocancel before its use
The 11 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:
elf/dl-profile.c | 9 ++++++-
include/alloc_buffer.h | 12 ++++++++++
include/features.h | 3 +--
malloc/memusage.c | 4 ++++
nss/makedb.c | 45 +++++++++++++++++++++++++++++++++++
posix/regcomp.c | 19 +++++++--------
sysdeps/nptl/gai_misc.h | 4 ++++
sysdeps/unix/sysv/linux/not-cancel.h | 7 ++++++
sysdeps/x86_64/fpu/s_log1pl.S | 6 +++++
sysdeps/x86_64/fpu/svml_d_exp_data.S | 3 +++
sysdeps/x86_64/fpu/svml_d_exp_data.h | 6 +++++
sysdeps/x86_64/fpu/svml_d_log_data.S | 15 ++++++++++++
sysdeps/x86_64/fpu/svml_d_log_data.h | 3 +++
sysdeps/x86_64/fpu/svml_d_pow_data.S | 15 ++++++++++++
sysdeps/x86_64/fpu/svml_d_pow_data.h | 6 +++++
sysdeps/x86_64/fpu/svml_d_trig_data.h | 3 +++
sysdeps/x86_64/fpu/svml_s_expf_data.h | 3 +++
sysdeps/x86_64/fpu/svml_s_logf_data.S | 9 +++++++
sysdeps/x86_64/fpu/svml_s_logf_data.h | 3 +++
sysdeps/x86_64/fpu/svml_s_powf_data.S | 18 ++++++++++++++
sysdeps/x86_64/fpu/svml_s_powf_data.h | 6 +++++
sysdeps/x86_64/fpu/svml_s_trig_data.h | 3 +++
22 files changed, 189 insertions(+), 13 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/gcc.
from c7c137d66d2 Daily bump.
adds 52abd03857d Daily bump.
adds c05096ceee5 Backport modulo-sched fixes from mainline
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 14 ++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/modulo-sched.c | 5 ++---
gcc/testsuite/ChangeLog | 14 ++++++++++++--
gcc/testsuite/gcc.dg/pr84032.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr87979.c | 11 +++++++++++
6 files changed, 63 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr84032.c
create mode 100644 gcc/testsuite/gcc.dg/pr87979.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/binutils-gdb.
from ef8e3907d1 Automatic date update in version.in
adds 32ed64e7c2 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/gnu-release-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards b2f015dbe 0: update: binutils-gcc-linux: all
new 3b475b406 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 (b2f015dbe)
\
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 | 24 +-
02-prepare_abe/console.log | 152 +-
03-build_abe-binutils/console.log | 9862 ++++++-------
04-build_abe-stage1/console.log | 15970 +++++++++++-----------
05-build_linux/console.log | 600 +-
06-boot_linux/console.log | 2 +-
console.log | 26584 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 26635 insertions(+), 26575 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-aarch64-stable-allyesconfig
in repository toolchain/ci/gcc.
from c7c137d66d2 Daily bump.
adds 52abd03857d Daily bump.
adds c05096ceee5 Backport modulo-sched fixes from mainline
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 14 ++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/modulo-sched.c | 5 ++---
gcc/testsuite/ChangeLog | 14 ++++++++++++--
gcc/testsuite/gcc.dg/pr84032.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr87979.c | 11 +++++++++++
6 files changed, 63 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr84032.c
create mode 100644 gcc/testsuite/gcc.dg/pr87979.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.