Age | Commit message (Expand) | Author | Files | Lines |
2022-09-16 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2022-09-15 | Move void_list_node init to common code | Richard Biener | 1 | -3/+0 |
2022-08-10 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2022-08-09 | libgccjit.h: Uncomment macro definition for testing gcc_jit_context_new_bitca... | Vibhav Pant | 1 | -2/+2 |
2022-07-29 | Daily bump. | GCC Administrator | 1 | -0/+76 |
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-07-15 | Daily bump. | GCC Administrator | 1 | -0/+7 |
2022-07-14 | jit: Make recording::memento non-copyable | Jonathan Wakely | 1 | -1/+7 |
2022-06-30 | Daily bump. | GCC Administrator | 1 | -0/+14 |
2022-06-29 | libgccjit: Fix bug where unary_op will return an integer type instead of the ... | Antoni Boucher | 1 | -1/+2 |
2022-06-29 | jit: avoid calloc() poisoning on musl [PR106102] | Sergei Trofimovich | 3 | -4/+3 |
2022-06-11 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2022-06-09 | libgccjit: Support getting the size of a float [PR105829] | Antoni Boucher | 1 | -2/+2 |
2022-06-09 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2022-06-08 | libgccjit: allow common objects in $(EXTRA_GCC_OBJS) and $(EXTRA_OBJS) | Yang Yujie | 1 | -2/+7 |
2022-05-24 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2022-05-23 | jit: use 'final' and 'override' where appropriate | David Malcolm | 1 | -5/+5 |
2022-05-21 | Daily bump. | GCC Administrator | 1 | -0/+7 |
2022-05-20 | Use "final" and "override" directly, rather than via macros | David Malcolm | 3 | -300/+300 |
2022-05-17 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2022-05-16 | Use more ARRAY_SIZE. | Martin Liska | 2 | -7/+3 |
2022-04-15 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2022-04-14 | libgccjit: Fix a bootstrap break for some targets. | Iain Sandoe | 1 | -2/+2 |
2022-04-13 | Daily bump. | GCC Administrator | 1 | -0/+99 |
2022-04-12 | libgccjit: Add support for setting the alignment [PR104293] | Antoni Boucher | 9 | -614/+802 |
2022-04-12 | libgccjit: Add function to hide stderr logs [PR104073] | Antoni Boucher | 8 | -845/+953 |
2022-04-12 | libgccjit: Add support for register variables [PR104072] | Antoni Boucher | 9 | -615/+739 |
2022-04-12 | libgccjit: Add support for bitcasts [PR104071] | Antoni Boucher | 10 | -625/+867 |
2022-04-12 | libgccjit: Add support for sized integer types, including 128-bit integers [P... | Antoni Boucher | 11 | -732/+1221 |
2022-04-07 | Daily bump. | GCC Administrator | 1 | -0/+12 |
2022-04-06 | jit: fix location of .png files for "make jit.pdf" [PR102824] | David Malcolm | 4 | -0/+0 |
2022-04-04 | Daily bump. | GCC Administrator | 1 | -0/+13 |
2022-04-01 | jit: further doc fixes | David Malcolm | 3 | -702/+1320 |
2022-04-01 | jit: Update docs | Petter Tomner | 4 | -11/+29 |
2022-03-08 | Daily bump. | GCC Administrator | 1 | -0/+4 |
2022-03-07 | Fix up duplicated duplicated words in comments | Jakub Jelinek | 1 | -2/+2 |
2022-01-18 | Daily bump. | GCC Administrator | 1 | -0/+156 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 9 | -157/+157 |
2022-01-17 | Rename .c files to .cc files. | Martin Liska | 10 | -0/+0 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 69 | -110/+110 |
2022-01-03 | Update Copyright in ChangeLog files | Jakub Jelinek | 1 | -1/+1 |
2021-12-29 | Daily bump. | GCC Administrator | 1 | -0/+39 |