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-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 8efaaf29 0: update: binutils-gcc-linux: all
new 8cb696a4 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 (8efaaf29)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 134 +-
03-build_abe-binutils/console.log | 9521 +++++-----
04-build_abe-stage1/console.log | 13812 +++++++--------
05-build_linux/console.log | 4886 ++---
06-boot_linux/console.log | 6 +-
07-check_regression/console.log | 8 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 28449 +++++++++++++++---------------
jenkins/manifest.sh | 18 +-
results | 2 +-
13 files changed, 28518 insertions(+), 28452 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 f9e1ea10e65 tree-optimization/39612 - avoid issueing loads in SM when possible
new ec40967f132 libstdc++: Make pmr::synchronized_pool_resource work withou [...]
new 367766f40a0 tree-optimization/93891 - improve same-store disambiguation
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/ChangeLog | 6 +
gcc/tree-ssa-sccvn.c | 6 +-
libstdc++-v3/ChangeLog | 24 ++++
libstdc++-v3/src/c++17/memory_resource.cc | 127 ++++++++++++++-------
.../synchronized_pool_resource/allocate_single.cc} | 12 +-
.../synchronized_pool_resource/cons_single.cc} | 12 +-
.../synchronized_pool_resource/release_single.cc} | 12 +-
7 files changed, 132 insertions(+), 67 deletions(-)
copy libstdc++-v3/testsuite/{18_support/byte/81076.cc => 20_util/synchronized_pool [...]
copy libstdc++-v3/testsuite/{18_support/byte/81076.cc => 20_util/synchronized_pool [...]
copy libstdc++-v3/testsuite/{18_support/byte/81076.cc => 20_util/synchronized_pool [...]
--
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-next-allnoconfig
in repository toolchain/ci/gcc.
from 22b6b5d6cfb libstdc++: Make byte-sized std::fill_n a constant expressio [...]
adds c3185b64529 i386: Use plus_constant instead of gen_rtx_PLUS
adds cb8274155a3 Daily bump.
adds efaffc6997f diagnostics: get_option_html_page fixes
adds 73a8043481d match.pd: Move (X & C) eqne (Y & C) -> -> (X ^ Y) & C eqne [...]
adds 496f4f88471 match.pd: Decrease number of nop conversions around bitwise [...]
adds 6b5c7ee0df6 match.pd: Optimize (x < 0) != (y < 0) into (x ^ y) < 0 [PR94718]
adds 8ea03e9016c i386: Use SHR to compare with large power-of-two constants [...]
new 375a77925c3 tree-inline: Simplify IPA-CP type conversion (PR 93385)
new f9e1ea10e65 tree-optimization/39612 - avoid issueing loads in SM when possible
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/ChangeLog | 61 +++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/i386-expand.c | 18 +++----
gcc/config/i386/i386.c | 31 ++++++------
gcc/config/i386/i386.md | 82 ++++++++++++++++++++++++++++---
gcc/config/i386/predicates.md | 3 ++
gcc/fold-const.c | 44 -----------------
gcc/match.pd | 53 ++++++++++++++++++--
gcc/opts.c | 28 ++++-------
gcc/testsuite/ChangeLog | 23 +++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr39612.c | 21 ++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr94718-1.c | 49 ++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr94718-2.c | 49 ++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr94718-3.c | 45 +++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr94718-4.c | 61 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr94718-5.c | 61 +++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr94650.c | 30 +++++++++++
gcc/tree-inline.c | 42 ++--------------
gcc/tree-ssa-loop-im.c | 47 +++++++++++++++---
19 files changed, 604 insertions(+), 146 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr39612.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr94718-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr94718-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr94718-3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr94718-4.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr94718-5.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr94650.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-master-arm-next-allnoconfig
in repository toolchain/ci/binutils-gdb.
from c69ad65744 Automatic date update in version.in
adds 3b6acaee89 Update more calls to add_prefix_cmd
adds c3bf7d31de Automatic date update in version.in
adds 9c7b8e9b92 readelf: nds32 specific decoding
adds 6015a06749 [gdb/testsuite] Fix gdb.base/async.exp with gcc-8
adds 4706679dac Fix an illegal memory access in the assembler when generatin [...]
adds fe05f369f0 gas: PR 25863: Fix scalar vmul inside it block when assembli [...]
new 070b775f03 GAS: Do not create an entry for the default directory if the [...]
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:
bfd/version.h | 2 +-
binutils/ChangeLog | 14 ++++++++
binutils/dwarf.c | 28 ++++++++++++----
binutils/readelf.c | 15 +++++----
gas/ChangeLog | 21 ++++++++++++
gas/config/tc-arm.c | 12 ++-----
gas/dwarf2dbg.c | 7 ++--
gas/testsuite/gas/arm/mve-scalar-vmul-it.d | 11 ++++++
gas/testsuite/gas/arm/mve-scalar-vmul-it.s | 5 +++
gas/testsuite/gas/elf/elf.exp | 1 +
gas/testsuite/gas/elf/pr25917.d | 9 +++++
gas/testsuite/gas/elf/pr25917.s | 4 +++
gdb/ChangeLog | 26 ++++++++++++++
gdb/breakpoint.c | 45 +++++++------------------
gdb/cli/cli-logging.c | 49 ++++-----------------------
gdb/dwarf2/index-cache.c | 16 +++------
gdb/memattr.c | 17 ++++------
gdb/mips-tdep.c | 14 ++------
gdb/target.c | 13 ++-----
gdb/testsuite/ChangeLog | 11 ++++++
gdb/testsuite/gdb.base/async.exp | 54 ++++++++++++++++++++++++++----
gdb/testsuite/gdb.base/break.exp | 4 ---
gdb/testsuite/gdb.base/default.exp | 4 +--
gdb/testsuite/gdb.base/sepdebug.exp | 3 --
gdb/tui/tui-win.c | 26 +++++---------
gdb/utils.c | 36 ++++++--------------
26 files changed, 240 insertions(+), 207 deletions(-)
create mode 100644 gas/testsuite/gas/arm/mve-scalar-vmul-it.d
create mode 100644 gas/testsuite/gas/arm/mve-scalar-vmul-it.s
create mode 100644 gas/testsuite/gas/elf/pr25917.d
create mode 100644 gas/testsuite/gas/elf/pr25917.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-master-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards eb50d5d7 0: update: binutils-gcc-linux: all
new 335de71a 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 (eb50d5d7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 68 +-
02-prepare_abe/console.log | 406 +-
03-build_abe-binutils/console.log | 10730 +++++-----
04-build_abe-stage1/console.log | 19853 +++++++++----------
05-build_linux/console.log | 670 +-
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 | 31771 +++++++++++++++---------------
jenkins/manifest.sh | 18 +-
12 files changed, 31796 insertions(+), 31750 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 binutils-gdb.
from fe05f369f0d gas: PR 25863: Fix scalar vmul inside it block when assembl [...]
new 070b775f03e GAS: Do not create an entry for the default directory if th [...]
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:
binutils/ChangeLog | 8 ++++++++
binutils/dwarf.c | 28 +++++++++++++++++++++-------
gas/ChangeLog | 5 +++++
gas/dwarf2dbg.c | 5 +----
4 files changed, 35 insertions(+), 11 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-stable-allnoconfig
in repository toolchain/ci/llvm-project.
from d4d4c6bf834 [llvm-objcopy] -O binary: skip empty sections
adds 8e7ae355ba9 [llvm-objcopy] Avoid invalid Sec.Offset after D79229
No new revisions were added by this update.
Summary of changes:
llvm/tools/llvm-objcopy/ELF/Object.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.