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 25ce02ee7b Use gdbpy_enter in py-breakpoint.c
new 58e07198f3 Add support for NetBSD/sh3 core file sections. Merge multip [...]
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/ChangeLog | 10 +++++++
bfd/elf.c | 86 ++++++++++++++++++++++++++++++++---------------------------
2 files changed, 57 insertions(+), 39 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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards f761a7fb 0: update: llvm-linux: all
new 7ee064ce 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 (f761a7fb)
\
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 | 16 +-
02-build_llvm/console.log | 11817 +++---
03-build_linux/console.log | 69896 +++++++++++++++++----------------
04-boot_linux/console.log | 2 +-
console.log | 81715 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
6 files changed, 81724 insertions(+), 81730 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.
from 43d165f1 1: reset: gcc-1a15313ca9be716c4116835bd0367ed05661a776: -9
new ad886964 2: update: gcc-65411a1da8dff9509b5aec3246599846424ae9f3: -9
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 | 26 +-
02-prepare_abe/console.log | 282 +-
03-build_abe-binutils/console.log | 9624 +++++++-------
04-build_abe-stage1/console.log | 14752 +++++++++++----------
07-check_regression/console.log | 20 +-
08-update_baseline/console.log | 30 +-
console.log | 24748 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
9 files changed, 24736 insertions(+), 24756 deletions(-)
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.
unknown user pushed a change to branch master
in repository llvm.
from 50416676579 [MCA] Further refactor the bottleneck analysis view. NFCI.
new aa27c202ba8 [MCA] Fix -Wunused-private-field warning after r362933. NFC
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:
tools/llvm-mca/Views/BottleneckAnalysis.cpp | 2 +-
tools/llvm-mca/Views/BottleneckAnalysis.h | 3 +--
2 files changed, 2 insertions(+), 3 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/gcc.
from 96161eee929 2019-06-09 Paul Thomas <pault(a)gcc.gnu.org>
adds 6da8cd22dff PR c++/60366 * g++.dg/cpp0x/lambda/lambda-ice32.C: New test.
adds a032a26894e PR c++/65175 * g++.dg/cpp0x/alias-decl-69.C: New test.
adds eabef64f6e1 Daily bump.
adds 8482ddd3ae2 Fix build with --enable-gather-detailed-mem-stats.
adds 2d19df75657 testsuite - Require alias support in a test using it.
adds 1a15313ca9b Implement N disk counters for single value and indirect cal [...]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 30 +++++
gcc/DATESTAMP | 2 +-
gcc/gcov-io.h | 7 ++
gcc/hash-map.h | 6 +-
gcc/hash-table.h | 2 +-
gcc/ipa-profile.c | 12 +-
gcc/testsuite/ChangeLog | 12 ++
gcc/testsuite/g++.dg/cpp0x/alias-decl-69.C | 40 +++++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice32.C | 9 ++
gcc/testsuite/gcc.dg/attr-copy-6.c | 1 +
gcc/tree-profile.c | 6 +-
gcc/value-prof.c | 136 +++++++++++++----------
gcc/value-prof.h | 4 +
libgcc/ChangeLog | 24 ++++
libgcc/Makefile.in | 6 +-
libgcc/libgcov-merge.c | 83 +++++++++-----
libgcc/libgcov-profiler.c | 33 +++---
libgcc/libgcov.h | 29 ++++-
18 files changed, 322 insertions(+), 120 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-69.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice32.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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
from 1560dec9 0: update: linux-d1fdb6d8f6a4109a4263176c84b899076a5f8008: boot
new 43d165f1 1: reset: gcc-1a15313ca9be716c4116835bd0367ed05661a776: -9
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 | 139 +-
02-prepare_abe/console.log | 284 +-
03-build_abe-binutils/console.log | 10544 ++++++-------
04-build_abe-stage1/console.log | 18129 ++++++++++------------
05-build_linux/console.log | 395 -
06-boot_linux/console.log | 246 -
07-check_regression/console.log | 17 +-
08-update_baseline/console.log | 10 +-
console.log | 29774 +++++++++++++++++-------------------
jenkins/manifest.sh | 11 +-
reset-baseline | 0
results | 8 -
12 files changed, 27998 insertions(+), 31559 deletions(-)
delete mode 100644 05-build_linux/console.log
delete mode 100644 06-boot_linux/console.log
create 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 2e02f29632 Tidy up ar_open by using asprintf to replace xmalloc and sprintf.
new caa429d81a Delay allocation of dbx_symfile_info
new 25ce02ee7b Use gdbpy_enter in py-breakpoint.c
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:
gdb/ChangeLog | 15 +++++++++++++++
gdb/coffread.c | 7 -------
gdb/dbxread.c | 10 ++++++++++
gdb/elfread.c | 12 +-----------
gdb/python/py-breakpoint.c | 18 ++++++++----------
5 files changed, 34 insertions(+), 28 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-lts-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 2e1a984c23 Automatic date update in version.in
adds a72f8c4ce3 Automatic date update in version.in
adds 81873cc81e [gdb/symtab] Support DW_AT_main_subprogram with -readnow.
adds a3972330f4 Fix a missing include of <string>
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 6 ++++++
gdb/dwarf2read.c | 4 ++++
gold/ChangeLog | 4 ++++
gold/errors.h | 1 +
5 files changed, 16 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.