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-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards f1756678 0: update: llvm-linux: boot
new 78de2826 0: update: llvm-linux: 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 (f1756678)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 220 +-
02-build_llvm/console.log | 11818 +++++++++++++++----------------
03-build_linux/console.log | 1800 +++--
04-boot_linux/console.log | 390 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 25 -
console.log | 14259 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 14242 insertions(+), 14284 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 c1df40f9129 Tweak tests to avoid fallout from MEM_REF changes on target [...]
new 3c58902657c 2019-06-12 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 518af62d9ff PR c++/90825 - endless recursion when evaluating sizeof. [...]
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:
gcc/cp/ChangeLog | 7 +++++++
gcc/cp/constexpr.c | 16 +++++++++++++---
gcc/cp/typeck.c | 2 +-
gcc/fortran/ChangeLog | 4 ++++
gcc/fortran/gfortran.h | 2 --
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-sizeof2.C | 14 ++++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-sizeof3.C | 22 ++++++++++++++++++++++
8 files changed, 68 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-sizeof2.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-sizeof3.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 lld.
from f03e85073 [lld] Allow unrecognized signatures in debug sections
new d2c107589 [lld] Fix type server merging with PDBs without IPI stream
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:
COFF/PDB.cpp | 33 +++++++++++++++++------------
test/COFF/Inputs/no-ipi-stream-obj.obj.yaml | 13 ++++++++++++
test/COFF/Inputs/no-ipi-stream-pdb.pdb.yaml | 2 ++
test/COFF/no-ipi-stream.test | 4 ++++
4 files changed, 39 insertions(+), 13 deletions(-)
create mode 100644 test/COFF/Inputs/no-ipi-stream-obj.obj.yaml
create mode 100644 test/COFF/Inputs/no-ipi-stream-pdb.pdb.yaml
create mode 100644 test/COFF/no-ipi-stream.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from d106773eac Dwarf: Don't add nameless modules to partial symbol table (C [...]
adds 0529f3fe5c Automatic date update in version.in
adds 540e617049 Add support to readelf to display NetBSD auxv notes in core files.
adds c0d38b0ec6 Add support for NetBSD/sh3 core reg sections to readelf.
adds 9abca70219 Add support for NetBSD PaX notes to readelf.
adds 62e0492f57 Prevent a seg-fault from objdup when disassembling binaries [...]
new 6fbc939cfd Remove the ldmx mnemonic that never made it into POWER9.
new a0e44ef56c Add missing ChangeLog entries
new 6ce26ac7c3 cpu/or1k: Add support for orfp64a32 spec
new d3ad6278d6 cpu/or1k: Define unordered comparisons
new eb212c84a1 cpu/or1k: Document no branch delay slot architectures and l.adrp
new a2e4218f23 cpu/or1k: Update fpu compare symbols to imply set flag
new e4c4ac46e8 opcodes/or1k: Regenerate opcodes
The 7 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 | 7 +
bfd/elf32-arm.c | 10 +-
bfd/elfnn-aarch64.c | 20 ++-
bfd/version.h | 2 +-
binutils/ChangeLog | 19 +++
binutils/readelf.c | 95 +++++++++---
cpu/ChangeLog | 56 +++++++
cpu/or1k.cpu | 21 +--
cpu/or1k.opc | 92 +++++++++++
cpu/or1kcommon.cpu | 113 +++++++++++---
cpu/or1korbis.cpu | 3 +-
cpu/or1korfpx.cpu | 214 +++++++++++++++++++++++---
gas/ChangeLog | 5 +
gas/testsuite/gas/ppc/power9.d | 2 -
gas/testsuite/gas/ppc/power9.s | 2 -
opcodes/ChangeLog | 15 ++
opcodes/or1k-asm.c | 72 ++++++++-
opcodes/or1k-desc.c | 309 ++++++++++++++++++++++++++++++++-----
opcodes/or1k-desc.h | 341 +++++++++++++++++++++--------------------
opcodes/or1k-dis.c | 43 +++++-
opcodes/or1k-ibld.c | 234 ++++++++++++++++++++++++++--
opcodes/or1k-opc.c | 319 ++++++++++++++++++++++++++++++++++----
opcodes/or1k-opc.h | 39 +++--
opcodes/or1k-opinst.c | 100 ++++++++++--
opcodes/ppc-opc.c | 2 -
25 files changed, 1766 insertions(+), 369 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-defconfig
in repository toolchain/ci/base-artifacts.
discards a8c49d73 0: update: binutils-gcc-linux: boot
new 2c5b7172 0: update: binutils-gcc-linux: 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 (a8c49d73)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 96 +-
02-prepare_abe/console.log | 400 +-
03-build_abe-binutils/console.log | 11329 ++++++------
04-build_abe-stage1/console.log | 20061 ++++++++++-----------
05-build_linux/console.log | 2280 ++-
06-boot_linux/console.log | 470 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 39 -
console.log | 34262 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 34446 insertions(+), 34505 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 lldb.
from 362b024a0 Re-land r363103 ("When reading ObjC class table, use new SPI [...]
new d827d563f [Reproducers] Simplify providers with nested Info struct (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:
include/lldb/Utility/Reproducer.h | 26 +++++++++-------------
source/API/SBDebugger.cpp | 2 +-
source/API/SBReproducer.cpp | 6 ++---
source/API/SBReproducerPrivate.h | 10 ++++-----
source/Initialization/SystemInitializerCommon.cpp | 2 +-
.../Process/gdb-remote/ProcessGDBRemote.cpp | 19 +++++++---------
source/Utility/Reproducer.cpp | 12 +++++-----
unittests/Utility/ReproducerTest.cpp | 16 ++++++-------
8 files changed, 41 insertions(+), 52 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 lld.
from 1dee017bf Share /machine: handling code with llvm-cvtres too
new f03e85073 [lld] Allow unrecognized signatures in debug sections
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:
COFF/Chunks.cpp | 11 ++++++----
...ts-error.yaml => allow-unknown-debug-info.test} | 25 ++++++++++------------
2 files changed, 18 insertions(+), 18 deletions(-)
copy test/COFF/{Inputs/delayimports-error.yaml => allow-unknown-debug-info.test} (50%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.