This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 24a064ee6 Add entry a3bbe627d2d8d3a64c60dbec57c885d5303f4398 from https [...]
new f227d7863 Add entry b7003b4cc5e263343f047fe64ed1ae12f561b2d1 from https [...]
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:
.../first_url | 2 +-
.../tcwg_gcc_check/master-aarch64/build_url | 2 +-
.../tcwg_gcc_check/master-aarch64/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy gcc/sha1/{02917ac4528e32d1b2d0da5f45ef5937c56942cd => b7003b4cc5e263343f047fe [...]
copy gcc/sha1/{0bdb9bb5607edd7df1ee74ddfcadb87324ca00c2 => b7003b4cc5e263343f047fe [...]
create mode 100644 gcc/sha1/b7003b4cc5e263343f047fe64ed1ae12f561b2d1/tcwg_gcc_chec [...]
--
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 c290e6a0b7a tree-optimization/99954 - redo loop distribution memcpy rec [...]
new 4bfc4585c99 RISC-V: avoid LUI based const materialization ... [part of [...]
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/config/riscv/constraints.md | 6 +++
gcc/config/riscv/predicates.md | 6 +++
gcc/config/riscv/riscv-protos.h | 1 +
gcc/config/riscv/riscv.cc | 11 ++++++
gcc/config/riscv/riscv.h | 15 ++++++++
gcc/config/riscv/riscv.md | 40 +++++++++++++++++++
.../gcc.target/riscv/sum-of-two-s12-const-1.c | 45 ++++++++++++++++++++++
.../gcc.target/riscv/sum-of-two-s12-const-2.c | 15 ++++++++
.../gcc.target/riscv/sum-of-two-s12-const-3.c | 22 +++++++++++
9 files changed, 161 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/sum-of-two-s12-const-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/sum-of-two-s12-const-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/sum-of-two-s12-const-3.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 newlib.
from 4becae7bd libgloss: fix read and write prototype
new b59c922f7 libgloss: microblaze: fix read and _write declarations
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:
libgloss/microblaze/linux-inbyte.c | 2 ++
libgloss/microblaze/linux-outbyte.c | 2 ++
2 files changed, 4 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 main
in repository newlib.
from 4becae7bd libgloss: fix read and write prototype
new b59c922f7 libgloss: microblaze: fix read and _write declarations
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:
libgloss/microblaze/linux-inbyte.c | 2 ++
libgloss/microblaze/linux-outbyte.c | 2 ++
2 files changed, 4 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 linux.
from 6bfd2d442af5 Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pu [...]
new 699f67512f04 KVM: VMX: Move posted interrupt descriptor out of VMX code
new 4ec8fd037139 x86/irq: Unionize PID.PIR for 64bit access w/o casting
new 2254808b53d9 x86/irq: Remove bitfields in posted interrupt descriptor
new 7fec07fd2178 x86/irq: Add a Kconfig option for posted MSI
new f5a3562ec9dd x86/irq: Reserve a per CPU IDT vector for posted MSIs
new 43650dcf6d63 x86/irq: Set up per host CPU posted interrupt descriptors
new 6087c7f36ab2 x86/irq: Factor out handler invocation from common_interrupt()
new 1b03d82ba15e x86/irq: Install posted MSI notification handler
new fef05a078b6f x86/irq: Factor out common code for checking pending interrupts
new ce0a92871179 x86/irq: Extend checks for pending vectors to posted interrupts
new be9be07b22c9 iommu/vt-d: Make posted MSI an opt-in command line option
new ed1e48ea4370 iommu/vt-d: Enable posted mode for device MSIs
new 6ecc2e7932fe x86/irq: Use existing helper for pending vector check
new 9776dd36095b Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub [...]
The 14 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/admin-guide/kernel-parameters.txt | 2 +
arch/x86/Kconfig | 11 ++
arch/x86/entry/entry_fred.c | 2 +
arch/x86/include/asm/apic.h | 6 +
arch/x86/include/asm/hardirq.h | 6 +
arch/x86/include/asm/idtentry.h | 6 +
arch/x86/include/asm/irq_remapping.h | 7 +
arch/x86/include/asm/irq_vectors.h | 8 +-
arch/x86/include/asm/posted_intr.h | 118 ++++++++++++++++
arch/x86/kernel/apic/vector.c | 5 +-
arch/x86/kernel/cpu/common.c | 3 +
arch/x86/kernel/idt.c | 3 +
arch/x86/kernel/irq.c | 172 ++++++++++++++++++++++--
arch/x86/kvm/vmx/posted_intr.c | 4 +-
arch/x86/kvm/vmx/posted_intr.h | 93 +------------
arch/x86/kvm/vmx/vmx.c | 3 +-
arch/x86/kvm/vmx/vmx.h | 2 +-
drivers/iommu/intel/irq_remapping.c | 113 +++++++++++++++-
drivers/iommu/irq_remapping.c | 5 +-
19 files changed, 450 insertions(+), 119 deletions(-)
create mode 100644 arch/x86/include/asm/posted_intr.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 gcc.
from 54ba8d44bbd [PATCH 3/3] RISC-V: Add memset-zero expansion to cbo.zero
new c290e6a0b7a tree-optimization/99954 - redo loop distribution memcpy rec [...]
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/testsuite/gcc.dg/tree-ssa/ldist-40.c | 10 ++++++++++
gcc/tree-data-ref.cc | 22 ++++++++++++++++++++++
gcc/tree-loop-distribution.cc | 4 ++--
gcc/tree-ssa-alias.cc | 5 +++++
4 files changed, 39 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ldist-40.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 binutils-gdb.
from f1fe1d35c85 Adjust C++ destructor type tests
new 4ac16d6607c Improve objdump -p output of PE Import and Export Tables
new c2b915e2a5c gdb/testsuite: remove unnecessary -Wl,-soname,NAME build flags
new ad666becfe0 gdb/doc: don't delete *.pod files too early
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:
bfd/peXXigen.c | 61 ++++++++++++++--------
gdb/doc/Makefile.in | 6 +--
gdb/testsuite/gdb.base/break-interp.exp | 5 +-
gdb/testsuite/gdb.base/prelink.exp | 6 +--
gdb/testsuite/gdb.base/solib-nodir.exp | 3 +-
gdb/testsuite/gdb.threads/tls-sepdebug.exp | 8 +--
ld/testsuite/ld-pe/exclude-symbols-def-i386.d | 6 +--
ld/testsuite/ld-pe/exclude-symbols-def-x86_64.d | 6 +--
ld/testsuite/ld-pe/exclude-symbols-embedded-i386.d | 6 +--
.../ld-pe/exclude-symbols-embedded-x86_64.d | 6 +--
10 files changed, 60 insertions(+), 53 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 c1356e8cc9a [testsuite] Fix gcc.dg/pr115066.c fail on aarch64
new e6e41b68fd8 [1/3] expr: Export clear_by_pieces()
new 21855f96014 [PATCH 2/3] RISC-V: testsuite: Make cmo tests LTO safe
new 54ba8d44bbd [PATCH 3/3] RISC-V: Add memset-zero expansion to cbo.zero
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:
gcc/config/riscv/riscv-protos.h | 1 +
gcc/config/riscv/riscv-string.cc | 59 ++++++++++++++++++++++
gcc/config/riscv/riscv.md | 24 +++++++++
gcc/expr.cc | 6 +--
gcc/expr.h | 5 ++
gcc/testsuite/gcc.target/riscv/cmo-zicbom-1.c | 6 +--
gcc/testsuite/gcc.target/riscv/cmo-zicbom-2.c | 6 +--
gcc/testsuite/gcc.target/riscv/cmo-zicbop-1.c | 6 +--
gcc/testsuite/gcc.target/riscv/cmo-zicbop-2.c | 6 +--
gcc/testsuite/gcc.target/riscv/cmo-zicboz-1.c | 2 +-
gcc/testsuite/gcc.target/riscv/cmo-zicboz-2.c | 2 +-
.../gcc.target/riscv/cmo-zicboz-zic64-1.c | 43 ++++++++++++++++
12 files changed, 147 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/cmo-zicboz-zic64-1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.