This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 242a115951 PR24392, Clang warning Wtautological-constant-out-of-range-compare
new 69f4c9cc03 gdbserver: Ensure AT_HWCAP2 is defined
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:
gdb/gdbserver/ChangeLog | 4 ++++
gdb/gdbserver/linux-low.c | 4 ++++
2 files 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.
unknown user pushed a change to branch master
in repository llvm.
from 5dc7f24f6a4 [ARM GlobalISel] Run regbankselect test for Thumb. NFCI
new d9e2ef1edc3 [DAGCombiner] Fold truncate(build_vector(x,y)) -> build_vec [...]
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 16 +++++++++++++++-
test/CodeGen/X86/bool-vector.ll | 20 ++++++++++----------
test/CodeGen/X86/known-signbits-vector.ll | 15 ++++-----------
3 files changed, 29 insertions(+), 22 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-master-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 381698cf 0: good: llvm-linux: 431
new b854d407 0: good: llvm-linux: 431
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 (381698cf)
\
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 | 166 +-
02-build_llvm/console.log | 11507 ++++++++++++++++++------------------
03-build_linux/console.log | 678 ++-
06-update_baseline/console.log | 24 +
console.log | 12375 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
6 files changed, 12376 insertions(+), 12382 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-master-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 62f63f19 0: good: binutils-gcc-linux: boot
new 2b21c5d3 0: good: binutils-gcc-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 (62f63f19)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 166 +-
02-prepare_abe/console.log | 210 +-
03-build_abe-binutils/console.log | 9164 ++++++-----
04-build_abe-stage1/console.log | 19590 +++++++++++-----------
05-build_linux/console.log | 2194 +--
06-boot_linux/console.log | 450 +-
console.log | 31799 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 32427 insertions(+), 31162 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 lld.
from f8d2fdbcf [WebAssembly] Fix typo from rL357143
new 573bf048f [ELF][ARM] Recommit Redesign of .ARM.exidx handling to use a [...]
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:
ELF/OutputSections.cpp | 4 +-
ELF/SyntheticSections.cpp | 205 ++++++++++++++++++++++++++++++++----
ELF/SyntheticSections.h | 74 +++++++++++--
ELF/Writer.cpp | 109 +++----------------
test/ELF/arm-data-prel.s | 20 ++--
test/ELF/arm-exidx-add-missing.s | 66 ++++++++++++
test/ELF/arm-exidx-canunwind.s | 27 +++--
test/ELF/arm-exidx-dedup.s | 25 +++--
test/ELF/arm-exidx-discard.s | 5 +-
test/ELF/arm-exidx-emit-relocs.s | 71 +++++++++++++
test/ELF/arm-exidx-gc.s | 23 ++--
test/ELF/arm-exidx-shared.s | 8 +-
test/ELF/arm-exidx-synthetic-link.s | 37 +++++++
13 files changed, 498 insertions(+), 176 deletions(-)
create mode 100644 test/ELF/arm-exidx-add-missing.s
create mode 100644 test/ELF/arm-exidx-emit-relocs.s
create mode 100644 test/ELF/arm-exidx-synthetic-link.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/gnu-release-aarch64-lts-defconfig
in repository toolchain/ci/gcc.
from 84439205548 Daily bump.
adds 930fe993134 PR target/89827 * config/i386/i386.c (dimode_scalar_chain [...]
adds 81f1ca88f6d Daily bump.
new 625ba9a3ed3 Backport r265786
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/ChangeLog | 17 ++++++++++++++++-
gcc/DATESTAMP | 2 +-
gcc/config/i386/i386.c | 1 +
gcc/doc/invoke.texi | 3 +--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr89827.c | 11 +++++++++++
6 files changed, 35 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr89827.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.