This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Oz_LTO
in repository toolchain/ci/base-artifacts.
discards 8c9f316 0: update: binutils-gcc-glibc-llvm: -1
new 8e710ac 0: update: binutils-gcc-glibc-llvm: -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 (8c9f316)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-master-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 | 230 +-
02-prepare_abe/console.log | 240 +-
03-build_abe-binutils/console.log | 10530 +--
04-build_abe-stage1/console.log | 20123 +++---
05-build_abe-linux/console.log | 296 +-
06-build_abe-glibc/console.log | 39687 ++++++-----
07-build_abe-stage2/console.log | 46593 +++++++------
08-build_llvm-true/console.log | 11663 ++--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 21 +-
09-benchmark/console.log | 535 +-
10-check_regression/console.log | 32 +-
11-update_baseline/console.log | 14 +-
console.log | 129953 ++++++++++++++++++-----------------
jenkins/manifest.sh | 22 +-
15 files changed, 130000 insertions(+), 129941 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 ff8e40efb69 * de.po: Update.
new 8d595bfa60c [GC PATCH] Correct TS marking of _EXPR nodes
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 | 4 ++
gcc/c-family/ChangeLog | 4 ++
gcc/c-family/c-common.c | 5 ++-
gcc/cp/ChangeLog | 5 +++
gcc/cp/cp-objcp-common.c | 107 ++++++++++++++++++++++++++++-------------------
gcc/tree.h | 4 ++
6 files changed, 84 insertions(+), 45 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 gcc-8-branch
in repository gcc.
from 4d21a25fcd8 [Patch AArch64] Add __ARM_FEATURE_ATOMICS
new cfbdf36f32c Backported from mainline 2019-02-20 Jakub Jelinek <jaku [...]
new b621b36e63d Backported from mainline 2019-02-20 Jakub Jelinek <jaku [...]
new 54157d386ab Backported from mainline 2019-02-20 Jakub Jelinek <jaku [...]
new f72fb07b8d2 Backported from mainline 2019-02-20 Jakub Jelinek <jaku [...]
new 74f84c05bb9 Backported from mainline 2019-02-20 Jakub Jelinek <jaku [...]
The 5 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 | 32 ++++++++++++++++++++++++++-
gcc/cp/ChangeLog | 14 ++++++++++++
gcc/cp/decl.c | 1 +
gcc/cp/decl2.c | 5 -----
gcc/cp/semantics.c | 7 +++++-
gcc/expr.c | 10 ++++++---
gcc/fold-const.c | 11 +++++----
gcc/testsuite/ChangeLog | 31 ++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/pr89403.C | 18 +++++++++++++++
gcc/testsuite/g++.dg/cpp1z/inline-var5.C | 11 +++++++++
gcc/testsuite/gcc.c-torture/compile/pr89412.c | 16 ++++++++++++++
gcc/testsuite/gcc.dg/pr88074-2.c | 17 ++++++++++++++
gcc/testsuite/gcc.dg/pr88074.c | 14 ++++++++++++
gcc/testsuite/gcc.dg/torture/pr89091.c | 10 +++++++++
gcc/toplev.c | 28 +++++++++++++++++++++++
15 files changed, 211 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr89403.C
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr89412.c
create mode 100644 gcc/testsuite/gcc.dg/pr88074-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr88074.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr89091.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-release-aarch64-stable-allyesconfig
in repository toolchain/ci/gcc.
from df1b68b5a83 Fix output_constructor_bitfield handling of wide bitfields [...]
adds 34dad233b3a Daily bump.
adds 278c86373bc PR target/90075 Prefer bsl/bit/bif for copysignf. (backport GCC-8)
adds 4d21a25fcd8 [Patch AArch64] Add __ARM_FEATURE_ATOMICS
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 21 +++++++++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64-c.c | 1 +
gcc/config/aarch64/aarch64.md | 68 +++++++++++++++---------------
gcc/config/aarch64/iterators.md | 5 ++-
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.target/aarch64/pr90075.c | 21 +++++++++
7 files changed, 86 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr90075.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-release-aarch64-stable-allyesconfig
in repository toolchain/ci/binutils-gdb.
from e4a4ad9749 Automatic date update in version.in
adds de9781d417 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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/gnu-release-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 8a6f590 0: update: binutils-gcc-linux: all
new 4b85901 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 (8a6f590)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 24 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 10894 +++++++--------
04-build_abe-stage1/console.log | 13528 ++++++++++---------
05-build_linux/console.log | 780 +-
06-boot_linux/console.log | 2 +-
console.log | 25650 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 25650 insertions(+), 25658 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 555f5334afc [WebAssembly] Fix test after r359602
new e575d78842a [X86][SSE] Fold extract_subvector(extend(x)) -> extend_vect [...]
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:
lib/Target/X86/X86ISelLowering.cpp | 12 +++++++-----
test/CodeGen/X86/vector-reduce-mul-widen.ll | 11 +++++------
test/CodeGen/X86/vector-reduce-mul.ll | 21 +++++++--------------
3 files changed, 19 insertions(+), 25 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-master-aarch64-spec2k6-Os
in repository toolchain/ci/glibc.
from 6cac323c8d powerpc: ceil/ceilf refactor
adds 87c266d758 Fix -O1 compilation errors with `__ddivl' and `__fdivl' [BZ #19444]
adds 20aa581958 Make mktime etc. compatible with __time64_t
No new revisions were added by this update.
Summary of changes:
ChangeLog | 51 +++++++++++++++++++++++++
include/time.h | 39 +++++++++----------
posix/bits/types.h | 9 +++--
sysdeps/ieee754/soft-fp/s_ddivl.c | 12 ++++++
sysdeps/ieee754/soft-fp/s_fdivl.c | 12 ++++++
time/mktime-internal.h | 79 ++++++++++++++++++++++++++++++++++++++-
time/mktime.c | 71 ++++++++++++++++++++++-------------
time/timegm.c | 32 ++++++++++++++--
8 files changed, 251 insertions(+), 54 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.