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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 0ca0329b 0: update: binutils-gcc-linux: all
new 411829f2 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 (0ca0329b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 162 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 10629 ++++++------
04-build_abe-stage1/console.log | 20174 +++++++++++-----------
05-build_linux/console.log | 802 +-
06-boot_linux/console.log | 2 +-
console.log | 32203 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 32265 insertions(+), 32163 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-release-arm-stable-allnoconfig
in repository toolchain/ci/gcc.
from 9655d83ee5d Daily bump.
adds 7b400b61cce [gcc]
adds 74732f3a414 2019-10-07 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds 2256796b3f2 Daily bump.
new a34cc7d54ed PR c++/91740 - ICE with constexpr call and ?: in ARRAY_REF [...]
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 | 9 +++++++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000-p8swap.c | 5 +++++
gcc/cp/ChangeLog | 9 +++++++++
gcc/cp/pt.c | 2 +-
gcc/fortran/ChangeLog | 9 ++++++++-
gcc/fortran/trans-decl.c | 6 +++++-
gcc/testsuite/ChangeLog | 16 +++++++++++++++-
gcc/testsuite/g++.dg/cpp1y/var-templ63.C | 5 +++++
gcc/testsuite/gcc.target/powerpc/pr91275.c | 21 +++++++++++++++++++++
gcc/testsuite/gfortran.dg/typebound_call_22.f03 | 2 +-
11 files changed, 80 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ63.C
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr91275.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-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 242e8117 0: update: binutils-gcc-linux: all
new a8d81780 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 (242e8117)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 176 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 10678 ++++++-------
04-build_abe-stage1/console.log | 18325 +++++++++++-----------
05-build_linux/console.log | 754 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 16 +-
08-update_baseline/console.log | 14 +-
console.log | 30405 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 30421 insertions(+), 30399 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 4d29a4dc285 Object/minidump: Add support for the MemoryInfoList stream
new 55589bce20d [llvm-exegesis] Add options to SnippetGenerator.
new 39fa84d07c7 [Mips] Emit proper ABI for _mcount calls
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:
docs/CommandGuide/llvm-exegesis.rst | 14 ++-
lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 45 ++++++++
lib/Target/Mips/MipsSEISelDAGToDAG.h | 4 +
test/CodeGen/Mips/mcount.ll | 117 +++++++++++++++++++++
test/tools/llvm-exegesis/X86/max-configs.test | 24 +++++
tools/llvm-exegesis/lib/Latency.h | 2 +-
tools/llvm-exegesis/lib/SnippetGenerator.cpp | 6 +-
tools/llvm-exegesis/lib/SnippetGenerator.h | 7 +-
tools/llvm-exegesis/lib/Target.cpp | 22 ++--
tools/llvm-exegesis/lib/Target.h | 7 +-
tools/llvm-exegesis/lib/Uops.h | 2 +-
tools/llvm-exegesis/lib/X86/Target.cpp | 14 +--
tools/llvm-exegesis/llvm-exegesis.cpp | 11 +-
.../llvm-exegesis/X86/SnippetGeneratorTest.cpp | 5 +-
14 files changed, 252 insertions(+), 28 deletions(-)
create mode 100644 test/CodeGen/Mips/mcount.ll
create mode 100644 test/tools/llvm-exegesis/X86/max-configs.test
--
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 libcxx.
from c7883618b [libc++] Use PRIVATE to link benchmark dependencies
new caa8e2cce [libc++] Add missing link-time dependencies to the benchmarks
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:
benchmarks/CMakeLists.txt | 9 +++++++++
1 file changed, 9 insertions(+)
--
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 lld.
from 2fa6e3788 Use /dev/null for tests that we do not need outputs
new 24eea52cc [lld][Hexagon] Support PLT relocation R_HEX_B15_PCREL_X/R_HEX [...]
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:
ELF/Arch/Hexagon.cpp | 4 +-
test/ELF/hexagon-plt.s | 102 ++++++++++++++++++++++++++++++++++++++++++++++
test/ELF/hexagon-shared.s | 76 +++++++++++++++++++++++-----------
3 files changed, 157 insertions(+), 25 deletions(-)
create mode 100644 test/ELF/hexagon-plt.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.