This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch azanella/clang
in repository glibc.
discards 6b41b0301a x86_64: Disable libmvec tests if compiler does not issue the [...]
new a4b3d56f82 x86_64: Disable libmvec tests if compiler does not issue the [...]
new 5e99d673eb Remove AS usage
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 (6b41b0301a)
\
N -- N -- N refs/heads/azanella/clang (5e99d673eb)
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 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:
aclocal.m4 | 6 ---
configure | 85 -----------------------------------------
configure.ac | 5 ---
sysdeps/x86/configure | 18 ++++-----
sysdeps/x86/configure.ac | 12 +++---
sysdeps/x86_64/fpu/configure | 61 +++++++++++++++++++++++++++++
sysdeps/x86_64/fpu/configure.ac | 30 +++++++++++++++
7 files changed, 106 insertions(+), 111 deletions(-)
create mode 100644 sysdeps/x86_64/fpu/configure
create mode 100644 sysdeps/x86_64/fpu/configure.ac
--
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_lto
in repository toolchain/ci/gcc.
from 17f52a1c725 openmp: Add support for HBW or large capacity or interleave [...]
adds 2dc19a1b590 doc: Fix up -Waddress documentation
No new revisions were added by this update.
Summary of changes:
gcc/doc/invoke.texi | 4 ++--
1 file changed, 2 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_gcc_bootstrap/master-arm-bootstrap_lto
in repository toolchain/ci/base-artifacts.
from 12568a2b4 1: reset: gcc-17f52a1c725948befcc3dd3c90d1abad77b6f6fe: 1
new c1bcc94b4 2: update: gcc-2dc19a1b590b9afb58fd5f779e87ae8fc1998ae7: 1
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 1592 -> 1684 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 51196 -> 51168 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 107920 -> 106840 bytes
06-check_regression/console.log.xz | Bin 1200 -> 416 bytes
06-check_regression/jira-body.txt | 2 --
06-check_regression/mail-body.txt | 29 ---------------
06-check_regression/mail-subject.txt | 1 -
06-check_regression/results.regressions | 9 -----
06-check_regression/trigger-bisect | 2 --
07-update_baseline/console.log | 58 +++++++++++++++++++++++-------
jenkins/manifest.sh | 10 +++---
mail/jira-body.txt | 5 ---
mail/mail-body.txt | 32 -----------------
mail/mail-subject.txt | 1 -
reset-baseline | 0
results | 9 -----
17 files changed, 51 insertions(+), 107 deletions(-)
delete mode 100644 06-check_regression/jira-body.txt
delete mode 100644 06-check_regression/mail-body.txt
delete mode 100644 06-check_regression/mail-subject.txt
delete mode 100644 06-check_regression/results.regressions
delete mode 100644 06-check_regression/trigger-bisect
delete mode 100644 mail/jira-body.txt
delete mode 100644 mail/mail-body.txt
delete mode 100644 mail/mail-subject.txt
delete 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_kernel/llvm-release-arm-lts-allmodconfig
in repository toolchain/ci/llvm-project.
from 576e5b39ae4d [clang-tidy] Fix #55134 (regression introduced by 5da7c04)
adds 483db58f3eb5 compiler-rt: Allow build without __c11_atomic_fetch_nand
adds 4d039a7a7189 [Support] Add missing <cstdint> header to Signals.h
adds a517f3439671 [Support] Add missing <cstdint> header to Base64.h
adds 2e857fe6e390 [ARM] Fix MVE getShuffleCost legalized type check
adds b75bf750fdc2 [LoopIdiom] Fix bailout for aliasing in memcpy transform.
adds 198626ad43fd [MIPS] Address instruction selection failure for abs.[sd]
new d350783a0520 [LoopIdiom] Merge TBAA of adjacent stores when creating memset
new 3cd9df8443f8 [clang-format] Fix PointerAlignment: Right not working wit [...]
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:
clang/lib/Format/WhitespaceManager.cpp | 1 +
clang/unittests/Format/FormatTest.cpp | 35 +++
compiler-rt/lib/builtins/atomic.c | 3 +
llvm/include/llvm/Support/Base64.h | 1 +
llvm/include/llvm/Support/Signals.h | 1 +
llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp | 3 +-
llvm/lib/Target/Mips/MipsISelLowering.cpp | 22 +-
llvm/lib/Target/Mips/MipsISelLowering.h | 7 +
llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 32 +++
llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 29 +-
llvm/test/Analysis/CostModel/ARM/shuffle.ll | 6 +
llvm/test/CodeGen/Mips/llvm-ir/nan-fp-attr.ll | 327 ++++++++++++++++++++++
llvm/test/Transforms/LoopIdiom/basic.ll | 43 +++
llvm/test/Transforms/LoopIdiom/memset-tbaa.ll | 47 ++++
14 files changed, 530 insertions(+), 27 deletions(-)
create mode 100644 llvm/test/CodeGen/Mips/llvm-ir/nan-fp-attr.ll
--
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-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 724f6468fb Automatic date update in version.in
adds c86fbb1d88 Automatic date update in version.in
adds d61f79dc47 Automatic date update in version.in
adds 884e81eeb2 Automatic date update in version.in
adds 0dae8bed68 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.