aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/libgccjit.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-05libgccjit: Add support for the type bfloat16Antoni Boucher1-1/+3
2024-06-27libgccjit: Add ability to get the alignment of a typeAntoni Boucher1-0/+13
2024-02-02libgccjit: Implement sizeof operatorAntoni Boucher1-0/+12
2024-01-12[PATCH] libgccjit: Add support for function attributes and variable attributes.Guillaume Gomez1-0/+55
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-08-29libgccjit: add support for `restrict` attribute on function parametersGuillaume Gomez1-0/+9
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-08-09libgccjit.h: Uncomment macro definition for testing gcc_jit_context_new_bitca...Vibhav Pant1-2/+2
2022-04-12libgccjit: Add support for setting the alignment [PR104293]Antoni Boucher1-0/+19
2022-04-12libgccjit: Add function to hide stderr logs [PR104073]Antoni Boucher1-0/+18
2022-04-12libgccjit: Add support for register variables [PR104072]Antoni Boucher1-0/+12
2022-04-12libgccjit: Add support for bitcasts [PR104071]Antoni Boucher1-0/+15
2022-04-12libgccjit: Add support for sized integer types, including 128-bit integers [P...Antoni Boucher1-2/+30
2022-03-07Fix up duplicated duplicated words in commentsJakub Jelinek1-2/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-14Add support for global rvalue initialization and constructorsPetter Tomner1-0/+153
2021-12-12libgccjit: Add support for setting the link section of global variables [PR10...Antoni Boucher1-0/+14
2021-12-11libgccjit: Add support for TLS variable [PR95415]Antoni Boucher1-0/+21
2021-11-19libgccjit: Add some reflection functions [PR96889]Antoni Boucher1-0/+89
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-12jit: add support for inline asm [PR87291]David Malcolm1-0/+103
2020-11-12libgccjit.h: fix typo in commentDavid Malcolm1-1/+1
2020-09-11libgccjit: Add new gcc_jit_global_set_initializer entry pointAndrea Corallo1-0/+15
2020-03-31libgccjit: add new version entry pointAndreaCorallo1-0/+16
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-07-04introduce gcc_jit_context_new_bitfieldAndrea Corallo1-0/+15
2019-02-05libgccjit: introduce gcc_jit_context_add_driver_optionAndrea Corallo1-0/+22
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-04jit: implement gcc_jit_context_new_rvalue_from_vectorDavid Malcolm1-0/+17
2017-09-27jit: implement gcc_jit_function_get_addressDavid Malcolm1-0/+15
2017-08-10jit: add gcc_jit_type_get_vectorDavid Malcolm1-0/+15
2017-04-24types.rst (gccjit::type::get_const): Remove comment.David Malcolm1-0/+16
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-20jit: implement gcc_jit_rvalue_set_bool_require_tail_callDavid Malcolm1-0/+13
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-08-25Support embedding the driver in-process within libgccjitDavid Malcolm1-0/+24
2015-08-03Refactoring of timevar APIDavid Malcolm1-0/+84
2015-06-30jit: add switch statementsDavid Malcolm1-0/+82
2015-06-30PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocksDavid Malcolm1-0/+28
2015-06-30PR jit/66628: add gcc_jit_context_add_command_line_optionDavid Malcolm1-0/+23
2015-01-27Fix gcc_jit_context_get_last_error docsDavid Malcolm1-5/+5
2015-01-20New jit API entrypoint: gcc_jit_context_compile_to_fileDavid Malcolm1-12/+46
2015-01-13jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_fileDavid Malcolm1-0/+18
2015-01-12jit: API change to gcc_jit_context_new_globalDavid Malcolm1-0/+23
2015-01-09New jit API entrypoint: gcc_jit_context_new_rvalue_from_longDavid Malcolm1-0/+5
2015-01-08libgccjit.h: Fix description of struct gcc_jit_contextDavid Malcolm1-8/+11
2015-01-08jit: New API entrypoint: gcc_jit_context_get_last_errorDavid Malcolm1-0/+10
2015-01-08New jit API entrypoint: gcc_jit_context_set_logfileDavid Malcolm1-0/+15
2015-01-07API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_opDavid Malcolm1-1/+7