aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/docs/topics
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek12-12/+12
2024-11-20libgccjit: Add support for setting the comment identAntoni Boucher2-0/+37
2024-01-18libgccjit: Add support for creating temporary variablesAntoni Boucher2-0/+29
2024-11-20libgccjit: Add support for machine-dependent builtinsAntoni Boucher2-1/+28
2024-11-20libgccjit: Add option to allow special characters in function namesAntoni Boucher1-2/+7
2024-11-20libgccjit: Add vector permutation and vector access operationsAntoni Boucher2-0/+63
2024-11-04libgccjit: Add convert vectorAntoni Boucher2-0/+26
2024-11-04libgccjit: Add gcc_jit_global_set_readonlyAntoni Boucher2-0/+19
2024-07-05libgccjit: Add support for the type bfloat16Antoni Boucher1-0/+2
2024-06-27libgccjit: Add ability to get the alignment of a typeAntoni Boucher2-0/+21
2024-04-09Fix up duplicated words mostly in comments, part 2Jakub Jelinek1-1/+1
2024-02-02libgccjit: Implement sizeof operatorAntoni Boucher2-0/+21
2024-01-12[PATCH] libgccjit: Add support for function attributes and variable attributes.Guillaume Gomez3-0/+92
2024-01-03Update copyright years.Jakub Jelinek12-12/+12
2023-08-29libgccjit: add support for `restrict` attribute on function parametersGuillaume Gomez2-0/+19
2023-01-16Update copyright years.Jakub Jelinek12-12/+12
2022-11-14Revert "sphinx: jit: port libgccjit to shared Sphinx"Martin Liska12-0/+4057
2022-11-09sphinx: jit: port libgccjit to shared SphinxMartin Liska12-4057/+0
2022-07-28jit,docs: shorten assembly outputMartin Liška1-1/+1
2022-07-28jit,docs: use :expr:`type *` for pointers to a typemarxin3-10/+10
2022-07-28jit,docs: use list-table instead of fixed tablemarxin3-82/+148
2022-07-28jit,docs: replace c:type:`int_type` with :expr:`int_type`marxin3-6/+6
2022-07-28jit,docs: use enum directive for enumeral typesmarxin4-11/+11
2022-04-12libgccjit: Add support for setting the alignment [PR104293]Antoni Boucher2-0/+49
2022-04-12libgccjit: Add function to hide stderr logs [PR104073]Antoni Boucher2-0/+24
2022-04-12libgccjit: Add support for register variables [PR104072]Antoni Boucher2-0/+29
2022-04-12libgccjit: Add support for bitcasts [PR104071]Antoni Boucher2-0/+28
2022-04-12libgccjit: Add support for sized integer types, including 128-bit integers [P...Antoni Boucher2-0/+61
2022-04-01jit: further doc fixesDavid Malcolm2-7/+7
2022-04-01jit: Update docsPetter Tomner4-11/+29
2022-01-03Update copyright years.Jakub Jelinek12-12/+12
2021-12-28docs: replace http:// with https://Martin Liska12-12/+12
2021-12-14Add support for global rvalue initialization and constructorsPetter Tomner1-0/+173
2021-12-12libgccjit: Add support for setting the link section of global variables [PR10...Antoni Boucher2-0/+30
2021-12-11libgccjit: Add support for TLS variable [PR95415]Antoni Boucher2-0/+46
2021-11-19libgccjit: Add some reflection functions [PR96889]Antoni Boucher3-1/+190
2021-01-04Update copyright years.Jakub Jelinek12-12/+12
2020-11-12jit: add support for inline asm [PR87291]David Malcolm5-0/+333
2020-09-11libgccjit: Add new gcc_jit_global_set_initializer entry pointAndrea Corallo2-0/+28
2020-05-26jit: fix missing types for builtins [PR 95306]David Malcolm1-0/+15
2020-05-26jit: fix sphinx formatting issues in docsDavid Malcolm2-1/+6
2020-05-26jit: check for void types [PR 95296]David Malcolm4-2/+16
2020-03-31libgccjit: add new version entry pointAndreaCorallo1-0/+33
2020-01-01Update copyright years.Jakub Jelinek11-11/+11
2019-07-04introduce gcc_jit_context_new_bitfieldAndrea Corallo2-0/+29
2019-02-05libgccjit: introduce gcc_jit_context_add_driver_optionAndrea Corallo2-1/+40
2019-01-01Update copyright years.Jakub Jelinek11-11/+11
2018-01-03Update copyright years.Jakub Jelinek11-11/+11
2017-10-04jit: implement gcc_jit_context_new_rvalue_from_vectorDavid Malcolm3-0/+35
2017-09-28jit: document function pointersDavid Malcolm4-12/+96