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-allyesconfig
in repository toolchain/ci/binutils-gdb.
from a992a3b010 gdb: improve debug output of function overload resolution
adds ce4331325c Automatic date update in version.in
adds c6ac7fc987 Implement user defined prefix.
adds 643c0cbedb Test define-prefix.
adds be09caf15d Allow . character as part of command names.
adds bf4985257d Document define-prefix command and the use of . in command names.
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 29 ++++++
gdb/NEWS | 9 ++
gdb/cli/cli-decode.c | 24 +++--
gdb/cli/cli-script.c | 130 ++++++++++++++++++++----
gdb/command.h | 8 ++
gdb/completer.c | 10 +-
gdb/doc/ChangeLog | 5 +
gdb/doc/gdb.texinfo | 45 ++++++++-
gdb/guile/scm-cmd.c | 5 +-
gdb/python/py-cmd.c | 5 +-
gdb/testsuite/ChangeLog | 10 ++
gdb/testsuite/gdb.base/define-prefix.exp | 164 +++++++++++++++++++++++++++++++
gdb/testsuite/gdb.base/define.exp | 25 +++++
gdb/testsuite/gdb.base/setshow.exp | 2 +-
gdb/top.c | 12 +++
16 files changed, 441 insertions(+), 44 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/define-prefix.exp
--
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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 090e500 0: update: binutils-gcc-linux: all
new d3854c3 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 (090e500)
\
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 | 139 +-
02-prepare_abe/console.log | 428 +-
03-build_abe-binutils/console.log | 11600 ++++++-----
04-build_abe-stage1/console.log | 20187 ++++++++++----------
05-build_linux/console.log | 4654 +++--
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 37061 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 37063 insertions(+), 37024 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 d36ab561d07 * cgraph.c (cgraph_node::dump): Dump unit_id and merged_ex [...]
new bb3c9a3bb5d [C] Add a target hook that allows targets to verify type usage
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 | 15 ++
gcc/c-family/ChangeLog | 8 +
gcc/c-family/c-common.c | 15 +-
gcc/c/ChangeLog | 14 ++
gcc/c/c-decl.c | 29 ++-
gcc/c/c-typeck.c | 8 +
gcc/config/aarch64/aarch64-protos.h | 3 +
gcc/config/aarch64/aarch64-sve-builtins.cc | 49 +++++
gcc/config/aarch64/aarch64.c | 12 ++
gcc/doc/tm.texi | 13 ++
gcc/doc/tm.texi.in | 2 +
gcc/target.def | 16 ++
gcc/target.h | 29 +++
gcc/testsuite/ChangeLog | 5 +
.../aarch64/sve/acle/general-c/sizeless-1.c | 217 +++++++++++++++++++++
.../aarch64/sve/acle/general-c/sizeless-2.c | 217 +++++++++++++++++++++
gcc/tree.c | 15 ++
17 files changed, 664 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/sizeless-1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/sizeless-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.
unknown user pushed a change to branch master
in repository linux.
from 81b6b96475ac Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 13f8a6148a50 drm/ttm: Remove explicit typecasts of vm_private_data
new 7aef29f4d461 drm/ttm: Convert vm callbacks to helpers
new ea81bae46032 mm: Remove BUG_ON mmap_sem not held from xxx_trans_huge_lock()
new ace88f1018b8 mm: pagewalk: Take the pagetable lock in walk_pte_range()
new ecaad8aca204 mm: Add a walk_page_mapping() function to the pagewalk code
new c5acad84cf1e mm: Add write-protect and clean utilities for address spac [...]
new b7468b15d271 drm/vmwgfx: Implement an infrastructure for write-coherent [...]
new 61335d7a5a2d drm/vmwgfx: Use an RBtree instead of linked list for MOB r [...]
new fb80edb0d766 drm/vmwgfx: Implement an infrastructure for read-coherent [...]
new 9ca7d19ff8ba drm/vmwgfx: Add surface dirty-tracking callbacks
new 0a6cad5df541 Merge branch 'vmwgfx-coherent' of git://people.freedesktop [...]
new d5bb349dbbe2 Merge tag 'drm-vmwgfx-coherent-2019-11-29' of git://anongi [...]
new ac541f250372 mm/hmm: allow snapshot of the special zero page
new 0e64e5b38c01 Merge branch 'odp_rework' into hmm.git
new 56f434f40f05 mm/mmu_notifier: define the header pre-processor parts eve [...]
new 99cb252f5e68 mm/mmu_notifier: add an interval tree notifier
new 04ec32fbc2b2 mm/hmm: allow hmm_range to be used with a mmu_interval_not [...]
new 107e899874e9 mm/hmm: define the pre-processor related parts of hmm.h ev [...]
new f25a546e6529 RDMA/odp: Use mmu_interval_notifier_insert()
new 3889551db212 RDMA/hfi1: Use mmu_interval_notifier_insert for user_exp_rcv
new 3506ff69c3ec drm/radeon: use mmu_interval_notifier_insert
new c625c274ee00 nouveau: use mmu_notifier directly for invalidate_range_start
new 20fef4ef84bf nouveau: use mmu_interval_notifier instead of hmm_mirror
new a9ae8731e6e5 drm/amdgpu: Call find_vma under mmap_sem
new 62914a99dee5 drm/amdgpu: Use mmu_interval_insert instead of hmm_mirror
new 81fa1af31b5d drm/amdgpu: Use mmu_interval_notifier instead of hmm_mirror
new a22dd506400d mm/hmm: remove hmm_mirror and related
new d3eeb1d77c5d xen/gntdev: use mmu_interval_notifier_insert
new d28c2c9a4877 mm/hmm: make full use of walk_page_range()
new 93f4e735b6d9 mm/hmm: remove hmm_range_dma_map and hmm_range_dma_unmap
new aa32f1169148 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/ [...]
The 31 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:
Documentation/vm/hmm.rst | 105 +---
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 9 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 14 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c | 444 +++-------------
drivers/gpu/drm/amd/amdgpu/amdgpu_mn.h | 53 --
drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | 13 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 145 +++---
drivers/gpu/drm/nouveau/nouveau_svm.c | 230 +++++----
drivers/gpu/drm/radeon/radeon.h | 9 +-
drivers/gpu/drm/radeon/radeon_mn.c | 218 ++------
drivers/gpu/drm/ttm/ttm_bo_vm.c | 174 ++++---
drivers/gpu/drm/vmwgfx/Kconfig | 1 +
drivers/gpu/drm/vmwgfx/Makefile | 2 +-
.../drm/vmwgfx/device_include/svga3d_surfacedefs.h | 233 ++++++++-
drivers/gpu/drm/vmwgfx/vmwgfx_bo.c | 10 +-
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 44 +-
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 1 -
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c | 488 ++++++++++++++++++
drivers/gpu/drm/vmwgfx/vmwgfx_resource.c | 193 ++++++-
drivers/gpu/drm/vmwgfx/vmwgfx_resource_priv.h | 13 +
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 395 ++++++++++++++-
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c | 15 +-
drivers/gpu/drm/vmwgfx/vmwgfx_validation.c | 74 ++-
drivers/gpu/drm/vmwgfx/vmwgfx_validation.h | 16 +-
drivers/infiniband/core/device.c | 1 -
drivers/infiniband/core/umem_odp.c | 303 ++---------
drivers/infiniband/hw/hfi1/file_ops.c | 2 +-
drivers/infiniband/hw/hfi1/hfi.h | 2 +-
drivers/infiniband/hw/hfi1/user_exp_rcv.c | 146 +++---
drivers/infiniband/hw/hfi1/user_exp_rcv.h | 3 +-
drivers/infiniband/hw/mlx5/mlx5_ib.h | 7 +-
drivers/infiniband/hw/mlx5/mr.c | 3 +-
drivers/infiniband/hw/mlx5/odp.c | 50 +-
drivers/xen/gntdev-common.h | 8 +-
drivers/xen/gntdev.c | 179 ++-----
include/drm/ttm/ttm_bo_api.h | 14 +
include/linux/hmm.h | 190 +------
include/linux/huge_mm.h | 2 -
include/linux/mm.h | 13 +-
include/linux/mmu_notifier.h | 147 ++++--
include/linux/pagewalk.h | 9 +
include/rdma/ib_umem_odp.h | 68 +--
include/rdma/ib_verbs.h | 2 -
include/uapi/drm/vmwgfx_drm.h | 4 +-
kernel/fork.c | 1 -
mm/Kconfig | 5 +-
mm/Makefile | 1 +
mm/hmm.c | 523 +++----------------
mm/mapping_dirty_helpers.c | 315 ++++++++++++
mm/mmu_notifier.c | 557 ++++++++++++++++++++-
mm/pagewalk.c | 99 +++-
53 files changed, 3294 insertions(+), 2262 deletions(-)
create mode 100644 drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
create mode 100644 mm/mapping_dirty_helpers.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/llvm-master-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 9057830 0: update: llvm-linux: all
new fdc3bfc 0: update: llvm-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 (9057830)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 137 +-
02-build_llvm/console.log | 12392 +++++++++++++++++------------------
03-build_linux/console.log | 810 ++-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 27 +
console.log | 13370 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13408 insertions(+), 13340 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-stable-defconfig
in repository toolchain/ci/llvm-project.
from 76fd58d0fe6 Revert "[ARM] Allocatable Global Register Variables for ARM"
adds 26ab827c24c [PowerPC][AIX] Add support for lowering int/float/double fo [...]
adds 905b002c139 Revert "[clangd] Rethink how SelectionTree deals with macro [...]
adds cee62e6fcff Fix a typo.
adds b094258661e Updated the OCaml/bitwriter.ml test for OCaml 4.06+
adds c2443155a0f Revert 651f07908a1 "[AArch64] Don't combine callee-save and [...]
adds 3c7f6b43969 [clang][modules] Add support for merging lifetime-extended [...]
adds 3f4b70c79e6 Revert "[clang][modules] Add support for merging lifetime-e [...]
new a46b959ebd6 [InstCombine] More usub_sat tests. NFC.
new 3a1bef5616c [InstCombine] Adjust usub_sat fold one use checks
new 59b56e5c579 [InstCombine] Expand usub_sat patterns to handle constants
The 3 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:
clang-tools-extra/clangd/Selection.cpp | 414 +++++---------
clang-tools-extra/clangd/Selection.h | 2 +-
.../clangd/unittests/SelectionTests.cpp | 66 +--
clang-tools-extra/clangd/unittests/TweakTests.cpp | 26 +-
clang/include/clang/Tooling/Syntax/Tokens.h | 5 -
clang/lib/Tooling/Syntax/Tokens.cpp | 16 -
clang/unittests/Tooling/Syntax/TokensTest.cpp | 15 -
llvm/lib/CodeGen/CodeGenPrepare.cpp | 2 +-
llvm/lib/Target/AArch64/AArch64FrameLowering.cpp | 3 -
llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 118 +++-
llvm/lib/Target/PowerPC/PPCISelLowering.h | 4 +
.../Transforms/InstCombine/InstCombineSelect.cpp | 20 +-
llvm/test/Bindings/OCaml/bitwriter.ml | 4 +-
...-never-combine-csr-local-stack-bump-for-size.ll | 25 -
llvm/test/CodeGen/PowerPC/aix_cc_abi.ll | 614 +++++++++++++++++++++
llvm/test/CodeGen/PowerPC/aix_fpr_param.ll | 150 -----
llvm/test/CodeGen/PowerPC/aix_gpr_param.ll | 199 -------
.../InstCombine/builtin-dynamic-object-size.ll | 8 +-
.../InstCombine/unsigned_saturated_sub.ll | 293 ++++++++++
19 files changed, 1199 insertions(+), 785 deletions(-)
delete mode 100644 llvm/test/CodeGen/AArch64/arm64-never-combine-csr-local-stack-b [...]
create mode 100644 llvm/test/CodeGen/PowerPC/aix_cc_abi.ll
delete mode 100644 llvm/test/CodeGen/PowerPC/aix_fpr_param.ll
delete mode 100644 llvm/test/CodeGen/PowerPC/aix_gpr_param.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 535d03b 0: update: llvm-linux: boot
new 96fc63e 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 (535d03b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 14 +-
02-build_llvm/console.log | 12354 +++++++++++++--------------
03-build_linux/console.log | 4586 +++++-----
04-boot_linux/console.log | 476 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 17459 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 17435 insertions(+), 17466 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-aarch64-stable-allnoconfig
in repository toolchain/ci/gcc.
from 29d9253b876 Fix testcase - was missing -fopenacc
adds 27c94e8b5a6 2019-11-29 Harald Anlauf <anlauf(a)gmx.de>
adds 01a0151c871 Daily bump.
adds 820c1eb84b0 Backport from trunk as an insurance policy.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 7 +++++++
gcc/fortran/simplify.c | 6 ++++--
gcc/testsuite/ChangeLog | 14 ++++++++++++++
gcc/testsuite/gfortran.dg/dependency_56.f90 | 14 ++++++++++++++
gcc/testsuite/gfortran.dg/pr92629.f90 | 11 +++++++++++
6 files changed, 51 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dependency_56.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr92629.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.