summaryrefslogtreecommitdiff
path: root/gcc/jit/jit-recording.h
Commit message (Expand)AuthorAgeFilesLines
* jit: implement gcc_jit_rvalue_set_bool_require_tail_calldmalcolm2016-05-201-13/+33
* jit: use FINAL and OVERRIDE throughoutdmalcolm2016-05-131-225/+270
* Update copyright years.jakub2016-01-041-1/+1
* Refactoring of timevar APIdmalcolm2015-08-031-0/+7
* PR jit/66783: prevent use of opaque structsdmalcolm2015-07-071-0/+3
* jit: add switch statementsdmalcolm2015-06-301-9/+78
* PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocksdmalcolm2015-06-301-0/+12
* PR jit/66628: add gcc_jit_context_add_command_line_optiondmalcolm2015-06-301-0/+7
* PR jit/66539: Add parentheses as needed to gcc_jit_object_get_debug_stringdmalcolm2015-06-161-1/+48
* jit: option-loggingdmalcolm2015-02-031-0/+5
* New jit API entrypoint: gcc_jit_context_compile_to_filedmalcolm2015-01-201-0/+4
* jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_filedmalcolm2015-01-131-5/+76
* libgccjit: detect various kinds of errors relating to params and localsdmalcolm2015-01-121-11/+79
* jit: API change to gcc_jit_context_new_globaldmalcolm2015-01-121-0/+7
* New jit API entrypoint: gcc_jit_context_new_rvalue_from_longdmalcolm2015-01-091-57/+28
* jit: New API entrypoint: gcc_jit_context_get_last_errordmalcolm2015-01-081-0/+6
* New jit API entrypoint: gcc_jit_context_set_logfiledmalcolm2015-01-081-1/+2
* jit: Add checking for dereference of void *dmalcolm2015-01-081-0/+2
* Fix typo in jit-recording.hdmalcolm2015-01-071-1/+1
* Update copyright years.jakub2015-01-051-1/+1
* Minor interface cleanups of libgccjitdrepper2014-12-111-2/+1
* PR jit/64166: Add API entrypoint gcc_jit_context_enable_dumpdmalcolm2014-12-091-0/+17
* PR jit/64020: Fixes to handling of builtinsdmalcolm2014-12-011-0/+3
* Move gcc_jit_result implementation to a new files jit-result.{h|c}dmalcolm2014-12-011-15/+0
* PR jit/63854: Fix leak within jit-builtins.cdmalcolm2014-12-011-0/+6
* PR jit/63854: Fix leaking vec in jitdmalcolm2014-11-191-13/+13
* Merger of dmalcolm/jit branch from gitdmalcolm2014-11-111-0/+1593