]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/jit/docs
AVR: Fix a typo in avr-mcus.def.
[thirdparty/gcc.git] / gcc / jit / docs /
2025-01-02  Jakub JelinekUpdate copyright years.
2024-11-20  Antoni Boucherlibgccjit: Add support for setting the comment ident
2024-01-18  Antoni Boucherlibgccjit: Add support for creating temporary variables
2024-11-20  Antoni Boucherlibgccjit: Add support for machine-dependent builtins
2024-11-20  Antoni Boucherlibgccjit: Add option to allow special characters in...
2024-11-20  Antoni Boucherlibgccjit: Add vector permutation and vector access...
2024-11-04  Antoni Boucherlibgccjit: Add convert vector
2024-11-04  Antoni Boucherlibgccjit: Add gcc_jit_global_set_readonly
2024-10-25  Jakub Jelinekgcc: Remove trailing whitespace
2024-07-05  Antoni Boucherlibgccjit: Add support for the type bfloat16
2024-06-27  Antoni Boucherlibgccjit: Add ability to get the alignment of a type
2024-04-09  Jakub JelinekFix up duplicated words mostly in comments, part 2
2024-02-02  Antoni Boucherlibgccjit: Implement sizeof operator
2024-01-12  Guillaume Gomez[PATCH] libgccjit: Add support for function attributes...
2024-01-03  Jakub JelinekUpdate copyright years.
2023-08-29  Guillaume Gomezlibgccjit: add support for `restrict` attribute on...
2023-01-16  Jakub JelinekUpdate copyright years.
2022-11-14  Martin LiskaRevert "sphinx: jit: port libgccjit to shared Sphinx"
2022-11-09  Martin Liskasphinx: jit: port libgccjit to shared Sphinx
2022-07-28  David Malcolmjit: update docs to reflect .c to .cc renaming
2022-07-28  Martin Liškajit,docs: shorten assembly output
2022-07-28  marxinjit,docs: remove :ref:`modindex`
2022-07-28  marxinjit,docs: use :expr:`type *` for pointers to a type
2022-07-28  marxinjit,docs: use list-table instead of fixed table
2022-07-28  marxinjit,docs: compact function declarations
2022-07-28  marxinjit,docs: various fixes
2022-07-28  marxinjit,docs: replace c:type:`int_type` with :expr:`int_type`
2022-07-28  marxinjit,docs: use enum directive for enumeral types
2022-04-12  Antoni Boucherlibgccjit: Add support for setting the alignment [PR104293]
2022-04-12  Antoni Boucherlibgccjit: Add function to hide stderr logs [PR104073]
2022-04-12  Antoni Boucherlibgccjit: Add support for register variables [PR104072]
2022-04-12  Antoni Boucherlibgccjit: Add support for bitcasts [PR104071]
2022-04-12  Antoni Boucherlibgccjit: Add support for sized integer types, includi...
2022-04-06  David Malcolmjit: fix location of .png files for "make jit.pdf"...
2022-04-01  David Malcolmjit: further doc fixes
2022-04-01  Petter Tomnerjit: Update docs
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-28  Martin Liskadocs: replace http:// with https://
2021-12-14  Petter TomnerAdd support for global rvalue initialization and constr...
2021-12-12  Antoni Boucherlibgccjit: Add support for setting the link section...
2021-12-12  Antoni Boucherlibgccjit: Add support for TLS variable [PR95415]
2021-11-20  Antoni Boucherlibgccjit: Add some reflection functions [PR96889]
2021-11-12  David Malcolmjit: fix -Werror=format-overflow= in testsuite [PR103199]
2021-08-19  Iain SandoeJIT, testsuite, Darwin: Initial testsuite fixes.
2021-01-14  David Malcolmjit: remove "Alpha" warning from docs
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-12  David Malcolmjit: add support for inline asm [PR87291]
2020-09-14  Andrea Corallolibgccjit: Regenerate documentation for new entry point.
2020-09-11  Andrea Corallolibgccjit: Add new gcc_jit_global_set_initializer entry...
2020-05-27  David Malcolmjit: fix libgccjit.info entry [PR 91330]
2020-05-26  David Malcolmjit: fix missing types for builtins [PR 95306]
2020-05-26  David Malcolmjit: fix sphinx formatting issues in docs
2020-05-26  David Malcolmjit: check for void types [PR 95296]
2020-03-31  AndreaCorallolibgccjit: add new version entry point
2020-01-01  Jakub JelinekUpdate copyright years.
2019-07-04  Andrea Corallointroduce gcc_jit_context_new_bitfield
2019-02-05  Andrea Corallolibgccjit: introduce gcc_jit_context_add_driver_option
2019-01-01  Jakub JelinekUpdate copyright years.
2018-01-03  Jakub JelinekUpdate copyright years.
2017-10-31  David Malcolmjit: add a way to preserve testsuite executables
2017-10-04  David Malcolmjit: implement gcc_jit_context_new_rvalue_from_vector
2017-09-28  David Malcolmjit: document function pointers
2017-09-27  David Malcolmjit: implement gcc_jit_function_get_address
2017-08-10  David Malcolmjit: add gcc_jit_type_get_vector
2017-04-24  David Malcolmtypes.rst (gccjit::type::get_const): Remove comment.
2017-01-01  Jakub JelinekUpdate copyright years.
2016-05-20  David Malcolmjit: implement gcc_jit_rvalue_set_bool_require_tail_call
2016-05-17  David Malcolmjit: document gcc_jit_context_new_call_through_ptr
2016-01-19  David MalcolmPR jit/69144: Ensure that libgccjit's tempdir is fully...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-08-25  David MalcolmSupport embedding the driver in-process within libgccjit
2015-08-03  David MalcolmRefactoring of timevar API
2015-07-23  David Malcolmjit: supply MULTILIB_DEFAULTS as arguments when invokin...
2015-07-16  David Malcolmjit: Add guide for submitting patches to jit docs
2015-07-01  David Malcolmjit: document union types
2015-07-01  David Malcolmjit: clarify (lack of) lifetime requirements on input...
2015-06-30  David Malcolmjit: add switch statements
2015-06-30  David MalcolmPR jit/66546: Add gcc_jit_context_set_bool_allow_unreac...
2015-06-30  David MalcolmPR jit/66628: add gcc_jit_context_add_command_line_option
2015-06-30  David Malcolmjit: fix some .rst issues in docs
2015-04-09  David MalcolmPR jit/65691: Fix copy&paste error in docs
2015-03-13  David Malcolmjit docs: Add "Packaging notes" section
2015-03-05  David Malcolmjit documentation fixes
2015-02-04  David MalcolmMore fixes for update_web_docs_svn for jit docs (PR...
2015-02-04  David Malcolmjit: fix typo in docs
2015-02-03  David Malcolmjit: option-logging
2015-02-03  David MalcolmPR jit/64810: driver, arm, jit: configure-time default...
2015-01-27  David Malcolmtoplev: gcc version information for jit
2015-01-27  David MalcolmFix gcc_jit_context_get_last_error docs
2015-01-20  David MalcolmNew jit API entrypoint: gcc_jit_context_compile_to_file
2015-01-15  Richard Sandiford2015-01-15 Richard Sandiford <richard.sandiford@arm...
2015-01-13  David Malcolmjit: New API entrypoint: gcc_jit_context_dump_reproduce...
2015-01-12  David Malcolmjit: API change to gcc_jit_context_new_global
2015-01-09  David MalcolmNew jit API entrypoint: gcc_jit_context_new_rvalue_from...
2015-01-09  David MalcolmPR jit/64206: delay cleanup of tempdir if the user...
2015-01-08  David Malcolmjit: New API entrypoint: gcc_jit_context_get_last_error
2015-01-08  David MalcolmNew jit API entrypoint: gcc_jit_context_set_logfile
2015-01-07  David MalcolmAPI extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit...
2015-01-07  David Malcolmjit.exp: support C++ testcases
next