| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-02 | Update copyright years. | Jakub Jelinek | 45 | -86/+86 |
| 2025-12-11 | Some typo fixes (mostly comment but some messages too) | Jakub Jelinek | 2 | -2/+2 |
| 2025-10-21 | libgccjit: Add _Float16, _Float32, _Float64 and __float128 support for jit | Antoni Boucher | 1 | -0/+8 |
| 2025-10-20 | libgccjit: Add gcc_jit_context_new_array_type_u64 | Antoni Boucher | 2 | -0/+25 |
| 2025-10-20 | libgccjit: Support more target builtin types | Antoni Boucher | 2 | -0/+24 |
| 2025-10-07 | libgccjit: Add ability to get CPU features | Antoni Boucher | 2 | -0/+69 |
| 2025-10-07 | all: Fix "specifc", "costant" and "constat" typos in comments | Jonathan Wakely | 2 | -2/+2 |
| 2025-01-02 | Update copyright years. | Jakub Jelinek | 45 | -86/+86 |
| 2024-11-20 | libgccjit: Add support for setting the comment ident | Antoni Boucher | 2 | -0/+37 |
| 2024-01-18 | libgccjit: Add support for creating temporary variables | Antoni Boucher | 2 | -0/+29 |
| 2024-11-20 | libgccjit: Add support for machine-dependent builtins | Antoni Boucher | 2 | -1/+28 |
| 2024-11-20 | libgccjit: Add option to allow special characters in function names | Antoni Boucher | 1 | -2/+7 |
| 2024-11-20 | libgccjit: Add vector permutation and vector access operations | Antoni Boucher | 2 | -0/+63 |
| 2024-11-04 | libgccjit: Add convert vector | Antoni Boucher | 2 | -0/+26 |
| 2024-11-04 | libgccjit: Add gcc_jit_global_set_readonly | Antoni Boucher | 2 | -0/+19 |
| 2024-10-25 | gcc: Remove trailing whitespace | Jakub Jelinek | 1 | -1/+1 |
| 2024-07-05 | libgccjit: Add support for the type bfloat16 | Antoni Boucher | 1 | -0/+2 |
| 2024-06-27 | libgccjit: Add ability to get the alignment of a type | Antoni Boucher | 2 | -0/+21 |
| 2024-04-09 | Fix up duplicated words mostly in comments, part 2 | Jakub Jelinek | 1 | -1/+1 |
| 2024-02-02 | libgccjit: Implement sizeof operator | Antoni Boucher | 2 | -0/+21 |
| 2024-01-12 | [PATCH] libgccjit: Add support for function attributes and variable attributes. | Guillaume Gomez | 3 | -0/+92 |
| 2024-01-03 | Update copyright years. | Jakub Jelinek | 45 | -86/+86 |
| 2023-08-29 | libgccjit: add support for `restrict` attribute on function parameters | Guillaume Gomez | 2 | -0/+19 |
| 2023-01-16 | Update copyright years. | Jakub Jelinek | 45 | -86/+86 |
| 2022-11-14 | Revert "sphinx: jit: port libgccjit to shared Sphinx" | Martin Liska | 59 | -0/+31118 |
| 2022-11-09 | sphinx: jit: port libgccjit to shared Sphinx | Martin Liska | 59 | -31118/+0 |
| 2022-07-28 | jit: update docs to reflect .c to .cc renaming | David Malcolm | 1 | -2/+1 |
| 2022-07-28 | jit,docs: shorten assembly output | Martin Liška | 5 | -7/+7 |
| 2022-07-28 | jit,docs: remove :ref:`modindex` | marxin | 1 | -1/+0 |
| 2022-07-28 | jit,docs: use :expr:`type *` for pointers to a type | marxin | 13 | -45/+45 |
| 2022-07-28 | jit,docs: use list-table instead of fixed table | marxin | 6 | -143/+270 |
| 2022-07-28 | jit,docs: compact function declarations | marxin | 1 | -28/+14 |
| 2022-07-28 | jit,docs: various fixes | marxin | 6 | -27/+28 |
| 2022-07-28 | jit,docs: replace c:type:`int_type` with :expr:`int_type` | marxin | 4 | -9/+9 |
| 2022-07-28 | jit,docs: use enum directive for enumeral types | marxin | 6 | -18/+14 |
| 2022-04-12 | libgccjit: Add support for setting the alignment [PR104293] | Antoni Boucher | 3 | -611/+725 |
| 2022-04-12 | libgccjit: Add function to hide stderr logs [PR104073] | Antoni Boucher | 3 | -835/+895 |
| 2022-04-12 | libgccjit: Add support for register variables [PR104072] | Antoni Boucher | 3 | -609/+678 |
| 2022-04-12 | libgccjit: Add support for bitcasts [PR104071] | Antoni Boucher | 3 | -625/+691 |
| 2022-04-12 | libgccjit: Add support for sized integer types, including 128-bit integers [P... | Antoni Boucher | 3 | -715/+949 |
| 2022-04-06 | jit: fix location of .png files for "make jit.pdf" [PR102824] | David Malcolm | 4 | -0/+0 |
| 2022-04-01 | jit: further doc fixes | David Malcolm | 3 | -702/+1320 |
| 2022-04-01 | jit: Update docs | Petter Tomner | 4 | -11/+29 |
| 2022-01-17 | Change references of .c files to .cc files | Martin Liska | 2 | -15/+15 |
| 2022-01-03 | Update copyright years. | Jakub Jelinek | 45 | -86/+86 |
| 2021-12-28 | docs: replace http:// with https:// | Martin Liska | 36 | -90/+90 |
| 2021-12-14 | Add support for global rvalue initialization and constructors | Petter Tomner | 1 | -0/+173 |
| 2021-12-12 | libgccjit: Add support for setting the link section of global variables [PR10... | Antoni Boucher | 2 | -0/+30 |
| 2021-12-11 | libgccjit: Add support for TLS variable [PR95415] | Antoni Boucher | 2 | -0/+46 |
| 2021-11-19 | libgccjit: Add some reflection functions [PR96889] | Antoni Boucher | 3 | -1/+190 |