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-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 4e65699a 0: update: binutils-gcc: 2
new c09727e8 0: update: binutils-gcc: 2
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 (4e65699a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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.xz | Bin 1540 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 51556 -> 50492 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 257092 -> 258216 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 36 +++++++++++++++++++++++++++++++
jenkins/manifest.sh | 14 ++++++------
7 files changed, 43 insertions(+), 7 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 6bc2c6ee80c Fix segfault when running ia16-elf-gdb
new 912697efc15 [GOLD] Got_offset_list: addend field
new 973b2b402eb [GOLD] Remove addend from Local_got_entry_key
new 54721a930e8 [GOLD] Output_data_got tidy
new 2cc9ed14fae [GOLD] Output_data_got create entry method addends
new e4d49a0f908 [GOLD] Got_entry::write addends
new 5cdb4f14426 [GOLD] PowerPC64 support for sym+addend GOT entries
new 51298b33032 PR28149, debug info with wrong file association
new ef9768e37e3 PR28149 part 2, purge generated line info
The 8 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:
gas/dwarf2dbg.c | 182 +++++++++++++++++++++------------
gas/dwarf2dbg.h | 7 +-
gas/testsuite/gas/i386/dwarf2-line-3.s | 1 +
gas/testsuite/gas/i386/dwarf2-line-4.d | 11 +-
gas/testsuite/gas/i386/dwarf2-line-4.s | 1 +
gas/testsuite/gas/i386/dwarf4-line-1.d | 15 +--
gas/testsuite/gas/i386/dwarf5-line-1.d | 11 +-
gas/testsuite/gas/i386/dwarf5-line-2.d | 11 +-
gold/incremental.cc | 10 +-
gold/object.cc | 2 +-
gold/object.h | 89 +++++++---------
gold/output.cc | 155 ++++++++++------------------
gold/output.h | 107 +++++++------------
gold/powerpc.cc | 169 +++++++++++++++---------------
gold/s390.cc | 12 ++-
gold/symtab.h | 13 +--
gold/target.h | 15 +--
17 files changed, 380 insertions(+), 431 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_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O2_LTO
in repository toolchain/ci/newlib.
from 593a86f9b Cygwin: document the recent pipe changes
adds 00cbbaa33 Cygwin: pipe: Do not call PeekNamedPipe() if it is not necessary.
adds f961a63ed Cygwin: drop useless method fhandler_base::has_ongoing_io
adds 34b144704 Cygwin: pipes: don't call NtQueryInformationFile on read side [...]
adds 63c1f29a1 libgloss: fix AC_LANG_SOURCE warnings w/newer autoconf
adds e21576504 libgloss: epiphany: rename symbol prefix cache var
adds 1328009bb libgloss: add missing aclocal.m4 files
adds 6e64fccb5 newlib: sig2str: use __restrict
adds 18fab2f83 Cygwin: select: check for negative return from pipe_data_available
adds 350806f88 Cygwin: close_all_files: Do not duplicate stderr for write pipe.
adds d8614e355 Cygwin: pipe: Fix error handling in fhandler_pip::create().
adds 199482654 Cygwin: pipe: Fix race issue regarding handle count.
adds 9814cfd8f Cygwin: pipe, fifo: Move query_hdl and hdl_cnt_mtx to fhandler_pipe.
new 98859e00d Cygwin: fix typos in release notes
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:
libgloss/csky/configure.ac | 8 +-
libgloss/epiphany/configure | 16 +-
libgloss/epiphany/configure.ac | 12 +-
libgloss/m68k/configure.ac | 8 +-
libgloss/{lm32 => microblaze}/aclocal.m4 | 0
libgloss/microblaze/configure | 583 ++++++++++++++++++++++++++++++-
libgloss/{lm32 => msp430}/aclocal.m4 | 0
libgloss/{lm32 => rl78}/aclocal.m4 | 0
libgloss/{lm32 => rx}/aclocal.m4 | 0
newlib/libc/signal/sig2str.c | 2 +-
winsup/cygwin/fhandler.h | 28 +-
winsup/cygwin/fhandler_pipe.cc | 168 +++++----
winsup/cygwin/release/3.3.0 | 4 +-
winsup/cygwin/select.cc | 47 ++-
winsup/cygwin/syscalls.cc | 2 +-
15 files changed, 754 insertions(+), 124 deletions(-)
copy libgloss/{lm32 => microblaze}/aclocal.m4 (100%)
mode change 100644 => 100755 libgloss/microblaze/configure
copy libgloss/{lm32 => msp430}/aclocal.m4 (100%)
copy libgloss/{lm32 => rl78}/aclocal.m4 (100%)
copy libgloss/{lm32 => rx}/aclocal.m4 (100%)
--
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_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O2_LTO
in repository toolchain/ci/base-artifacts.
discards 823fb68f 0: update: binutils-gcc-newlib: 1
new c668934a 0: update: binutils-gcc-newlib: 1
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 (823fb68f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_e [...]
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.xz | Bin 1556 -> 1572 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2788 bytes
03-build_abe-binutils/console.log.xz | Bin 42476 -> 42612 bytes
04-build_abe-stage1/console.log.xz | Bin 88408 -> 89456 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-newlib/console.log.xz | Bin 32976 -> 32948 bytes
07-build_abe-stage2/console.log.xz | Bin 156372 -> 156620 bytes
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 59 ++++++++-
09-benchmark/console.log.xz | Bin 2148 -> 3048 bytes
10-check_regression/console.log.xz | Bin 1544 -> 1628 bytes
10-check_regression/mail-body.txt | 17 ++-
10-check_regression/results.log | 24 ++--
11-update_baseline/console.log | 232 ++++++++++++++++++-----------------
11-update_baseline/mail-body.txt | 17 ++-
11-update_baseline/results.log | 24 ++--
jenkins/manifest.sh | 20 +--
results | 2 +-
results_id | 2 +-
19 files changed, 236 insertions(+), 163 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
in repository toolchain/ci/interesting-commits.
from 031d7af Add regression dc746ef741993a7aed1f7fc0083cd7a9636481a3 from [...]
new 2106c00 Add regression a25e0b5e6ac8a77a71c229e0a7b744603365b0e9 from [...]
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 | 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/llvm-release-arm-lts-allmodconfig
in repository toolchain/ci/llvm-project.
from 2aa67b31faf0 [clang-format] Restrict the special handling for K&R C to C/C++
adds 1916a1c578f8 [VPlan] Fix crash caused by not updating all users properly.
adds f6b09e394a5f [openmp] Apply code change from D109500
adds 1f27fe612876 -Wunused-but-set-parameter/-Wunused-but-set-variable Add t [...]
adds 635b7871de93 [clang-repl] Install clang-repl
adds 89f2c0c63c22 [clang] disable implicit moves when not in CPlusPLus
No new revisions were added by this update.
Summary of changes:
clang/docs/ReleaseNotes.rst | 3 +
clang/lib/Sema/SemaStmt.cpp | 3 +-
clang/test/AST/nrvo.c | 29 ++++++++++
clang/test/Analysis/blocks-nrvo.c | 14 +++++
clang/tools/clang-repl/CMakeLists.txt | 2 +-
llvm/lib/Transforms/IPO/OpenMPOpt.cpp | 23 ++++++--
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp | 7 ++-
.../LoopVectorize/vplan-sink-scalars-and-merge.ll | 66 ++++++++++++++++++++++
8 files changed, 139 insertions(+), 8 deletions(-)
create mode 100644 clang/test/AST/nrvo.c
create mode 100644 clang/test/Analysis/blocks-nrvo.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.