This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.2-branch
in repository binutils-gdb.
from b37d1b267d Automatic date update in version.in
new b49b179b90 Automatic date update in version.in
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:
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.
unknown user pushed a change to branch binutils-2_31-branch
in repository binutils-gdb.
from 86382144fa Automatic date update in version.in
new 8c148a60ce Automatic date update in version.in
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:
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.
unknown user pushed a change to branch master
in repository linux.
from d7b686ebf704 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...]
new 96d529bac562 firmware: arm_scmi: fix divide by zero when sustained_perf [...]
new d07f05fb8643 hwmon: rpi: add module alias to raspberrypi-hwmon
new e312b6dcbb63 Merge tag 'arm-soc/for-4.19/drivers-fixes' of https://gith [...]
new 6b45a2b1c0bc memory: ti-aemif: fix a potential NULL-pointer dereference
new d177c8b61d6b arm64: allwinner: dts: h6: fix Pine H64 MMC bus width
new a132bb90414b Merge tag 'sunxi-fixes-for-4.19' of https://git.kernel.org [...]
new 0f3aa48ad4c3 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/l [...]
new b871da4a7778 KVM: nVMX: avoid redundant double assignment of nested_run [...]
new 0186ec823280 KVM: SVM: remove unused variable dst_vaddr_end
new c4409905cd6e KVM: VMX: Do not allow reexecute_instruction() when skippi [...]
new 35be0aded76b KVM: x86: SVM: Set EMULTYPE_NO_REEXECUTE for RSM emulation
new 8065dbd1ee0e KVM: x86: Invert emulation re-execute behavior to make it opt-in
new 384bf2218e96 KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTE
new 472faffacd90 KVM: x86: Default to not allowing emulation retry in kvm_m [...]
new 6c3dfeb6a48b KVM: x86: Do not re-{try,execute} after failed emulation in L2
new 0ce97a2b627c KVM: x86: Rename emulate_instruction() to kvm_emulate_inst [...]
new c60658d1d983 KVM: x86: Unexport x86_emulate_instruction()
new 58f33cfe7307 tools/kvm_stat: fix python3 issues
new 617c66b9f236 tools/kvm_stat: fix handling of invalid paths in debugfs provider
new 710ab11ad932 tools/kvm_stat: fix updates for dead guests
new 0db8b3102368 tools/kvm_stat: don't reset stats when setting PID filter [...]
new 29c39f38e4e8 tools/kvm_stat: handle guest removals more gracefully
new 404517e40867 tools/kvm_stat: indicate dead guests as such
new c012a0f26775 tools/kvm_stat: re-animate display of dead guests
new c066fafc595e KVM: PPC: Book3S HV: Use correct pagesize in kvm_unmap_radix()
new 46dec40fb741 KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate function
new 732b53146ac8 Merge tag 'kvm-ppc-fixes-4.19-1' of git://git.kernel.org/p [...]
new a11bdb1a6b78 KVM: s390: Fix pfmf and conditional skey emulation
new 204c97245612 KVM: s390: vsie: copy wrapping keys to right place
new df88f3181f10 KVM: s390: Properly lock mm context allow_gmap_hpage_1m setting
new ed2ef2910064 Merge tag 'kvm-s390-master-4.19-1' of git://git.kernel.org [...]
new 694556d54f35 KVM: arm/arm64: Clean dcache to PoC when changing PTE due to CoW
new 7d14919c0d47 arm64: KVM: Only force FPEXC32_EL2.EN if trapping FPSIMD
new a35381e10dc4 KVM: Remove obsolete kvm_unmap_hva notifier backend
new df3190e22016 arm64: KVM: Remove pgd_lock
new 564ad0aa85b3 Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel [...]
new b5861e5cf2fc KVM: nVMX: Fix loss of pending IRQ/NMI before entering L2
new bdf7ffc89922 KVM: LAPIC: Fix pv ipis out-of-bounds access
new f8f65382c98a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 39 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:
arch/arm/include/asm/kvm_host.h | 1 -
.../boot/dts/allwinner/sun50i-h6-pine-h64.dts | 2 +
arch/arm64/include/asm/kvm_host.h | 4 +-
arch/arm64/kvm/hyp/switch.c | 9 ++--
arch/mips/include/asm/kvm_host.h | 1 -
arch/mips/kvm/mmu.c | 10 ----
arch/powerpc/kvm/book3s_64_mmu_hv.c | 2 +-
arch/powerpc/kvm/book3s_64_mmu_radix.c | 6 +--
arch/s390/include/asm/mmu.h | 8 ++-
arch/s390/kvm/kvm-s390.c | 2 +
arch/s390/kvm/priv.c | 30 ++++++-----
arch/s390/kvm/vsie.c | 3 +-
arch/x86/include/asm/kvm_host.h | 22 +++-----
arch/x86/kvm/lapic.c | 27 +++++++---
arch/x86/kvm/mmu.c | 26 ++++++----
arch/x86/kvm/svm.c | 19 ++++---
arch/x86/kvm/vmx.c | 43 +++++++++++-----
arch/x86/kvm/x86.c | 28 ++++++++--
arch/x86/kvm/x86.h | 2 +
drivers/firmware/arm_scmi/perf.c | 8 ++-
drivers/hwmon/raspberrypi-hwmon.c | 1 +
drivers/memory/ti-aemif.c | 2 +-
tools/kvm/kvm_stat/kvm_stat | 59 ++++++++++++++++++----
virt/kvm/arm/mmu.c | 21 +++-----
virt/kvm/arm/trace.h | 15 ------
25 files changed, 215 insertions(+), 136 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 binutils-gdb.
from d1908f2d6b gdb: Add builtin types for 24 bit integers.
new 2a62dfa93f (Ada) assigning packed array aggregate with variable as component
new fb44b1a737 (Ada) infinite loop when hitting unhandled exception catchpoint
new 57aff202b4 (Ada) "catch assert" spurious internal error
new 0d81f350ec Handle PPC64 function descriptor in Ada decoding
new d8ce91275e minor reformatting in ada-lang.c::ada_to_fixed_value
new 16b9eb7bfa (Ada) slightly incorrect bounds for type of array indexed by enum
new 95f39a5b27 ada-lang.c::ada_value_cast: remove unnecessary parentheses
new 424da6cf3b (Ada) fix handling of expression with parameterless function call
The 8 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:
gdb/ChangeLog | 39 ++++++++++++++++
gdb/ada-lang.c | 43 ++++++++++--------
gdb/ada-typeprint.c | 9 +---
gdb/testsuite/ChangeLog | 8 ++++
gdb/testsuite/gdb.ada/expr_with_funcall.exp | 52 ++++++++++++++++++++++
.../gdb.ada/expr_with_funcall/expr_r821_013.adb | 23 ++++++++++
gdb/testsuite/gdb.ada/expr_with_funcall/pck.adb | 26 +++++++++++
gdb/testsuite/gdb.ada/expr_with_funcall/pck.ads | 20 +++++++++
gdb/testsuite/gdb.ada/packed_array_assign.exp | 30 +++++++++++++
.../gdb.ada/packed_array_assign/aggregates.adb | 25 +++++++++++
.../gdb.ada/packed_array_assign/aggregates.ads | 33 ++++++++++++++
gdb/testsuite/gdb.ada/packed_array_assign/pck.adb | 23 ++++++++++
gdb/testsuite/gdb.ada/packed_array_assign/pck.ads | 22 +++++++++
.../gdb.ada/packed_array_assign/tester.adb | 20 +++++++++
14 files changed, 348 insertions(+), 25 deletions(-)
create mode 100644 gdb/testsuite/gdb.ada/expr_with_funcall.exp
create mode 100644 gdb/testsuite/gdb.ada/expr_with_funcall/expr_r821_013.adb
create mode 100644 gdb/testsuite/gdb.ada/expr_with_funcall/pck.adb
create mode 100644 gdb/testsuite/gdb.ada/expr_with_funcall/pck.ads
create mode 100644 gdb/testsuite/gdb.ada/packed_array_assign.exp
create mode 100644 gdb/testsuite/gdb.ada/packed_array_assign/aggregates.adb
create mode 100644 gdb/testsuite/gdb.ada/packed_array_assign/aggregates.ads
create mode 100644 gdb/testsuite/gdb.ada/packed_array_assign/pck.adb
create mode 100644 gdb/testsuite/gdb.ada/packed_array_assign/pck.ads
create mode 100644 gdb/testsuite/gdb.ada/packed_array_assign/tester.adb
--
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 c500c06792 Distinguish `__block` variables that are captured by escapin [...]
new ff7472e4ed ms: Insert $$Z in mangling between directly consecutive para [...]
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/AST/MicrosoftMangle.cpp | 13 ++++++++++---
test/CodeGenCXX/mangle-ms-templates.cpp | 28 +++++++++++++++++++++++++---
2 files changed, 35 insertions(+), 6 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 clang.
from bfe49d565c Do not use optimized atomic libcalls for misaligned atomics.
new c500c06792 Distinguish `__block` variables that are captured by escapin [...]
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/clang/AST/Decl.h | 23 ++++++++++++
include/clang/Sema/ScopeInfo.h | 17 +++++++++
lib/AST/Decl.cpp | 8 +++++
lib/CodeGen/CGBlocks.cpp | 28 ++++++++++-----
lib/CodeGen/CGClass.cpp | 2 +-
lib/CodeGen/CGDecl.cpp | 19 +++++-----
lib/CodeGen/CGExpr.cpp | 4 +--
lib/CodeGen/CodeGenFunction.h | 11 +++---
lib/Sema/ScopeInfo.cpp | 2 ++
lib/Sema/Sema.cpp | 54 ++++++++++++++++++++++++++++
lib/Sema/SemaDecl.cpp | 33 ++---------------
lib/Sema/SemaExpr.cpp | 3 ++
lib/Serialization/ASTReaderDecl.cpp | 1 +
lib/Serialization/ASTWriterDecl.cpp | 3 ++
test/CodeGen/block-byref-aggr.c | 4 +++
test/CodeGen/blocks-seq.c | 1 +
test/CodeGen/exceptions.c | 1 +
test/CodeGen/personality.c | 1 +
test/CodeGenCXX/block-capture.cpp | 2 ++
test/CodeGenCXX/blocks.cpp | 1 +
test/CodeGenCXX/debug-info-blocks.cpp | 1 +
test/CodeGenCXX/noescape.cpp | 31 +++++++++++++++-
test/CodeGenObjC/arc-no-arc-exceptions.m | 1 +
test/CodeGenObjC/arc-unoptimized-byref-var.m | 1 +
test/CodeGenObjC/blocks-1.m | 49 ++++++++++++++-----------
test/CodeGenObjC/noescape.m | 52 ++++++++++++++++++++++++++-
test/CodeGenObjCXX/arc-blocks.mm | 11 ++++--
test/PCH/block-helpers.cpp | 20 +++++++++++
test/SemaObjCXX/blocks.mm | 8 ++++-
test/SemaObjCXX/noescape.mm | 25 +++++++++++++
30 files changed, 335 insertions(+), 82 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 d9ee98e0db5 [X86] Mark the ADCX and ADOX instruction as commutable.
new 09d0743fb69 [X86] Create paddus/psubus from narrower vectors with i8/i1 [...]
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/X86/X86ISelLowering.cpp | 20 +-
test/CodeGen/X86/paddus.ll | 543 +++++---------------------
test/CodeGen/X86/psubus.ll | 513 +++++-------------------
test/CodeGen/X86/sse2-intrinsics-canonical.ll | 104 +++--
4 files changed, 245 insertions(+), 935 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 ffff35344a6 Revert "NFC: use bit_cast more in AArch64AddressingModes"
new c4efbc074ac [X86] Add test cases for commuting ADCX/ADOX instruction to [...]
new d9ee98e0db5 [X86] Mark the ADCX and ADOX instruction as commutable.
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/Target/X86/X86InstrArithmetic.td | 2 +-
test/CodeGen/X86/adx-commute.mir | 234 +++++++++++++++++++++++++++++++++++
test/CodeGen/X86/pr32282.ll | 4 +-
test/CodeGen/X86/pr32284.ll | 4 +-
4 files changed, 239 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/X86/adx-commute.mir
--
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 32fee334421 PR c++/86678 - constexpr function with non-constant after return.
new 3a50b9db82b PR c++/87150 - wrong ctor with maybe-rvalue semantics. * [...]
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 | 7 +++++++
gcc/cp/call.c | 9 ++++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/move-return2.C | 11 +++++++++++
4 files changed, 29 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/move-return2.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 d1fb1f52d32 NFC: use bit_cast more in AArch64AddressingModes
new ffff35344a6 Revert "NFC: use bit_cast more in AArch64AddressingModes"
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:
.../AArch64/MCTargetDesc/AArch64AddressingModes.h | 35 +++++++++++++++-------
1 file changed, 24 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.