[gcc r15-1864] libgccjit: Allow comparing array types

2024-07-05 Thread Antoni Boucher via Gcc-cvs
https://gcc.gnu.org/g:533f807e17034b20c586eeb480c989a42869bb36 commit r15-1864-g533f807e17034b20c586eeb480c989a42869bb36 Author: Antoni Boucher Date: Tue Jan 2 16:04:10 2024 -0500 libgccjit: Allow comparing array types gcc/jit/ChangeLog: * jit-common.h: Add

[gcc r15-1863] libgccjit: Add support for the type bfloat16

2024-07-05 Thread Antoni Boucher via Gcc-cvs
https://gcc.gnu.org/g:1c314247aab43aaa278ecc51d666f8c5896d8bbb commit r15-1863-g1c314247aab43aaa278ecc51d666f8c5896d8bbb Author: Antoni Boucher Date: Thu Nov 16 10:59:22 2023 -0500 libgccjit: Add support for the type bfloat16 gcc/jit/ChangeLog: PR jit/112574

[gcc r15-1699] libgccjit: Add ability to get the alignment of a type

2024-06-27 Thread Antoni Boucher via Gcc-cvs
https://gcc.gnu.org/g:445c62ee492b363e7ad86260c7a91a7fdf984f50 commit r15-1699-g445c62ee492b363e7ad86260c7a91a7fdf984f50 Author: Antoni Boucher Date: Thu Apr 4 18:57:07 2024 -0400 libgccjit: Add ability to get the alignment of a type gcc/jit/ChangeLog: *