[gcc r16-2225] aarch64: Implement sme2+faminmax extension.

2025-07-13 Thread Alfie Richards via Gcc-cvs
https://gcc.gnu.org/g:3a1067c8b8c42f78a3dd881c8dc49a605aca044b commit r16-2225-g3a1067c8b8c42f78a3dd881c8dc49a605aca044b Author: Alfie Richards Date: Fri Jul 4 15:37:10 2025 + aarch64: Implement sme2+faminmax extension. Implements the sme2+faminmax svamin and svamax intrinsics

[gcc r14-11889] i386: Remove KEYLOCKER related feature since Panther Lake and Clearwater Forest

2025-07-13 Thread Haochen Jiang via Gcc-cvs
https://gcc.gnu.org/g:8ea12b87ec867ac07ffc0449a5cb5d8108a88527 commit r14-11889-g8ea12b87ec867ac07ffc0449a5cb5d8108a88527 Author: Haochen Jiang Date: Fri Jul 11 16:16:52 2025 +0800 i386: Remove KEYLOCKER related feature since Panther Lake and Clearwater Forest According to July 2

[gcc r15-9965] i386: Remove KEYLOCKER related feature since Panther Lake and Clearwater Forest

2025-07-13 Thread Haochen Jiang via Gcc-cvs
https://gcc.gnu.org/g:e94929870fe5381b98fa3844bab36cb0d77de2ba commit r15-9965-ge94929870fe5381b98fa3844bab36cb0d77de2ba Author: Haochen Jiang Date: Fri Jul 11 16:16:52 2025 +0800 i386: Remove KEYLOCKER related feature since Panther Lake and Clearwater Forest According to July 20

[gcc r16-2224] i386: Remove KEYLOCKER related feature since Panther Lake and Clearwater Forest

2025-07-13 Thread Haochen Jiang via Gcc-cvs
https://gcc.gnu.org/g:e69b78c9e2ba254dbc51d05e505159755bc7286e commit r16-2224-ge69b78c9e2ba254dbc51d05e505159755bc7286e Author: Haochen Jiang Date: Fri Jul 11 16:16:52 2025 +0800 i386: Remove KEYLOCKER related feature since Panther Lake and Clearwater Forest According to July 20

[gcc r16-2223] RISC-V: Add testcases for unsigned vector SAT_SUB form 11 and form 12

2025-07-13 Thread Li Xu via Gcc-cvs
https://gcc.gnu.org/g:db3afff48fc7ed896b3dd17eb93f0cfe3cc41da8 commit r16-2223-gdb3afff48fc7ed896b3dd17eb93f0cfe3cc41da8 Author: panciyan Date: Thu Jul 10 06:54:26 2025 + RISC-V: Add testcases for unsigned vector SAT_SUB form 11 and form 12 This patch adds testcase for form11

[gcc r16-2221] tree: Add include to tm_p.h to tree.cc [PR120866]

2025-07-13 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:4d7baa94a48c27030c8ffcfaf3dd187be09903a9 commit r16-2221-g4d7baa94a48c27030c8ffcfaf3dd187be09903a9 Author: Andrew Pinski Date: Sun Jul 13 11:56:03 2025 -0700 tree: Add include to tm_p.h to tree.cc [PR120866] After r16-1738-g0337e3c2743ca0, a call to ASM_GENER

[gcc r16-2220] middle-end: Fix typo in gimple.h

2025-07-13 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:356250630abd876ae592bc3d2b4cc171bc834b79 commit r16-2220-g356250630abd876ae592bc3d2b4cc171bc834b79 Author: Benjamin Wu Date: Sun Jul 13 17:25:02 2025 +0100 middle-end: Fix typo in gimple.h gcc/ChangeLog: * gimple.h (GTMA_DOES_GO_IRREVOCABLE):

[gcc r16-2219] cobol: Minor changes to genapi.cc to eliminate CPPCHECK warnings.

2025-07-13 Thread Robert Dubner via Gcc-cvs
https://gcc.gnu.org/g:9b9753718e202073a3343d196a2eae13df80f408 commit r16-2219-g9b9753718e202073a3343d196a2eae13df80f408 Author: Robert Dubner Date: Fri Jul 11 17:11:21 2025 -0400 cobol: Minor changes to genapi.cc to eliminate CPPCHECK warnings. Several hundred cppcheck warnings w

[gcc r15-9963] [PATCH] [RISC-V] Fix shift type for RVV interleaved stepped patterns [PR120356]

2025-07-13 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:d8f2b4f1781ca02d3f74cc88467f97c2d68b471e commit r15-9963-gd8f2b4f1781ca02d3f74cc88467f97c2d68b471e Author: Alexey Merzlyakov Date: Wed Jul 2 11:29:00 2025 -0600 [PATCH] [RISC-V] Fix shift type for RVV interleaved stepped patterns [PR120356] It corrects the s

[gcc r15-9962] [PATCH] riscv: allow zero in zacas subword atomic cas

2025-07-13 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:8f93b00a241a242677a901812f1a12e8960a5dc2 commit r15-9962-g8f93b00a241a242677a901812f1a12e8960a5dc2 Author: Andreas Schwab Date: Tue Jul 8 07:32:17 2025 -0600 [PATCH] riscv: allow zero in zacas subword atomic cas gcc: PR target/120995 *