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-mainline-allmodconfig
in repository toolchain/ci/gcc.
from 5b054dcaf31 PR target/90811 * config/nvptx/nvptx.c (nvptx_output_soft [...]
adds a526d712760 Daily bump.
adds 0b18af2edcc 2019-06-12 Thomas Koenig <tkoenig(a)gcc.gnu.org> Tomáš [...]
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 9 ++++++
gcc/fortran/trans-types.c | 3 ++
gcc/testsuite/ChangeLog | 8 +++++
.../gfortran.dg/deferred_character_33.f90 | 35 ++++++++++++++++++++++
.../gfortran.dg/deferred_character_33a.f90 | 9 ++++++
6 files changed, 65 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_33.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_33a.f90
--
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-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 86e3aac1c4 Automatic date update in version.in
adds ac0e4b7814 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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 3d79e2cd 0: update: binutils-gcc-linux: all
new 98f7c72f 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 (3d79e2cd)
\
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 | 14 +-
02-prepare_abe/console.log | 404 +-
03-build_abe-binutils/console.log | 10970 ++++++++--------
04-build_abe-stage1/console.log | 13156 +++++++++----------
05-build_linux/console.log | 764 +-
06-boot_linux/console.log | 2 +-
08-update_baseline/console.log | 8 +-
console.log | 25318 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
9 files changed, 25344 insertions(+), 25308 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 becd3ddef1a Sanitize llvm-extract -help output
new d761cdb4033 [x86] add tests for vector shifts; 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/vector-shift-lshr-128.ll | 181 +++++++++++++
test/CodeGen/X86/vector-shift-shl-128.ll | 344 ++++++++++++++++++++++++
test/Transforms/CodeGenPrepare/X86/vec-shift.ll | 117 ++++++++
3 files changed, 642 insertions(+)
create mode 100644 test/Transforms/CodeGenPrepare/X86/vec-shift.ll
--
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 3f5a030d1 [Expression] Add PersistentExpressionState::GetCompilerTypeFr [...]
new db962e0ff Skip failing test on older versions of clang.
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:
.../lldbsuite/test/functionalities/return-value/TestReturnValue.py | 1 +
1 file changed, 1 insertion(+)
--
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 clang.
from 3e28116724 [test] Reinstate the assignment to the diagnostic log in the [...]
new 7872ff0089 [clang-scan-deps] initial outline of the tool that runs prep [...]
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/CMakeLists.txt | 1 +
test/ClangScanDeps/Inputs/header.h | 3 +
test/ClangScanDeps/Inputs/header2.h | 1 +
test/ClangScanDeps/Inputs/regular_cdb.json | 12 ++
test/ClangScanDeps/regular_cdb.cpp | 27 ++++
tools/CMakeLists.txt | 1 +
tools/clang-scan-deps/CMakeLists.txt | 26 ++++
tools/clang-scan-deps/ClangScanDeps.cpp | 218 +++++++++++++++++++++++++++++
8 files changed, 289 insertions(+)
create mode 100644 test/ClangScanDeps/Inputs/header.h
create mode 100644 test/ClangScanDeps/Inputs/header2.h
create mode 100644 test/ClangScanDeps/Inputs/regular_cdb.json
create mode 100644 test/ClangScanDeps/regular_cdb.cpp
create mode 100644 tools/clang-scan-deps/CMakeLists.txt
create mode 100644 tools/clang-scan-deps/ClangScanDeps.cpp
--
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 binutils-gdb.
from 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 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:
cpu/ChangeLog | 56 +++++++++
cpu/or1k.cpu | 21 ++--
cpu/or1k.opc | 92 ++++++++++++++
cpu/or1kcommon.cpu | 113 ++++++++++++++---
cpu/or1korbis.cpu | 3 +-
cpu/or1korfpx.cpu | 214 +++++++++++++++++++++++++++----
opcodes/ChangeLog | 11 ++
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 ++++++++++++---
15 files changed, 1639 insertions(+), 328 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-9-branch
in repository gcc.
from eaf19faa8ed Daily bump.
new 8dd44f7238e PR c++/90736 - bogus error with alignof. * constexpr.c (a [...]
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 | 5 +++++
gcc/cp/constexpr.c | 4 +++-
gcc/testsuite/g++.dg/cpp0x/alignof5.C | 6 ++++++
3 files changed, 14 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignof5.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-mainline-allmodconfig
in repository toolchain/ci/linux.
from 01ccc3ad4413 Merge tag 'for-linus-20190610' of git://git.kernel.dk/linux-block
adds 8103d10b7161 btrfs: Always trim all unallocated space in btrfs_trim_fre [...]
adds 6fa425a26515 Merge tag 'for-5.2-rc4-tag' of git://git.kernel.org/pub/sc [...]
adds 522ecce08ab2 vfio/mdev: Improve the create/remove sequence
adds 26c9e3988eec vfio/mdev: Avoid creating sysfs remove file on stale devic [...]
adds 5715c4dd66a3 vfio/mdev: Synchronize device create/remove with parent removal
adds c23b07125f8a Merge tag 'vfio-v5.2-rc5' of git://github.com/awilliam/linux-vfio
adds 4e7372e0dc5d xen/swiotlb: don't initialize swiotlb twice on arm64
adds 4d8f5f91b8a6 Merge branch 'stable/for-linus-5.2' of git://git.kernel.or [...]
adds f6e2aa91a46d signal/ptrace: Don't leak unitialized kernel memory with P [...]
adds f6581f5b5514 ptrace: restore smp_rmb() in __ptrace_may_access()
adds aa7235483a83 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
adds eb96e57b913f media: dvb: warning about dvb frequency limits produces to [...]
adds a200c721956c media: venus: hfi_parser: fix a regression in parser
adds 35110e38e6c5 Merge tag 'media/v5.2-2' of git://git.kernel.org/pub/scm/l [...]
No new revisions were added by this update.
Summary of changes:
drivers/media/dvb-core/dvb_frontend.c | 2 +-
drivers/media/platform/qcom/venus/hfi_helper.h | 4 +-
drivers/vfio/mdev/mdev_core.c | 136 ++++++++++++-------------
drivers/vfio/mdev/mdev_private.h | 4 +-
drivers/vfio/mdev/mdev_sysfs.c | 6 +-
drivers/xen/swiotlb-xen.c | 12 ++-
fs/btrfs/extent-tree.c | 28 +----
kernel/cred.c | 9 ++
kernel/ptrace.c | 20 +++-
9 files changed, 113 insertions(+), 108 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/gcc.
from 5b054dcaf31 PR target/90811 * config/nvptx/nvptx.c (nvptx_output_soft [...]
adds a526d712760 Daily bump.
adds 0b18af2edcc 2019-06-12 Thomas Koenig <tkoenig(a)gcc.gnu.org> Tomáš [...]
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 9 ++++++
gcc/fortran/trans-types.c | 3 ++
gcc/testsuite/ChangeLog | 8 +++++
.../gfortran.dg/deferred_character_33.f90 | 35 ++++++++++++++++++++++
.../gfortran.dg/deferred_character_33a.f90 | 9 ++++++
6 files changed, 65 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_33.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_33a.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.