This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9afd65f86a5 PR libstdc++/78552 only construct std::locale for C locale once
new 37f9f32f10f 2019-10-09 Richard Biener <rguenther(a)suse.de>
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 | 5 ++
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.dg/vect/vect-outer-call-1.c | 22 +++++++
gcc/tree-vect-loop.c | 89 +++++++++------------------
4 files changed, 59 insertions(+), 61 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-outer-call-1.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_bmk/gnu-release-arm-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 65287c10 0: update: binutils-gcc-glibc: 0
new 12e0c863 0: reset: binutils-gcc-glibc: 0
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 (65287c10)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-release-arm-spec [...]
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 | 132 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 10666 +-
.../console.log | 17678 ++-
05-build_abe-linux/console.log | 292 +-
06-build_abe-glibc/console.log | 38171 +++---
.../console.log | 46770 +++----
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 23 +-
09-benchmark/console.log | 99 +-
10-check_regression/console.log | 1101 +-
10-check_regression/results.log | 7335 --
11-update_baseline/console.log | 2183 +-
11-update_baseline/results.log | 5208 +-
console.log | 116366 +++++++++---------
jenkins/manifest.sh | 18 +-
reset-baseline | 0
results-0.csv | 3667 +-
results-1.csv | 3629 +-
results-full.csv | 3754 +-
results.csv | 239 +-
results_id | 2 +-
22 files changed, 123587 insertions(+), 134186 deletions(-)
delete mode 100644 10-check_regression/results.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 46e292ab0a S/390: Add support for z15 as CPU name.
adds 6446511295 PowerPC local got test
adds 063c511bd7 PR25078, stack overflow in function find_abstract_instance
adds b7d9d3ee59 PR25079, "ar s" stopped working
adds 34916edc47 Move declaration of lang_frame_mismatch_warn to header.
adds 79bb1944d6 Move declaration of overload_debug to header
adds cd6fdaa1ed Let ARI allow gdb %p printf extensions
adds dde996e213 Don't include buildsym-legacy.h in windows-nat.c
adds 3abea05d9b Remove two unused items from windows-nat.c
adds 41481f9e4e Automatic date update in version.in
adds 336bfbeb18 PR25070, SEGV in function _bfd_dwarf2_find_nearest_line
adds 6d9d6da48e s390: Add record/replay support for arch13 instructions
adds 8610e0fd93 PR25081, Discrepancy between VMA and LMA after ALIGN
new 1d3787499d Fix the disassembly of the LDS and STS instructions of the 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:
bfd/ChangeLog | 13 +++++++++
bfd/dwarf2.c | 46 ++++++++++++++++++-------------
bfd/version.h | 2 +-
binutils/ChangeLog | 6 ++++
binutils/ar.c | 3 +-
gas/ChangeLog | 6 ++++
gas/testsuite/gas/avr/pr25041.d | 9 ++++++
gas/testsuite/gas/avr/pr25041.s | 4 +++
gdb/ChangeLog | 37 +++++++++++++++++++++++++
gdb/contrib/ari/gdb_ari.sh | 3 +-
gdb/gdbtypes.c | 3 +-
gdb/gdbtypes.h | 5 ++++
gdb/language.c | 9 +++---
gdb/language.h | 5 ++++
gdb/s390-tdep.c | 55 +++++++++++++++++++++++++++++++++----
gdb/top.c | 4 +--
gdb/valops.c | 2 +-
gdb/windows-nat.c | 15 ----------
ld/ChangeLog | 12 ++++++++
ld/ldlang.c | 2 +-
ld/testsuite/ld-powerpc/localgot.d | 8 ++++++
ld/testsuite/ld-powerpc/localgot.s | 5 ++++
ld/testsuite/ld-powerpc/powerpc.exp | 1 +
opcodes/ChangeLog | 6 ++++
opcodes/avr-dis.c | 2 ++
25 files changed, 208 insertions(+), 55 deletions(-)
create mode 100644 gas/testsuite/gas/avr/pr25041.d
create mode 100644 gas/testsuite/gas/avr/pr25041.s
create mode 100644 ld/testsuite/ld-powerpc/localgot.d
create mode 100644 ld/testsuite/ld-powerpc/localgot.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 be6d405b 0: update: binutils-gcc-linux: all
new 857e8be8 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 (be6d405b)
\
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 | 216 +-
02-prepare_abe/console.log | 420 +-
03-build_abe-binutils/console.log | 10757 ++++++------
04-build_abe-stage1/console.log | 19933 +++++++++++-----------
05-build_linux/console.log | 712 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 32054 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
10 files changed, 32043 insertions(+), 32083 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 llvm.
from 0dc71c318ef [mips] Rename local variable. NFC
new 06256489706 [LV] Emitting SCEV checks with OptForSize
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:
.../Vectorize/LoopVectorizationLegality.cpp | 3 +-
test/Transforms/LoopVectorize/optsize.ll | 37 ++++++++++++++++++++++
2 files changed, 39 insertions(+), 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-master-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards aa1c7c41 0: update: llvm-linux: boot
new b5a55b87 0: update: linux-dc073f193b70176b16ae3e6e8afccee07a13df90: 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 (aa1c7c41)
\
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 | 31 +-
02-build_llvm/console.log | 12170 ++++++++++++++++++------------------
03-build_linux/console.log | 822 ++-
console.log | 13023 +++++++++++++++++++--------------------
jenkins/manifest.sh | 7 +-
5 files changed, 12849 insertions(+), 13204 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.