| Age | Commit message (Expand) | Author |
| 2025-10-21 | libgccjit: Add _Float16, _Float32, _Float64 and __float128 support for jit | Antoni Boucher |
| 2025-10-20 | libgccjit: Add gcc_jit_context_new_array_type_u64 | Antoni Boucher |
| 2025-10-20 | libgccjit: Support more target builtin types | Antoni Boucher |
| 2025-10-07 | libgccjit: Add ability to get CPU features | Antoni Boucher |
| 2025-10-07 | all: Fix "specifc", "costant" and "constat" typos in comments | Jonathan Wakely |
| 2025-01-02 | Update copyright years. | Jakub Jelinek |
| 2024-11-20 | libgccjit: Add support for setting the comment ident | Antoni Boucher |
| 2024-01-18 | libgccjit: Add support for creating temporary variables | Antoni Boucher |
| 2024-11-20 | libgccjit: Add support for machine-dependent builtins | Antoni Boucher |
| 2024-11-20 | libgccjit: Add option to allow special characters in function names | Antoni Boucher |
| 2024-11-20 | libgccjit: Add vector permutation and vector access operations | Antoni Boucher |
| 2024-11-04 | libgccjit: Add convert vector | Antoni Boucher |
| 2024-11-04 | libgccjit: Add gcc_jit_global_set_readonly | Antoni Boucher |
| 2024-10-25 | gcc: Remove trailing whitespace | Jakub Jelinek |
| 2024-07-05 | libgccjit: Add support for the type bfloat16 | Antoni Boucher |
| 2024-06-27 | libgccjit: Add ability to get the alignment of a type | Antoni Boucher |
| 2024-04-09 | Fix up duplicated words mostly in comments, part 2 | Jakub Jelinek |
| 2024-02-02 | libgccjit: Implement sizeof operator | Antoni Boucher |
| 2024-01-12 | [PATCH] libgccjit: Add support for function attributes and variable attributes. | Guillaume Gomez |
| 2024-01-03 | Update copyright years. | Jakub Jelinek |
| 2023-08-29 | libgccjit: add support for `restrict` attribute on function parameters | Guillaume Gomez |
| 2023-01-16 | Update copyright years. | Jakub Jelinek |
| 2022-11-14 | Revert "sphinx: jit: port libgccjit to shared Sphinx" | Martin Liska |
| 2022-11-09 | sphinx: jit: port libgccjit to shared Sphinx | Martin Liska |
| 2022-07-28 | jit: update docs to reflect .c to .cc renaming | David Malcolm |
| 2022-07-28 | jit,docs: shorten assembly output | Martin Liška |
| 2022-07-28 | jit,docs: remove :ref:`modindex` | marxin |
| 2022-07-28 | jit,docs: use :expr:`type *` for pointers to a type | marxin |
| 2022-07-28 | jit,docs: use list-table instead of fixed table | marxin |
| 2022-07-28 | jit,docs: compact function declarations | marxin |
| 2022-07-28 | jit,docs: various fixes | marxin |
| 2022-07-28 | jit,docs: replace c:type:`int_type` with :expr:`int_type` | marxin |
| 2022-07-28 | jit,docs: use enum directive for enumeral types | marxin |
| 2022-04-12 | libgccjit: Add support for setting the alignment [PR104293] | Antoni Boucher |
| 2022-04-12 | libgccjit: Add function to hide stderr logs [PR104073] | Antoni Boucher |
| 2022-04-12 | libgccjit: Add support for register variables [PR104072] | Antoni Boucher |
| 2022-04-12 | libgccjit: Add support for bitcasts [PR104071] | Antoni Boucher |
| 2022-04-12 | libgccjit: Add support for sized integer types, including 128-bit integers [P... | Antoni Boucher |
| 2022-04-06 | jit: fix location of .png files for "make jit.pdf" [PR102824] | David Malcolm |
| 2022-04-01 | jit: further doc fixes | David Malcolm |
| 2022-04-01 | jit: Update docs | Petter Tomner |
| 2022-01-17 | Change references of .c files to .cc files | Martin Liska |
| 2022-01-03 | Update copyright years. | Jakub Jelinek |
| 2021-12-28 | docs: replace http:// with https:// | Martin Liska |
| 2021-12-14 | Add support for global rvalue initialization and constructors | Petter Tomner |
| 2021-12-12 | libgccjit: Add support for setting the link section of global variables [PR10... | Antoni Boucher |
| 2021-12-11 | libgccjit: Add support for TLS variable [PR95415] | Antoni Boucher |
| 2021-11-19 | libgccjit: Add some reflection functions [PR96889] | Antoni Boucher |
| 2021-11-12 | jit: fix -Werror=format-overflow= in testsuite [PR103199] | David Malcolm |
| 2021-08-19 | JIT, testsuite, Darwin: Initial testsuite fixes. | Iain Sandoe |