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-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 8236103e29 gcc-8b6c53248b93e17cba45c8d6a6252e0f16cd3c0e: all
new 2d715a6fe4 linux-8834f5600cf3c8db365e18a3d5cac2c2780c81e5: 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 (8236103e29)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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:
1-reset_artifacts/console.log | 13 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3187 ++--
4-build_abe-stage1/console.log | 3995 +++--
5-count_linux_objs/console.log | 6123 ++++----
5-count_linux_objs/kernel.release | 2 +-
console.log | 29724 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 21536 insertions(+), 21532 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 9b24317c894 [X86] Regenerate tests missed in r353061. NFC
new 1c10dc8b9c6 [NFC][GlobalISel]: Add a convenience method to MachineInstr [...]
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:
include/llvm/CodeGen/MachineInstrBuilder.h | 5 +++++
lib/Target/AArch64/AArch64InstructionSelector.cpp | 2 +-
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 2 +-
3 files changed, 7 insertions(+), 2 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 compiler-rt.
from 37263b204 [InstrProf] Merge COFF .lprof* and .lcovmap sections into .da [...]
new 8db4dac52 Update the ioctl(2) list in sanitizers with NetBSD 8.99.34
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/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc | 9 +++------
lib/sanitizer_common/sanitizer_platform_limits_netbsd.cc | 5 -----
lib/sanitizer_common/sanitizer_platform_limits_netbsd.h | 4 ----
utils/generate_netbsd_ioctls.awk | 1 -
4 files changed, 3 insertions(+), 16 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 6058af91a43 PR rtl-optimization/11304 * gcc.target/i386/call-1.c (set [...]
new 0027ff69d43 libgccjit: introduce gcc_jit_context_add_driver_option
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/jit/ChangeLog | 27 +++++++++
gcc/jit/docs/topics/compatibility.rst | 8 ++-
gcc/jit/docs/topics/contexts.rst | 33 +++++++++++
gcc/jit/jit-playback.c | 4 ++
gcc/jit/jit-recording.c | 38 +++++++++++++
gcc/jit/jit-recording.h | 7 +++
gcc/jit/libgccjit++.h | 7 +++
gcc/jit/libgccjit.c | 19 +++++++
gcc/jit/libgccjit.h | 22 ++++++++
gcc/jit/libgccjit.map | 5 ++
gcc/testsuite/ChangeLog | 10 ++++
gcc/testsuite/jit.dg/add-driver-options-testlib.c | 6 ++
gcc/testsuite/jit.dg/all-non-failing-tests.h | 3 +
gcc/testsuite/jit.dg/jit.exp | 13 +++++
gcc/testsuite/jit.dg/test-add-driver-options.c | 68 +++++++++++++++++++++++
15 files changed, 269 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/jit.dg/add-driver-options-testlib.c
create mode 100644 gcc/testsuite/jit.dg/test-add-driver-options.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.
unknown user pushed a change to branch master
in repository gcc.
from 74ce2ebbe29 PR c++/89158 - by-value capture of constexpr variable brok [...]
new 6058af91a43 PR rtl-optimization/11304 * gcc.target/i386/call-1.c (set [...]
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/call-1.c | 2 +-
gcc/testsuite/gcc.target/i386/call-2.c | 12 ++++++++++++
3 files changed, 19 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/call-2.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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 4bf9dabe5a gcc-8b6c53248b93e17cba45c8d6a6252e0f16cd3c0e: 19137
new 6736f4bc30 linux-8834f5600cf3c8db365e18a3d5cac2c2780c81e5: 19137
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 (4bf9dabe5a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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:
1-reset_artifacts/console.log | 13 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 2893 +-
4-build_abe-stage1/console.log | 4575 +-
5-count_linux_objs/console.log | 306731 +++++++++++++++++-----------------
5-count_linux_objs/kernel.release | 2 +-
7-update_baseline/console.log | 2 +-
console.log | 314174 ++++++++++++++++++-----------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 314281 insertions(+), 314133 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 release_80
in repository llvm.
from d7c33a29a13 Merging r352555: ------------------------------------------ [...]
new 7b1df393aed Merging rr353218: ----------------------------------------- [...]
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/MC/MCParser/AsmParser.cpp | 9 +++++----
test/MC/MachO/file-single.s | 8 --------
test/MC/MachO/file.s | 3 +++
3 files changed, 8 insertions(+), 12 deletions(-)
delete mode 100644 test/MC/MachO/file-single.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.
unknown user pushed a change to branch master
in repository llvm.
from b879ff8230f [MC] Don't error on numberless .file directives on MachO
new 9b24317c894 [X86] Regenerate tests missed in r353061. 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:
test/CodeGen/X86/fp-cvt.ll | 20 ++++++------
test/CodeGen/X86/scalar-fp-to-i64.ll | 60 ++++++++++++++++++------------------
2 files changed, 40 insertions(+), 40 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 8f2ebee5568 compiler: check duplicate implicit indexes in slices/arrays
new 74ce2ebbe29 PR c++/89158 - by-value capture of constexpr variable brok [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/call.c | 4 +++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-89158.C | 11 +++++++++++
4 files changed, 25 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-89158.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.