[gcc r15-3034] [optc-save-gen.awk] Fix streaming of command line options for offloading.

2024-08-20 Thread Prathamesh Kulkarni via Gcc-cvs
https://gcc.gnu.org/g:db2e9a2a46f64b037494e8300c46f2d90a9fa55c commit r15-3034-gdb2e9a2a46f64b037494e8300c46f2d90a9fa55c Author: Prathamesh Kulkarni Date: Tue Aug 20 12:54:02 2024 +0530 [optc-save-gen.awk] Fix streaming of command line options for offloading. The patch modifies op

[gcc r15-3093] Recompute TYPE_MODE and DECL_MODE for aggregate type for acclerator.

2024-08-22 Thread Prathamesh Kulkarni via Gcc-cvs
https://gcc.gnu.org/g:792adb8d222d0d1d16b182871e105f47823b8e72 commit r15-3093-g792adb8d222d0d1d16b182871e105f47823b8e72 Author: Prathamesh Kulkarni Date: Thu Aug 22 19:25:20 2024 +0530 Recompute TYPE_MODE and DECL_MODE for aggregate type for acclerator. The patch streams out VOID

[gcc r15-3488] Avoid ICE when passing VLA vector to accelerator.

2024-09-05 Thread Prathamesh Kulkarni via Gcc-cvs
https://gcc.gnu.org/g:ae88e91938af364ef5613e5461b12b484b578bc5 commit r15-3488-gae88e91938af364ef5613e5461b12b484b578bc5 Author: Prathamesh Kulkarni Date: Thu Sep 5 18:52:53 2024 +0530 Avoid ICE when passing VLA vector to accelerator. gcc/ChangeLog: * gimplify.cc (omp_

[gcc r15-3571] Pass host specific ABI opts from mkoffload.

2024-09-10 Thread Prathamesh Kulkarni via Gcc-cvs
https://gcc.gnu.org/g:e783a4a683762487cb003ae48235f3d44875de1b commit r15-3571-ge783a4a683762487cb003ae48235f3d44875de1b Author: Prathamesh Kulkarni Date: Tue Sep 10 21:01:58 2024 +0530 Pass host specific ABI opts from mkoffload. The patch adds an option -foffload-abi-host-opts, w

[gcc r15-1821] [MAINTAINERS] Update my email address.

2024-07-03 Thread Prathamesh Kulkarni via Gcc-cvs
https://gcc.gnu.org/g:56814070003d2d54885c9009b7594c2b758ff81b commit r15-1821-g56814070003d2d54885c9009b7594c2b758ff81b Author: Prathamesh Kulkarni Date: Wed Jul 3 18:59:48 2024 +0530 [MAINTAINERS] Update my email address. * MAINTAINERS: Update my email address and add my

[gcc r15-1937] [PR115394] Remove streamer_debugging and it's uses.

2024-07-10 Thread Prathamesh Kulkarni via Gcc-cvs
https://gcc.gnu.org/g:23c2e6de305b8a9e44041d54e587f1333f06134c commit r15-1937-g23c2e6de305b8a9e44041d54e587f1333f06134c Author: Prathamesh Kulkarni Date: Wed Jul 10 16:58:20 2024 +0530 [PR115394] Remove streamer_debugging and it's uses. gcc/ChangeLog: PR lto/115394

[gcc r15-2066] Lower zeroing array assignment to memset for allocatable arrays.

2024-07-16 Thread Prathamesh Kulkarni via Gcc-cvs
https://gcc.gnu.org/g:616627245fb06106f7c5bc4a36784acc8ec166f0 commit r15-2066-g616627245fb06106f7c5bc4a36784acc8ec166f0 Author: Prathamesh Kulkarni Date: Tue Jul 16 19:43:54 2024 +0530 Lower zeroing array assignment to memset for allocatable arrays. gcc/fortran/ChangeLog:

[gcc r15-2801] Partially support streaming of poly_int for offloading.

2024-08-07 Thread Prathamesh Kulkarni via Gcc-cvs
https://gcc.gnu.org/g:38900247f3880d6eca2e364a000e5898f8deae64 commit r15-2801-g38900247f3880d6eca2e364a000e5898f8deae64 Author: Prathamesh Kulkarni Date: Wed Aug 7 23:45:38 2024 +0530 Partially support streaming of poly_int for offloading. When offloading is enabled, the patch st

[gcc r15-4133] Recompute TYPE_MODE and DECL_MODE for vector_type for accelerator.

2024-10-08 Thread Prathamesh Kulkarni via Gcc-cvs
https://gcc.gnu.org/g:ae88da5e070659d37b3c3daa4b880531769183bf commit r15-4133-gae88da5e070659d37b3c3daa4b880531769183bf Author: Prathamesh Kulkarni Date: Tue Oct 8 12:38:31 2024 +0530 Recompute TYPE_MODE and DECL_MODE for vector_type for accelerator. gcc/ChangeLog: PR

[gcc r15-3816] nvptx: Partial support for aliases to aliases.

2024-09-23 Thread Prathamesh Kulkarni via Gcc-cvs
https://gcc.gnu.org/g:f5ee372b012594830f6d5f7f4b7e01bae810b1da commit r15-3816-gf5ee372b012594830f6d5f7f4b7e01bae810b1da Author: Prathamesh Kulkarni Date: Tue Sep 24 08:18:48 2024 +0530 nvptx: Partial support for aliases to aliases. For the following test (adapted from pr96390.c):

[gcc r15-6341] Revert "PR81358: Enable automatic linking of libatomic."

2024-12-18 Thread Prathamesh Kulkarni via Gcc-cvs
https://gcc.gnu.org/g:17d8a3da25cd5262df1075b210cb4fa707c527df commit r15-6341-g17d8a3da25cd5262df1075b210cb4fa707c527df Author: Prathamesh Kulkarni Date: Wed Dec 18 22:03:38 2024 +0530 Revert "PR81358: Enable automatic linking of libatomic." This reverts commit e2f6ed54f75bbf8dd0

[gcc r15-6337] PR81358: Enable automatic linking of libatomic.

2024-12-18 Thread Prathamesh Kulkarni via Gcc-cvs
https://gcc.gnu.org/g:e2f6ed54f75bbf8dd0292af90304890f06a9be17 commit r15-6337-ge2f6ed54f75bbf8dd0292af90304890f06a9be17 Author: Prathamesh Kulkarni Date: Wed Dec 18 17:03:51 2024 +0530 PR81358: Enable automatic linking of libatomic. ChangeLog: PR driver/81358