Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-11-12 | jit: fix -Werror=format-overflow= in testsuite [PR103199] | David Malcolm | 2 | -2/+2 |
2021-08-19 | JIT, testsuite, Darwin: Initial testsuite fixes. | Iain Sandoe | 2 | -2/+2 |
2021-01-14 | jit: remove "Alpha" warning from docs | David Malcolm | 3 | -17/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 45 | -86/+86 |
2020-11-12 | jit: add support for inline asm [PR87291] | David Malcolm | 9 | -502/+1988 |
2020-09-14 | libgccjit: Regenerate documentation for new entry point. | Andrea Corallo | 1 | -516/+564 |
2020-09-11 | libgccjit: Add new gcc_jit_global_set_initializer entry point | Andrea Corallo | 2 | -0/+28 |
2020-05-27 | jit: fix libgccjit.info entry [PR 91330] | David Malcolm | 2 | -3/+3 |
2020-05-26 | jit: fix missing types for builtins [PR 95306] | David Malcolm | 2 | -1/+35 |
2020-05-26 | jit: fix sphinx formatting issues in docs | David Malcolm | 3 | -615/+618 |
2020-05-26 | jit: check for void types [PR 95296] | David Malcolm | 6 | -2569/+1372 |
2020-03-31 | libgccjit: add new version entry point | AndreaCorallo | 1 | -0/+33 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 43 | -82/+82 |
2019-07-04 | introduce gcc_jit_context_new_bitfield | Andrea Corallo | 2 | -0/+29 |
2019-02-05 | libgccjit: introduce gcc_jit_context_add_driver_option | Andrea Corallo | 2 | -1/+40 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 43 | -82/+82 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 43 | -82/+82 |
2017-10-31 | jit: add a way to preserve testsuite executables | David Malcolm | 2 | -7/+21 |