aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/docs
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Update copyright years.Jakub Jelinek45-86/+86
2022-11-14Revert "sphinx: jit: port libgccjit to shared Sphinx"Martin Liska59-0/+31118
2022-11-09sphinx: jit: port libgccjit to shared SphinxMartin Liska59-31118/+0
2022-07-28jit: update docs to reflect .c to .cc renamingDavid Malcolm1-2/+1
2022-07-28jit,docs: shorten assembly outputMartin Liška5-7/+7
2022-07-28jit,docs: remove :ref:`modindex`marxin1-1/+0
2022-07-28jit,docs: use :expr:`type *` for pointers to a typemarxin13-45/+45
2022-07-28jit,docs: use list-table instead of fixed tablemarxin6-143/+270
2022-07-28jit,docs: compact function declarationsmarxin1-28/+14
2022-07-28jit,docs: various fixesmarxin6-27/+28
2022-07-28jit,docs: replace c:type:`int_type` with :expr:`int_type`marxin4-9/+9
2022-07-28jit,docs: use enum directive for enumeral typesmarxin6-18/+14
2022-04-12libgccjit: Add support for setting the alignment [PR104293]Antoni Boucher3-611/+725
2022-04-12libgccjit: Add function to hide stderr logs [PR104073]Antoni Boucher3-835/+895
2022-04-12libgccjit: Add support for register variables [PR104072]Antoni Boucher3-609/+678
2022-04-12libgccjit: Add support for bitcasts [PR104071]Antoni Boucher3-625/+691
2022-04-12libgccjit: Add support for sized integer types, including 128-bit integers [P...Antoni Boucher3-715/+949
2022-04-06jit: fix location of .png files for "make jit.pdf" [PR102824]David Malcolm4-0/+0
2022-04-01jit: further doc fixesDavid Malcolm3-702/+1320
2022-04-01jit: Update docsPetter Tomner4-11/+29
2022-01-17Change references of .c files to .cc filesMartin Liska2-15/+15
2022-01-03Update copyright years.Jakub Jelinek45-86/+86
2021-12-28docs: replace http:// with https://Martin Liska36-90/+90
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-11-12jit: fix -Werror=format-overflow= in testsuite [PR103199]David Malcolm2-2/+2
2021-08-19JIT, testsuite, Darwin: Initial testsuite fixes.Iain Sandoe2-2/+2
2021-01-14jit: remove "Alpha" warning from docsDavid Malcolm3-17/+1
2021-01-04Update copyright years.Jakub Jelinek45-86/+86
2020-11-12jit: add support for inline asm [PR87291]David Malcolm9-502/+1988
2020-09-14libgccjit: Regenerate documentation for new entry point.Andrea Corallo1-516/+564
2020-09-11libgccjit: Add new gcc_jit_global_set_initializer entry pointAndrea Corallo2-0/+28
2020-05-27jit: fix libgccjit.info entry [PR 91330]David Malcolm2-3/+3
2020-05-26jit: fix missing types for builtins [PR 95306]David Malcolm2-1/+35
2020-05-26jit: fix sphinx formatting issues in docsDavid Malcolm3-615/+618
2020-05-26jit: check for void types [PR 95296]David Malcolm6-2569/+1372
2020-03-31libgccjit: add new version entry pointAndreaCorallo1-0/+33
2020-01-01Update copyright years.Jakub Jelinek43-82/+82
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 Jelinek43-82/+82
2018-01-03Update copyright years.Jakub Jelinek43-82/+82
2017-10-31jit: add a way to preserve testsuite executablesDavid Malcolm2-7/+21
2017-10-04jit: implement gcc_jit_context_new_rvalue_from_vectorDavid Malcolm5-481/+593
2017-09-28jit: document function pointersDavid Malcolm5-483/+666
2017-09-27jit: implement gcc_jit_function_get_addressDavid Malcolm4-385/+475
2017-08-10jit: add gcc_jit_type_get_vectorDavid Malcolm4-461/+614
2017-04-24types.rst (gccjit::type::get_const): Remove comment.David Malcolm4-451/+575