summaryrefslogtreecommitdiff
path: root/gcc/jit/jit-recording.h
Commit message (Expand)AuthorAgeFilesLines
* jit: implement gcc_jit_rvalue_set_bool_require_tail_callDavid Malcolm2016-05-201-13/+33
* jit: use FINAL and OVERRIDE throughoutDavid Malcolm2016-05-131-225/+270
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Refactoring of timevar APIDavid Malcolm2015-08-031-0/+7
* PR jit/66783: prevent use of opaque structsDavid Malcolm2015-07-071-0/+3
* jit: add switch statementsDavid Malcolm2015-06-301-9/+78
* PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocksDavid Malcolm2015-06-301-0/+12
* PR jit/66628: add gcc_jit_context_add_command_line_optionDavid Malcolm2015-06-301-0/+7
* PR jit/66539: Add parentheses as needed to gcc_jit_object_get_debug_stringDavid Malcolm2015-06-161-1/+48
* jit: option-loggingDavid Malcolm2015-02-031-0/+5
* New jit API entrypoint: gcc_jit_context_compile_to_fileDavid Malcolm2015-01-201-0/+4
* jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_fileDavid Malcolm2015-01-131-5/+76
* libgccjit: detect various kinds of errors relating to params and localsDavid Malcolm2015-01-121-11/+79
* jit: API change to gcc_jit_context_new_globalDavid Malcolm2015-01-121-0/+7
* New jit API entrypoint: gcc_jit_context_new_rvalue_from_longDavid Malcolm2015-01-091-57/+28
* jit: New API entrypoint: gcc_jit_context_get_last_errorDavid Malcolm2015-01-081-0/+6
* New jit API entrypoint: gcc_jit_context_set_logfileDavid Malcolm2015-01-081-1/+2
* jit: Add checking for dereference of void *David Malcolm2015-01-081-0/+2
* Fix typo in jit-recording.hDavid Malcolm2015-01-071-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Minor interface cleanups of libgccjitUlrich Drepper2014-12-111-2/+1
* PR jit/64166: Add API entrypoint gcc_jit_context_enable_dumpDavid Malcolm2014-12-091-0/+17
* PR jit/64020: Fixes to handling of builtinsDavid Malcolm2014-12-011-0/+3
* Move gcc_jit_result implementation to a new files jit-result.{h|c}David Malcolm2014-12-011-15/+0
* PR jit/63854: Fix leak within jit-builtins.cDavid Malcolm2014-12-011-0/+6
* PR jit/63854: Fix leaking vec in jitDavid Malcolm2014-11-191-13/+13
* Merger of dmalcolm/jit branch from gitDavid Malcolm2014-11-111-0/+1593