This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from c9f016e72b5c Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/ [...]
new 284b75a3d83c ata: libata: Fix memory leak for error path in ata_host_alloc()
new 67784a74e258 Merge tag 'ata-6.11-rc7' of git://git.kernel.org/pub/scm/l [...]
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:
drivers/ata/libata-core.c | 4 +++-
1 file changed, 3 insertions(+), 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 master
in repository toolchain/ci/interesting-commits.
from eb1b70344 Add entry aa7497a66c4272669fa63f7ec61a3f01aa9dabaf from https [...]
new 284027494 Add entry aa7497a66c4272669fa63f7ec61a3f01aa9dabaf 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:
llvm/sha1/aa7497a66c4272669fa63f7ec61a3f01aa9dabaf/jira/description | 4 ++++
llvm/sha1/aa7497a66c4272669fa63f7ec61a3f01aa9dabaf/jira/yaml | 4 ++++
llvm/sha1/aa7497a66c4272669fa63f7ec61a3f01aa9dabaf/status.txt | 4 ++++
.../tcwg_bmk-code_speed-cpu2017rate/llvm-arm-master-O3}/details.txt | 0
.../reproduction_instructions.txt | 4 ++--
.../llvm-arm-master-O3}/status-summary.txt | 0
.../{llvm-arm-master-Oz_LTO => llvm-arm-master-O3}/status.txt | 4 ++--
.../tcwg_bmk-code_speed-cpu2017rate/status.txt | 4 ++++
8 files changed, 20 insertions(+), 4 deletions(-)
copy {binutils/sha1/18737d14799d609054994987dd75631430637a99/tcwg_bmk-code_speed-s [...]
copy llvm/sha1/aa7497a66c4272669fa63f7ec61a3f01aa9dabaf/tcwg_bmk-code_speed-cpu201 [...]
copy {binutils/sha1/18737d14799d609054994987dd75631430637a99 => llvm/sha1/aa7497a6 [...]
copy llvm/sha1/aa7497a66c4272669fa63f7ec61a3f01aa9dabaf/tcwg_bmk-code_speed-cpu201 [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from b6a395a2a Add entry 4b729d2ff3259e5b1d40f93d4f9e7edf5f0064f4 from https [...]
new eb1b70344 Add entry aa7497a66c4272669fa63f7ec61a3f01aa9dabaf 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:
.../tcwg_bmk-code_speed-cpu2017rate/llvm-arm-master-O3/build_url | 2 +-
.../llvm-arm-master-O3}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy llvm/sha1/{147c5d6686b935ecd93f8fa0e2dcf38deb593890 => aa7497a66c4272669fa63f [...]
copy llvm/sha1/aa7497a66c4272669fa63f7ec61a3f01aa9dabaf/{tcwg_bmk-code_size-cpu201 [...]
--
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 073e508b618 Automatic date update in version.in
new 85e370a3d63 Support ymm rounding control for Intel AVX10.2
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:
gas/config/tc-i386.c | 120 +--
gas/doc/c-i386.texi | 6 +-
gas/testsuite/gas/i386/avx10_2-rounding-intel.d | 452 +++++++++++
gas/testsuite/gas/i386/avx10_2-rounding-inval.l | 35 +
gas/testsuite/gas/i386/avx10_2-rounding-inval.s | 39 +
gas/testsuite/gas/i386/avx10_2-rounding.d | 450 +++++++++++
gas/testsuite/gas/i386/avx10_2-rounding.s | 350 +++++++++
gas/testsuite/gas/i386/i386.exp | 3 +
.../gas/i386/x86-64-avx10_2-rounding-intel.d | 452 +++++++++++
gas/testsuite/gas/i386/x86-64-avx10_2-rounding.d | 450 +++++++++++
gas/testsuite/gas/i386/x86-64-avx10_2-rounding.s | 350 +++++++++
gas/testsuite/gas/i386/x86-64.exp | 2 +
opcodes/i386-dis.c | 21 +-
opcodes/i386-gen.c | 3 +
opcodes/i386-init.h | 870 +++++++++++----------
opcodes/i386-opc.h | 3 +
opcodes/i386-opc.tbl | 40 +-
opcodes/i386-tbl.h | 358 ++++-----
18 files changed, 3318 insertions(+), 686 deletions(-)
create mode 100644 gas/testsuite/gas/i386/avx10_2-rounding-intel.d
create mode 100644 gas/testsuite/gas/i386/avx10_2-rounding-inval.l
create mode 100644 gas/testsuite/gas/i386/avx10_2-rounding-inval.s
create mode 100644 gas/testsuite/gas/i386/avx10_2-rounding.d
create mode 100644 gas/testsuite/gas/i386/avx10_2-rounding.s
create mode 100644 gas/testsuite/gas/i386/x86-64-avx10_2-rounding-intel.d
create mode 100644 gas/testsuite/gas/i386/x86-64-avx10_2-rounding.d
create mode 100644 gas/testsuite/gas/i386/x86-64-avx10_2-rounding.s
--
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 5239902210a RISC-V: Add testcases for unsigned scalar quad and oct .SAT [...]
new b1f9fbb6da1 i386: Auto vectorize sdot_prod, usdot_prod, udot_prod with [...]
new 86f5031c804 i386: Optimize ordered and nonequal
new 3b1decef830 i386: Optimize generate insn for AVX10.2 compare
new f82fa0da4d9 i386: Support vectorized BF16 add/sub/mul/div with AVX10.2 [...]
new 6d294fb8ac9 i386: Support vectorized BF16 FMA with AVX10.2 instructions
new 29ef601973d i386: Support vectorized BF16 smaxmin with AVX10.2 instructions
new e19f65b0be1 i386: Support vectorized BF16 sqrt with AVX10.2 instruction
new f77435aa391 i386: Support vec_cmp for V8BF/V16BF/V32BF in AVX10.2
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:
gcc/config/i386/i386-expand.cc | 7 +
gcc/config/i386/i386.cc | 5 +
gcc/config/i386/i386.md | 31 +++-
gcc/config/i386/predicates.md | 12 ++
gcc/config/i386/sse.md | 180 +++++++++++----------
gcc/match.pd | 3 +
.../gcc.target/i386/avx10_2-512-bf-vector-cmpp-1.c | 19 +++
.../gcc.target/i386/avx10_2-512-bf-vector-fma-1.c | 34 ++++
.../i386/avx10_2-512-bf-vector-operations-1.c | 42 +++++
.../i386/avx10_2-512-bf-vector-smaxmin-1.c | 20 +++
.../gcc.target/i386/avx10_2-bf-vector-cmpp-1.c | 29 ++++
.../gcc.target/i386/avx10_2-bf-vector-fma-1.c | 63 ++++++++
.../i386/avx10_2-bf-vector-operations-1.c | 79 +++++++++
.../gcc.target/i386/avx10_2-bf-vector-smaxmin-1.c | 36 +++++
gcc/testsuite/gcc.target/i386/avx10_2-compare-1b.c | 96 +++++++++++
gcc/testsuite/gcc.target/i386/optimize_one.c | 9 ++
.../gcc.target/i386/vnniint16-auto-vectorize-2.c | 11 +-
.../gcc.target/i386/vnniint16-auto-vectorize-3.c | 6 +
.../gcc.target/i386/vnniint16-auto-vectorize-4.c | 18 +++
.../gcc.target/i386/vnniint8-auto-vectorize-2.c | 12 +-
.../gcc.target/i386/vnniint8-auto-vectorize-3.c | 6 +
.../gcc.target/i386/vnniint8-auto-vectorize-4.c | 18 +++
22 files changed, 642 insertions(+), 94 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx10_2-512-bf-vector-cmpp-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx10_2-512-bf-vector-fma-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx10_2-512-bf-vector-operations-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx10_2-512-bf-vector-smaxmin-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx10_2-bf-vector-cmpp-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx10_2-bf-vector-fma-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx10_2-bf-vector-operations-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx10_2-bf-vector-smaxmin-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx10_2-compare-1b.c
create mode 100644 gcc/testsuite/gcc.target/i386/optimize_one.c
create mode 100644 gcc/testsuite/gcc.target/i386/vnniint16-auto-vectorize-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/vnniint16-auto-vectorize-4.c
create mode 100644 gcc/testsuite/gcc.target/i386/vnniint8-auto-vectorize-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/vnniint8-auto-vectorize-4.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 master
in repository toolchain/ci/interesting-commits.
from 86b3f6f5f Add entry 4b729d2ff3259e5b1d40f93d4f9e7edf5f0064f4 from https [...]
new b6a395a2a Add entry 4b729d2ff3259e5b1d40f93d4f9e7edf5f0064f4 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:
.../jira/description | 4 +++
.../jira/yaml | 4 +++
.../status.txt | 4 +++
.../master-thumb_m33_hard_eabi/details.txt | 38 ++++++++++++++--------
.../reproduction_instructions.txt | 4 +--
.../master-thumb_m33_hard_eabi}/status-summary.txt | 0
.../status.txt | 4 +--
.../tcwg_gnu_embed_check_gcc/status.txt | 4 +++
8 files changed, 45 insertions(+), 17 deletions(-)
copy gcc/sha1/{ad20ad7dddcb052429346ae5f94b4a603925084a => 4b729d2ff3259e5b1d40f93 [...]
copy gcc/sha1/4b729d2ff3259e5b1d40f93d4f9e7edf5f0064f4/tcwg_gnu_embed_check_gcc/{m [...]
copy gcc/sha1/{3c67a0fa1dd39a3378deb854a7fef0ff7fe38004 => 4b729d2ff3259e5b1d40f93 [...]
copy gcc/sha1/4b729d2ff3259e5b1d40f93d4f9e7edf5f0064f4/tcwg_gnu_embed_check_gcc/{m [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from 241a9bfbe Add entry 4b729d2ff3259e5b1d40f93d4f9e7edf5f0064f4 from https [...]
new 86b3f6f5f Add entry 4b729d2ff3259e5b1d40f93d4f9e7edf5f0064f4 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:
.../tcwg_gnu_embed_check_gcc/master-thumb_m33_hard_eabi}/build_url | 2 +-
.../{master-thumb_m0_soft_eabi => master-thumb_m33_hard_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{021077b94741c9300dfff3a24e95b3ffa3f508a7/tcwg_gnu_embed_check_gcc/m [...]
copy gcc/sha1/4b729d2ff3259e5b1d40f93d4f9e7edf5f0064f4/tcwg_gnu_embed_check_gcc/{m [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from f9aad24e2 Add entry 4b729d2ff3259e5b1d40f93d4f9e7edf5f0064f4 from https [...]
new 241a9bfbe Add entry 4b729d2ff3259e5b1d40f93d4f9e7edf5f0064f4 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:
...3283-g4b729d2ff325 => gcc-15-3283-g4b729d2ff32} | 0
.../commit-log.txt | 2 +-
.../jira/description | 6 ++++-
.../jira/summary | 2 +-
.../jira/yaml | 8 ++++--
.../status.txt | 4 +++
.../details.txt | 30 +++++++++++-----------
.../reproduction_instructions.txt | 4 +--
.../master-thumb_m7_hard_eabi}/status-summary.txt | 0
.../status.txt | 4 +--
.../tcwg_gnu_embed_check_gcc/status.txt | 4 +++
11 files changed, 40 insertions(+), 24 deletions(-)
copy gcc/basepoints/{gcc-15-3283-g4b729d2ff325 => gcc-15-3283-g4b729d2ff32} (100%)
copy gcc/sha1/4b729d2ff3259e5b1d40f93d4f9e7edf5f0064f4/tcwg_gnu_embed_check_gcc/{m [...]
copy gcc/sha1/4b729d2ff3259e5b1d40f93d4f9e7edf5f0064f4/tcwg_gnu_embed_check_gcc/{m [...]
copy gcc/sha1/{3c67a0fa1dd39a3378deb854a7fef0ff7fe38004 => 4b729d2ff3259e5b1d40f93 [...]
copy gcc/sha1/4b729d2ff3259e5b1d40f93d4f9e7edf5f0064f4/tcwg_gnu_embed_check_gcc/{m [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from f35787a0a Add entry dd346b613886aea9761dbb5e7a8d6c47922750b2 from https [...]
new f9aad24e2 Add entry 4b729d2ff3259e5b1d40f93d4f9e7edf5f0064f4 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:
.../tcwg_gnu_embed_check_gcc/master-thumb_m7_hard_eabi}/build_url | 2 +-
.../{master-thumb_m0_soft_eabi => master-thumb_m7_hard_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{021077b94741c9300dfff3a24e95b3ffa3f508a7/tcwg_gnu_embed_check_gcc/m [...]
copy gcc/sha1/4b729d2ff3259e5b1d40f93d4f9e7edf5f0064f4/tcwg_gnu_embed_check_gcc/{m [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.