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-next-allyesconfig
in repository toolchain/ci/gcc.
from 9fdab1aa849 2019-02-10 Harald Anlauf <anlauf(a)gmx.de>
adds 42de087798e Daily bump.
adds 161d165c044 ARM: fix -masm-syntax-unified (PR88648)
adds 9910421ab09 PR c++/89267 - change of error location.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 9 +++++++++
gcc/DATESTAMP | 2 +-
gcc/config/arm/arm.c | 3 ++-
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/pt.c | 8 +++++++-
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/arm/pr88648-asm-syntax-unified.c | 14 ++++++++++++++
7 files changed, 48 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr88648-asm-syntax-unified.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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards f04818cbd0 all
new f619f3dfd1 0: last-good: 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 (f04818cbd0)
\
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:
1-reset_artifacts/console.log | 16 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 4422 ++++++++--------
4-build_abe-stage1/console.log | 5223 ++++++++++---------
5-count_linux_objs/console.log | 456 +-
7-update_baseline/console.log | 2 +-
console.log | 10405 ++++++++++++++++++++-----------------
jenkins/manifest.sh | 17 +-
8 files changed, 11245 insertions(+), 9300 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 30388115533 GlobalISel: Fix not calling the observer when legalizing G_EXTRACT
new f3f46916050 GlobalISel: Implement moreElementsVector for implicit_def
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/GlobalISel/LegalizerHelper.h | 7 +-
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 29 +++++++
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 20 ++++-
test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir | 10 ++-
test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir | 5 +-
.../CodeGen/AMDGPU/GlobalISel/legalize-extract.mir | 22 ++---
test/CodeGen/AMDGPU/GlobalISel/legalize-fabs.mir | 26 +++---
test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir | 43 ++++++----
.../AMDGPU/GlobalISel/legalize-fcanonicalize.mir | 26 +++---
test/CodeGen/AMDGPU/GlobalISel/legalize-fma.mir | 60 ++++++++------
test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir | 43 ++++++----
test/CodeGen/AMDGPU/GlobalISel/legalize-fneg.mir | 26 +++---
test/CodeGen/AMDGPU/GlobalISel/legalize-fpext.mir | 5 +-
test/CodeGen/AMDGPU/GlobalISel/legalize-fsqrt.mir | 15 ++--
test/CodeGen/AMDGPU/GlobalISel/legalize-fsub.mir | 30 ++++---
.../AMDGPU/GlobalISel/legalize-implicit-def.mir | 96 +++++++++++++++++++++-
test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir | 5 +-
test/CodeGen/AMDGPU/GlobalISel/legalize-or.mir | 10 ++-
test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir | 5 +-
.../AMDGPU/GlobalISel/legalize-unmerge-values.mir | 5 +-
test/CodeGen/AMDGPU/GlobalISel/legalize-xor.mir | 10 ++-
21 files changed, 350 insertions(+), 148 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 3e91f1b7c Update SymbolVendorMacOSX for new GetUUID interface
new 555cfe468 Use of `@return` is not appropriate for a function with a voi [...]
new 16152679c Fixed function name in log statement
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:
include/lldb/API/SBTarget.h | 2 --
source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp | 4 ++--
2 files changed, 2 insertions(+), 4 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 588dc9bffeb [globalisel] Correct string emitted by GISelChangeObserver: [...]
new 30388115533 GlobalISel: Fix not calling the observer when legalizing G_EXTRACT
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/CodeGen/GlobalISel/LegalizerHelper.cpp | 2 ++
1 file changed, 2 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 6b28e9547 [LLD][ELF] - Update test case after yaml2obj change. NFCI.
new 83a25ddff Convert CRLF. 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/COFF/crt-dyn-initializer-order.test | 200 +++----
test/COFF/precomp-link.test | 84 +--
test/COFF/s_udt.s | 884 +++++++++++++++----------------
test/ELF/Inputs/print-icf.s | 18 +-
4 files changed, 593 insertions(+), 593 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/llvm-master-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 334377f8a3 llvm-eac500f0c340c00308039fdf5d9deaf3953fccd0: 19185
new ee820a0540 0: last-good: llvm-linux: 19185
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 (334377f8a3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 17 +-
2-build_llvm/console.log | 9087 +++++++++++++++++++------------------
3-count_linux_objs/console.log | 597 ++-
5-update_baseline/console.log | 2 +-
console.log | 9691 ++++++++++++++++++++--------------------
distance-to-baseline | 1 -
jenkins/build-name | 1 -
jenkins/manifest.sh | 32 +-
trigger-bisect-on-failure | 3 -
9 files changed, 9614 insertions(+), 9817 deletions(-)
delete mode 100644 distance-to-baseline
delete mode 100644 jenkins/build-name
delete mode 100644 trigger-bisect-on-failure
--
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 lld.
from d19de0e84 - Update ReleaseNotes for lld 8.0.0.
new c51c3bc61 Minor update to lld/ReleaseNotes.
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:
docs/ReleaseNotes.rst | 5 +++--
1 file changed, 3 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allmodconfig
in repository toolchain/ci/linux.
from 68d94a842435 Merge tag 'dmaengine-fix-5.0-rc6' of git://git.infradead.o [...]
adds d13937116f1e Linux 5.0-rc6
adds 1413d9af241c Documentation: Fix grammatical error in sysctl/fs.txt & cl [...]
adds 842fc0f5dc5c tools uapi: fix Alpha support
adds bfc913682464 alpha: Fix Eiger NR_IRQS to 128
adds 491af60ffb84 alpha: fix page fault handling for r16-r18 targets
adds 244cce14c177 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds 634692ab7007 s390/suspend: fix stack setup in swsusp_arch_suspend
adds 4a8ef6999bce s390/dasd: fix using offset into zero size array error
adds 8f9aca0c4532 s390/zcrypt: fix specification exception on z196 during ap probe
adds 614db26954ff Revert "s390/pci: remove bit_lock usage in interrupt handler"
adds fb7453e61a2b Merge tag 's390-5.0-3' of git://git.kernel.org/pub/scm/lin [...]
No new revisions were added by this update.
Summary of changes:
Documentation/sysctl/fs.txt | 4 +++-
Makefile | 2 +-
arch/alpha/include/asm/irq.h | 6 +++---
arch/alpha/mm/fault.c | 2 +-
arch/s390/kernel/swsusp.S | 4 ++--
arch/s390/pci/pci.c | 4 +++-
drivers/s390/block/dasd_eckd.c | 8 ++++++++
drivers/s390/crypto/ap_bus.c | 3 ++-
tools/include/uapi/asm/bitsperlong.h | 2 ++
9 files changed, 25 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.