[gcc r15-6070] aarch64: Fix ICE happening in SET_TYPE_VECTOR_SUBPARTS with libgccjit

2024-12-09 Thread Antoni Boucher via Gcc-cvs
https://gcc.gnu.org/g:62fa2e434b60558a7c3b4c578fda744bde96 commit r15-6070-g62fa2e434b60558a7c3b4c578fda744bde96 Author: Antoni Boucher Date: Wed Dec 4 20:59:53 2024 -0500 aarch64: Fix ICE happening in SET_TYPE_VECTOR_SUBPARTS with libgccjit The structure aarch64_simd_type

[gcc r15-5531] libgccjit: Add support for setting the comment ident

2024-11-20 Thread Antoni Boucher via Gcc-cvs
https://gcc.gnu.org/g:cf544af03a8b51b3dea1667ea2525dc6a6b4ae08 commit r15-5531-gcf544af03a8b51b3dea1667ea2525dc6a6b4ae08 Author: Antoni Boucher Date: Fri Oct 27 17:36:03 2023 -0400 libgccjit: Add support for setting the comment ident gcc/jit/ChangeLog: * docs/topi

[gcc r15-5530] libgccjit: Add support for creating temporary variables

2024-11-20 Thread Antoni Boucher via Gcc-cvs
https://gcc.gnu.org/g:d8cf8917ed3d7e0708da3ac3d82456da28d1cdb5 commit r15-5530-gd8cf8917ed3d7e0708da3ac3d82456da28d1cdb5 Author: Antoni Boucher Date: Thu Jan 18 17:54:59 2024 -0500 libgccjit: Add support for creating temporary variables gcc/jit/ChangeLog: * docs/t

[gcc r15-5528] libgccjit: Add support for machine-dependent builtins

2024-11-20 Thread Antoni Boucher via Gcc-cvs
https://gcc.gnu.org/g:87f0136fa46c9b0352aa47f637d2f6678b8beb5b commit r15-5528-g87f0136fa46c9b0352aa47f637d2f6678b8beb5b Author: Antoni Boucher Date: Mon Jan 23 17:21:15 2023 -0500 libgccjit: Add support for machine-dependent builtins gcc/jit/ChangeLog: PR jit/108762

[gcc r15-5511] libgccjit: Support signed char flag

2024-11-20 Thread Antoni Boucher via Gcc-cvs
https://gcc.gnu.org/g:04b67ac1e8ae4e918a804197dfff8e69b0ccf955 commit r15-5511-g04b67ac1e8ae4e918a804197dfff8e69b0ccf955 Author: Antoni Boucher Date: Mon Oct 3 19:11:39 2022 -0400 libgccjit: Support signed char flag gcc/jit/ChangeLog: * dummy-frontend.cc (jit_lang

[gcc r15-5522] libgccjit: Allow comparing aligned int types

2024-11-20 Thread Antoni Boucher via Gcc-cvs
https://gcc.gnu.org/g:16cf1c010dbee4e411f0d1289830bfb6ed5c7807 commit r15-5522-g16cf1c010dbee4e411f0d1289830bfb6ed5c7807 Author: Antoni Boucher Date: Sun Oct 8 09:12:12 2023 -0400 libgccjit: Allow comparing aligned int types gcc/jit/ChangeLog: * jit-common.h: Add

[gcc r15-5521] libgccjit: Add option to allow special characters in function names

2024-11-20 Thread Antoni Boucher via Gcc-cvs
https://gcc.gnu.org/g:ede14092bc33e182ee6c811c335bf9aac789d7be commit r15-5521-gede14092bc33e182ee6c811c335bf9aac789d7be Author: Antoni Boucher Date: Thu Feb 15 17:03:22 2024 -0500 libgccjit: Add option to allow special characters in function names gcc/jit/ChangeLog:

[gcc r15-5520] libgccjit: Add vector permutation and vector access operations

2024-11-20 Thread Antoni Boucher via Gcc-cvs
https://gcc.gnu.org/g:452abe143e8b9254139f188fce7a674700a10d98 commit r15-5520-g452abe143e8b9254139f188fce7a674700a10d98 Author: Antoni Boucher Date: Fri Nov 17 17:23:28 2023 -0500 libgccjit: Add vector permutation and vector access operations gcc/jit/ChangeLog: PR jit

[gcc r15-5514] libgccjit: Fix float playback for cross-compilation

2024-11-20 Thread Antoni Boucher via Gcc-cvs
https://gcc.gnu.org/g:fa720364e4ed3154b7f2dd8f4c2c71f890990552 commit r15-5514-gfa720364e4ed3154b7f2dd8f4c2c71f890990552 Author: Antoni Boucher Date: Sat Oct 21 11:20:46 2023 -0400 libgccjit: Fix float playback for cross-compilation gcc/jit/ChangeLog: PR jit/113343

[gcc r15-5512] libgccjit: Add type checks in gcc_jit_block_add_assignment_op

2024-11-20 Thread Antoni Boucher via Gcc-cvs
https://gcc.gnu.org/g:efdc80a8bfea63433d8959e7913c9864208c630e commit r15-5512-gefdc80a8bfea63433d8959e7913c9864208c630e Author: Antoni Boucher Date: Wed Oct 18 18:33:18 2023 -0400 libgccjit: Add type checks in gcc_jit_block_add_assignment_op gcc/jit/ChangeLog: *

[gcc r15-4936] libgccjit: Add convert vector

2024-11-04 Thread Antoni Boucher via Gcc-cvs
https://gcc.gnu.org/g:fe97ac43e05a8da8a12fbad2208a1ebb19d2d6c9 commit r15-4936-gfe97ac43e05a8da8a12fbad2208a1ebb19d2d6c9 Author: Antoni Boucher Date: Sat May 14 17:24:29 2022 -0400 libgccjit: Add convert vector gcc/jit/ChangeLog: * docs/topics/compatibility.rst (L

[gcc r15-4933] libgccjit: Add gcc_jit_global_set_readonly

2024-11-04 Thread Antoni Boucher via Gcc-cvs
https://gcc.gnu.org/g:7bb75a5edc1b3c90500e2a78124feac7beefacad commit r15-4933-g7bb75a5edc1b3c90500e2a78124feac7beefacad Author: Antoni Boucher Date: Tue May 24 17:45:01 2022 -0400 libgccjit: Add gcc_jit_global_set_readonly gcc/jit/ChangeLog: * docs/topics/compati

[gcc r15-4928] libgccjit: Add count zeroes builtins to ensure_optimization_builtins_exist

2024-11-04 Thread Antoni Boucher via Gcc-cvs
https://gcc.gnu.org/g:56acc9498ebce94f902dccd82eefdac36f08fc38 commit r15-4928-g56acc9498ebce94f902dccd82eefdac36f08fc38 Author: Antoni Boucher Date: Thu Feb 8 21:48:27 2024 -0500 libgccjit: Add count zeroes builtins to ensure_optimization_builtins_exist gcc/jit/ChangeLog:

[gcc r15-4888] target: Fix asm codegen for vfpclasss* and vcvtph2* instructions

2024-11-04 Thread Antoni Boucher via Gcc-cvs
https://gcc.gnu.org/g:9141bfdd483e2838f5dce767f1c1657710ef2daf commit r15-4888-g9141bfdd483e2838f5dce767f1c1657710ef2daf Author: Antoni Boucher Date: Mon Sep 23 18:58:47 2024 -0400 target: Fix asm codegen for vfpclasss* and vcvtph2* instructions This only happens when using -masm=

[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 array_

[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: * docs/topi