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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 70552f66 0: update: llvm-linux: all
new 67605154 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 (70552f66)
\
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 | 220 +-
02-build_llvm/console.log | 12598 +++++++++++++++++------------------
03-build_linux/console.log | 608 +-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 12 +-
console.log | 13478 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 13452 insertions(+), 13490 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-next-allmodconfig
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.
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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 6cce309d 0: update: llvm-linux: all
new a251c40b 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 (6cce309d)
\
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 | 178 +-
02-build_llvm/console.log | 12640 +++++++++++++++++------------------
03-build_linux/console.log | 774 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 14 +-
06-update_baseline/console.log | 16 +-
console.log | 13624 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
9 files changed, 13635 insertions(+), 13627 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-aarch64-lts-defconfig
in repository toolchain/ci/gcc.
from 77f45a962fc Daily bump.
adds 18a6e4130fb Fix incorrect use of 'Unrestricted_Access in testcase
adds 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
new 73a8043481d match.pd: Move (X & C) eqne (Y & C) -> -> (X ^ Y) & C eqne [...]
new 496f4f88471 match.pd: Decrease number of nop conversions around bitwise [...]
new 6b5c7ee0df6 match.pd: Optimize (x < 0) != (y < 0) into (x ^ y) < 0 [PR94718]
The 3 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 | 37 +++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/i386-expand.c | 18 +++----
gcc/config/i386/i386.c | 31 ++++++-----
gcc/config/i386/i386.md | 16 +++---
gcc/fold-const.c | 44 ----------------
gcc/match.pd | 53 +++++++++++++++++--
gcc/opts.c | 28 ++++------
gcc/testsuite/ChangeLog | 17 ++++++
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/gnat.dg/limited1_inner.adb | 2 +-
libstdc++-v3/ChangeLog | 8 +++
libstdc++-v3/include/bits/stl_algobase.h | 9 ++++
.../testsuite/25_algorithms/fill_n/constexpr.cc | 32 +++++++++++-
18 files changed, 459 insertions(+), 103 deletions(-)
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
--
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-aarch64-lts-defconfig
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
new 4706679dac Fix an illegal memory access in the assembler when generatin [...]
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 | 6 +++++
binutils/readelf.c | 15 ++++++-----
gas/ChangeLog | 9 +++++++
gas/dwarf2dbg.c | 2 +-
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 ++++++++-----------------
22 files changed, 179 insertions(+), 187 deletions(-)
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-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 849ae962 0: update: binutils-gcc-linux: boot
new 8c796ac5 0: update: 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 (849ae962)
\
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 | 216 +-
02-prepare_abe/console.log | 322 +-
03-build_abe-binutils/console.log | 11603 +++++------
04-build_abe-stage1/console.log | 15751 +++++++--------
05-build_linux/console.log | 2816 ++-
06-boot_linux/console.log | 404 +-
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 | 31304 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 31242 insertions(+), 31214 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-aarch64-next-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.
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-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards e59823ea 0: update: llvm-linux: boot
new 4fe04a50 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 (e59823ea)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 76 +-
02-build_llvm/console.log | 12652 +++++++++++++++++------------------
03-build_linux/console.log | 720 +-
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 16 +-
console.log | 13484 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 13492 insertions(+), 13488 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.