This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 7853508823 [OPENMP] Disable emission of the class with vptr if they are [...]
new 6e87bc08f5 [CUDA] Ignore uncallable functions when we check for usual d [...]
new 3e252ce1eb [NFC] remove unused variable
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/clang/AST/DeclCXX.h | 13 ++-
include/clang/Sema/Sema.h | 2 +
lib/AST/DeclCXX.cpp | 20 +++--
lib/CodeGen/CGOpenMPRuntime.cpp | 1 -
lib/Sema/SemaDeclCXX.cpp | 3 +-
lib/Sema/SemaExprCXX.cpp | 24 +++++-
test/CodeGenCUDA/usual-deallocators.cu | 133 ++++++++++++++++++++++++++++++
test/SemaCUDA/call-host-fn-from-device.cu | 6 +-
test/SemaCUDA/usual-deallocators.cu | 95 +++++++++++++++++++++
9 files changed, 279 insertions(+), 18 deletions(-)
create mode 100644 test/CodeGenCUDA/usual-deallocators.cu
create mode 100644 test/SemaCUDA/usual-deallocators.cu
--
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 bc76994b2ff Un-split hypot<long double> tests
new 3f892eaf443 * constexpr.c (cxx_eval_outermost_constant_expr): Update comment.
new 50efe9dc386 2018-09-21 Paul Thomas <pault(a)gcc.gnu.org>
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/constexpr.c | 3 +
gcc/fortran/ChangeLog | 6 ++
gcc/fortran/trans-stmt.c | 3 +-
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gfortran.dg/finalize_33.f90 | 119 ++++++++++++++++++++++++++++++
5 files changed, 135 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/finalize_33.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.
unknown user pushed a change to branch master
in repository glibc.
from 434d45fd70 it_CH/it_IT locales: Correct some LC_TIME formats (bug 10425).
new f0458cf4f9 powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSC
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:
ChangeLog | 20 +++++++++++++++
NEWS | 9 +++++++
sysdeps/powerpc/nptl/tcb-offsets.sym | 1 -
sysdeps/powerpc/nptl/tls.h | 13 +---------
sysdeps/powerpc/powerpc32/sysdep.h | 17 ------------
sysdeps/powerpc/powerpc64/sysdep.h | 17 ------------
sysdeps/powerpc/sysdep.h | 20 ---------------
sysdeps/unix/sysv/linux/powerpc/elision-conf.c | 20 +++++++++++++++
sysdeps/unix/sysv/linux/powerpc/not-errno.h | 30 ----------------------
sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h | 1 -
sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h | 1 -
sysdeps/unix/sysv/linux/powerpc/syscall.S | 1 -
12 files changed, 50 insertions(+), 100 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/powerpc/not-errno.h
--
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 6cf4cff82 Align AArch64 and i386 image base to superpage
new 6a2267060 Update release notes.
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 | 8 ++++++--
1 file changed, 6 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 58bbd6421 [XRay][compiler-rt] Update use of internal_mmap
new c199a590f [sanitizer] Move __sanitizer_set_death_callback to a more app [...]
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_common.cc | 5 -----
lib/sanitizer_common/sanitizer_termination.cc | 9 +++++++++
2 files changed, 9 insertions(+), 5 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 06e8a78c820 AArch64FastISel: Abort if we failed to select operand of intrinsic
new 0ccb4cd7342 revert changes from r342722
new 6b9d6613897 [tblgen] Fix undefined behaviour when assigning integers to [...]
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:
lib/TableGen/Record.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 2 -
lib/Transforms/Scalar/StructurizeCFG.cpp | 1 -
test/CodeGen/AMDGPU/diverge-switch-default.ll | 64 ---------------------------
4 files changed, 1 insertion(+), 68 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/diverge-switch-default.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 compiler-rt.
from a270cdf8a [libfuzzer] Fix a test's run line
new 58bbd6421 [XRay][compiler-rt] Update use of internal_mmap
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/xray/xray_allocator.h | 54 ++++++++++++++++++++------------------
lib/xray/xray_buffer_queue.h | 3 ++-
lib/xray/xray_fdr_logging.cc | 2 +-
lib/xray/xray_profile_collector.cc | 18 ++++++-------
4 files changed, 41 insertions(+), 36 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 linux.
from 0eba8697bce1 Merge tag 'upstream-4.19-rc4' of git://git.infradead.org/l [...]
new 1843abd03250 s390/mm: Check for valid vma before zapping in gmap_discard
new 40ebdb8e59df KVM: s390: Make huge pages unavailable in ucontrol VMs
new cb5fb87a2fbe Merge tag 'kvm-s390-master-4.19-2' of git://git.kernel.org [...]
new 425333bf3a77 KVM: PPC: Avoid marking DMA-mapped pages dirty in real mode
new 71d29f43b633 KVM: PPC: Book3S HV: Don't use compound_order to determine [...]
new 1795f81f6167 Merge tag 'kvm-ppc-fixes-4.19-2' of git://git.kernel.org/p [...]
new d1766202779e x86/kvm/lapic: always disable MMIO interface in x2APIC mode
new d35b34a9a70e kvm: mmu: Don't read PDPTEs when paging is not enabled
new 83b20b28c670 KVM: x86: don't reset root in kvm_mmu_setup()
new 6bd317d3c865 kvm: selftests: use -pthread instead of -lpthread
new 9a9845867c28 KVM/MMU: Fix comment in walk_shadow_page_lockless_end()
new a101c9d63ebb KVM: SVM: Switch to bitmap_zalloc()
new 4c008127e471 KVM: VMX: immediately mark preemption timer expired only f [...]
new f459a707ed31 KVM: VMX: modify preemption timer bit only when arming timer
new d264ee0c2ed2 KVM: VMX: use preemption timer to force immediate VMExit
new a1efa9b70097 x86/hyper-v: rename ipi_arg_{ex,non_ex} structures
new 822f312d47f0 kvm: x86: make kvm_{load|put}_guest_fpu() static
new 5bea5123cbf0 KVM: VMX: check nested state and CR4.VMXE against SMM
new e6c67d8cf117 KVM: nVMX: Wake blocked vCPU in guest-mode if pending inte [...]
new 6de84e581c08 nVMX x86: check posted-interrupt descriptor addresss on vm [...]
new ba8e23db59dc nVMX x86: Check VPID value on vmentry of L2 guests
new d84f1cff9028 KVM: x86: Turbo bits in MSR_PLATFORM_INFO
new 6fbbde9a1969 KVM: x86: Control guest reads of MSR_PLATFORM_INFO
new 8b56ee91ffc8 kvm: selftests: Add platform_info_test
new 26b471c7e2f7 KVM: nVMX: Fix bad cleanup on error of get/set nested stat [...]
new a27fb6d983c7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 26 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/virtual/kvm/api.txt | 12 +-
arch/powerpc/include/asm/book3s/64/pgtable.h | 1 -
arch/powerpc/include/asm/iommu.h | 2 -
arch/powerpc/include/asm/mmu_context.h | 1 +
arch/powerpc/kernel/iommu.c | 25 ----
arch/powerpc/kvm/book3s_64_mmu_radix.c | 91 ++++++---------
arch/powerpc/kvm/book3s_64_vio_hv.c | 39 +++++--
arch/powerpc/mm/init_64.c | 49 --------
arch/powerpc/mm/mmu_context_iommu.c | 34 +++++-
arch/s390/kvm/kvm-s390.c | 4 +-
arch/s390/mm/gmap.c | 4 +-
arch/x86/hyperv/hv_apic.c | 8 +-
arch/x86/include/asm/hyperv-tlfs.h | 16 +--
arch/x86/include/asm/kvm_host.h | 5 +
arch/x86/include/uapi/asm/kvm.h | 1 +
arch/x86/kvm/lapic.c | 22 +++-
arch/x86/kvm/mmu.c | 9 +-
arch/x86/kvm/svm.c | 7 +-
arch/x86/kvm/vmx.c | 138 ++++++++++++++++-------
arch/x86/kvm/x86.c | 101 +++++++++++------
include/linux/kvm_host.h | 2 -
include/uapi/linux/kvm.h | 1 +
tools/testing/selftests/kvm/.gitignore | 1 +
tools/testing/selftests/kvm/Makefile | 5 +-
tools/testing/selftests/kvm/include/kvm_util.h | 4 +
tools/testing/selftests/kvm/lib/kvm_util.c | 89 +++++++++++++++
tools/testing/selftests/kvm/platform_info_test.c | 110 ++++++++++++++++++
27 files changed, 537 insertions(+), 244 deletions(-)
create mode 100644 tools/testing/selftests/kvm/platform_info_test.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 llvm.
from 7532b6d4c0d [InstCombine] add tests for extractelement; NFC
new 06e8a78c820 AArch64FastISel: Abort if we failed to select operand of intrinsic
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/Target/AArch64/AArch64FastISel.cpp | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.