[gcc r15-5858] x86: Correct comments for pass_apx_nf_convert

2024-12-01 Thread H.J. Lu via Gcc-cvs
https://gcc.gnu.org/g:e4dd0075aa998d522edd0da552d60a942eaae78a commit r15-5858-ge4dd0075aa998d522edd0da552d60a942eaae78a Author: H.J. Lu Date: Mon Dec 2 13:10:46 2024 +0800 x86: Correct comments for pass_apx_nf_convert Change pass_rpad to pass_apx_nf_convert in pass_apx_nf_convert

[gcc r15-5857] RISC-V: Fix incorrect optimization options passing to widden

2024-12-01 Thread Pan Li via Gcc-cvs
https://gcc.gnu.org/g:12e30d82cc7ef614ec7a7f2bfae219fe8f99d94b commit r15-5857-g12e30d82cc7ef614ec7a7f2bfae219fe8f99d94b Author: Pan Li Date: Fri Nov 29 11:57:34 2024 +0800 RISC-V: Fix incorrect optimization options passing to widden Like the strided load/store, the testcases of v

[gcc r15-5856] RISC-V: Fix RVV strided load/store testcases failure

2024-12-01 Thread Pan Li via Gcc-cvs
https://gcc.gnu.org/g:aedb306a457496bac3b0029c6b4a1e63c738ddde commit r15-5856-gaedb306a457496bac3b0029c6b4a1e63c738ddde Author: Pan Li Date: Fri Nov 29 12:01:33 2024 +0800 RISC-V: Fix RVV strided load/store testcases failure This patch would like to fix the testcases failures of

[gcc r14-11015] [PATCH] modula2: Tidyup remove unnecessary parameters

2024-12-01 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:7e8a67e0237f8d6da6d3de7752368f3d8923d121 commit r14-11015-g7e8a67e0237f8d6da6d3de7752368f3d8923d121 Author: Gaius Mulley Date: Sun Dec 1 23:09:44 2024 + [PATCH] modula2: Tidyup remove unnecessary parameters This patch removes ununsed parameters from gm2-c

[gcc r15-5854] [contrib] validate_failures.py: fix python 3.12 escape sequence warnings

2024-12-01 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:90becd94cf92858555e0e538ec2091f952971453 commit r15-5854-g90becd94cf92858555e0e538ec2091f952971453 Author: Gabi Falk Date: Sun Dec 1 12:18:18 2024 -0700 [contrib] validate_failures.py: fix python 3.12 escape sequence warnings The warnings: contrib/testsui

[gcc r15-5852] Thanks for the feedback on the first version of the patch. Accordingly:

2024-12-01 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:999aad44aa86e64580d36e74bcc90b48f768cf55 commit r15-5852-g999aad44aa86e64580d36e74bcc90b48f768cf55 Author: Jovan Vukic Date: Sun Dec 1 11:57:41 2024 -0700 Thanks for the feedback on the first version of the patch. Accordingly: I have corrected the code format

[gcc r15-5853] [PATCH] gcc: configure: Fix the optimization flags cleanup

2024-12-01 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:721a38add973a937b4b60f05cfa17958e892ad27 commit r15-5853-g721a38add973a937b4b60f05cfa17958e892ad27 Author: Slava Barinov Date: Sun Dec 1 11:59:13 2024 -0700 [PATCH] gcc: configure: Fix the optimization flags cleanup Currently sed command in flag cleanup remov

[gcc r15-5848] [PATCH v6 09/12] Add symbolic execution support.

2024-12-01 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:148e20466c2c246df9472efed0f2ae94cb65a0f8 commit r15-5848-g148e20466c2c246df9472efed0f2ae94cb65a0f8 Author: Matevos Mehrabyan Date: Mon Nov 11 13:00:10 2024 -0700 [PATCH v6 09/12] Add symbolic execution support. Gives an opportunity to execute the code on bit

[gcc r15-5850] [PATCH v7 11/12] Replace the original CRC loops with a faster CRC calculation

2024-12-01 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:4d2b9202fe94c54e63fb07d48293a78da3d82532 commit r15-5850-g4d2b9202fe94c54e63fb07d48293a78da3d82532 Author: Mariam Arutunian Date: Mon Nov 11 13:01:19 2024 -0700 [PATCH v7 11/12] Replace the original CRC loops with a faster CRC calculation After the loop exit

[gcc r15-5849] [PATCH v7 10/12] Verify detected CRC loop with symbolic execution and LFSR matching

2024-12-01 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:dcc6101cb166b4c59afecc2a3cf1d7aa655fe76a commit r15-5849-gdcc6101cb166b4c59afecc2a3cf1d7aa655fe76a Author: Mariam Arutunian Date: Mon Nov 11 13:00:37 2024 -0700 [PATCH v7 10/12] Verify detected CRC loop with symbolic execution and LFSR matching Symbolically

[gcc r15-5847] [PATCH v7 08/12] Add a new pass for naive CRC loops detection

2024-12-01 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:062ad209e496a69925b1ac1d80d9b99c54801830 commit r15-5847-g062ad209e496a69925b1ac1d80d9b99c54801830 Author: Mariam Arutunian Date: Mon Nov 11 12:59:04 2024 -0700 [PATCH v7 08/12] Add a new pass for naive CRC loops detection This patch adds a new compiler pass

[gcc r15-5846] Write binary annotations for CodeView S_INLINESITE symbols

2024-12-01 Thread Mark Harmstone via Gcc-cvs
https://gcc.gnu.org/g:75fe4e2932136c3814e7ba9a2620d395d8f18133 commit r15-5846-g75fe4e2932136c3814e7ba9a2620d395d8f18133 Author: Mark Harmstone Date: Thu Nov 7 03:59:18 2024 + Write binary annotations for CodeView S_INLINESITE symbols Add "binary annotations" at the end of Cod

[gcc r14-11014] [PATCH] modula2: Remove unused parameter warnings seen in build

2024-12-01 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:92ed383eb0bfa0df8d066a0c282ff266816d495f commit r14-11014-g92ed383eb0bfa0df8d066a0c282ff266816d495f Author: Gaius Mulley Date: Sun Dec 1 14:41:40 2024 + [PATCH] modula2: Remove unused parameter warnings seen in build This patch removes unused parameters i

[gcc r15-5845] testsuite: Silence gcc.dg/pr117806.c for default_packed

2024-12-01 Thread Dimitar Dimitrov via Gcc-cvs
https://gcc.gnu.org/g:7151aa12d659fc095687a22688dd0307ebb4845d commit r15-5845-g7151aa12d659fc095687a22688dd0307ebb4845d Author: Dimitar Dimitrov Date: Sun Dec 1 16:24:03 2024 +0200 testsuite: Silence gcc.dg/pr117806.c for default_packed On default_packed targets like PRU, spuriou

[gcc(refs/users/aoliva/heads/testme)] ifcombine: simplify and check for build error

2024-12-01 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:17fd3555e2c6a747adb166cafa01b794d3ef6ed5 commit 17fd3555e2c6a747adb166cafa01b794d3ef6ed5 Author: Alexandre Oliva Date: Sun Dec 1 06:58:50 2024 -0300 ifcombine: simplify and check for build error Diff: --- gcc/gimple-fold.cc| 117 +