summaryrefslogtreecommitdiff
path: root/gcc/jit/jit-recording.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-07-22[jit] check result_type in gcc_jit_context_new_unary_opAndrea Corallo
2019-07-04introduce gcc_jit_context_new_bitfieldAndrea Corallo
2019-02-05libgccjit: introduce gcc_jit_context_add_driver_optionAndrea Corallo
2019-01-01Update copyright years.Jakub Jelinek
2018-01-25jit: remove some unused fields from recording::union_ (PR jit/81672)David Malcolm
2018-01-03Update copyright years.Jakub Jelinek
2017-10-04jit: implement gcc_jit_context_new_rvalue_from_vectorDavid Malcolm
2017-09-28jit: handle equality of function pointer typesDavid Malcolm
2017-09-27jit: implement gcc_jit_function_get_addressDavid Malcolm
2017-08-10jit: add gcc_jit_type_get_vectorDavid Malcolm
2017-04-24types.rst (gccjit::type::get_const): Remove comment.David Malcolm
2017-01-01Update copyright years.Jakub Jelinek
2016-05-20jit: implement gcc_jit_rvalue_set_bool_require_tail_callDavid Malcolm
2016-05-13jit: use FINAL and OVERRIDE throughoutDavid Malcolm
2016-01-04Update copyright years.Jakub Jelinek
2015-08-03Refactoring of timevar APIDavid Malcolm
2015-07-07PR jit/66783: prevent use of opaque structsDavid Malcolm
2015-06-30jit: add switch statementsDavid Malcolm
2015-06-30PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocksDavid Malcolm
2015-06-30PR jit/66628: add gcc_jit_context_add_command_line_optionDavid Malcolm
2015-06-16PR jit/66539: Add parentheses as needed to gcc_jit_object_get_debug_stringDavid Malcolm
2015-02-03jit: option-loggingDavid Malcolm
2015-01-20New jit API entrypoint: gcc_jit_context_compile_to_fileDavid Malcolm
2015-01-13jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_fileDavid Malcolm
2015-01-12libgccjit: detect various kinds of errors relating to params and localsDavid Malcolm
2015-01-12jit: API change to gcc_jit_context_new_globalDavid Malcolm
2015-01-09New jit API entrypoint: gcc_jit_context_new_rvalue_from_longDavid Malcolm
2015-01-08jit: New API entrypoint: gcc_jit_context_get_last_errorDavid Malcolm
2015-01-08New jit API entrypoint: gcc_jit_context_set_logfileDavid Malcolm
2015-01-08jit: Add checking for dereference of void *David Malcolm
2015-01-07Fix typo in jit-recording.hDavid Malcolm
2015-01-05Update copyright years.Jakub Jelinek
2014-12-11Minor interface cleanups of libgccjitUlrich Drepper
2014-12-09PR jit/64166: Add API entrypoint gcc_jit_context_enable_dumpDavid Malcolm
2014-12-01PR jit/64020: Fixes to handling of builtinsDavid Malcolm
2014-12-01Move gcc_jit_result implementation to a new files jit-result.{h|c}David Malcolm
2014-12-01PR jit/63854: Fix leak within jit-builtins.cDavid Malcolm
2014-11-19PR jit/63854: Fix leaking vec in jitDavid Malcolm
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm