summaryrefslogtreecommitdiff
path: root/gcc/jit/docs
AgeCommit message (Expand)Author
2025-10-21libgccjit: Add _Float16, _Float32, _Float64 and __float128 support for jitAntoni Boucher
2025-10-20libgccjit: Add gcc_jit_context_new_array_type_u64Antoni Boucher
2025-10-20libgccjit: Support more target builtin typesAntoni Boucher
2025-10-07libgccjit: Add ability to get CPU featuresAntoni Boucher
2025-10-07all: Fix "specifc", "costant" and "constat" typos in commentsJonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-11-20libgccjit: Add support for setting the comment identAntoni Boucher
2024-01-18libgccjit: Add support for creating temporary variablesAntoni Boucher
2024-11-20libgccjit: Add support for machine-dependent builtinsAntoni Boucher
2024-11-20libgccjit: Add option to allow special characters in function namesAntoni Boucher
2024-11-20libgccjit: Add vector permutation and vector access operationsAntoni Boucher
2024-11-04libgccjit: Add convert vectorAntoni Boucher
2024-11-04libgccjit: Add gcc_jit_global_set_readonlyAntoni Boucher
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek
2024-07-05libgccjit: Add support for the type bfloat16Antoni Boucher
2024-06-27libgccjit: Add ability to get the alignment of a typeAntoni Boucher
2024-04-09Fix up duplicated words mostly in comments, part 2Jakub Jelinek
2024-02-02libgccjit: Implement sizeof operatorAntoni Boucher
2024-01-12[PATCH] libgccjit: Add support for function attributes and variable attributes.Guillaume Gomez
2024-01-03Update copyright years.Jakub Jelinek
2023-08-29libgccjit: add support for `restrict` attribute on function parametersGuillaume Gomez
2023-01-16Update copyright years.Jakub Jelinek
2022-11-14Revert "sphinx: jit: port libgccjit to shared Sphinx"Martin Liska
2022-11-09sphinx: jit: port libgccjit to shared SphinxMartin Liska
2022-07-28jit: update docs to reflect .c to .cc renamingDavid Malcolm
2022-07-28jit,docs: shorten assembly outputMartin Liška
2022-07-28jit,docs: remove :ref:`modindex`marxin
2022-07-28jit,docs: use :expr:`type *` for pointers to a typemarxin
2022-07-28jit,docs: use list-table instead of fixed tablemarxin
2022-07-28jit,docs: compact function declarationsmarxin
2022-07-28jit,docs: various fixesmarxin
2022-07-28jit,docs: replace c:type:`int_type` with :expr:`int_type`marxin
2022-07-28jit,docs: use enum directive for enumeral typesmarxin
2022-04-12libgccjit: Add support for setting the alignment [PR104293]Antoni Boucher
2022-04-12libgccjit: Add function to hide stderr logs [PR104073]Antoni Boucher
2022-04-12libgccjit: Add support for register variables [PR104072]Antoni Boucher
2022-04-12libgccjit: Add support for bitcasts [PR104071]Antoni Boucher
2022-04-12libgccjit: Add support for sized integer types, including 128-bit integers [P...Antoni Boucher
2022-04-06jit: fix location of .png files for "make jit.pdf" [PR102824]David Malcolm
2022-04-01jit: further doc fixesDavid Malcolm
2022-04-01jit: Update docsPetter Tomner
2022-01-17Change references of .c files to .cc filesMartin Liska
2022-01-03Update copyright years.Jakub Jelinek
2021-12-28docs: replace http:// with https://Martin Liska
2021-12-14Add support for global rvalue initialization and constructorsPetter Tomner
2021-12-12libgccjit: Add support for setting the link section of global variables [PR10...Antoni Boucher
2021-12-11libgccjit: Add support for TLS variable [PR95415]Antoni Boucher
2021-11-19libgccjit: Add some reflection functions [PR96889]Antoni Boucher
2021-11-12jit: fix -Werror=format-overflow= in testsuite [PR103199]David Malcolm
2021-08-19JIT, testsuite, Darwin: Initial testsuite fixes.Iain Sandoe