aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/jit-recording.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-07PR jit/66783: prevent use of opaque structsDavid Malcolm1-0/+3
2015-06-30jit: add switch statementsDavid Malcolm1-9/+78
2015-06-30PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocksDavid Malcolm1-0/+12
2015-06-30PR jit/66628: add gcc_jit_context_add_command_line_optionDavid Malcolm1-0/+7
2015-06-16PR jit/66539: Add parentheses as needed to gcc_jit_object_get_debug_stringDavid Malcolm1-1/+48
2015-02-03jit: option-loggingDavid Malcolm1-0/+5
2015-01-20New jit API entrypoint: gcc_jit_context_compile_to_fileDavid Malcolm1-0/+4
2015-01-13jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_fileDavid Malcolm1-5/+76
2015-01-12libgccjit: detect various kinds of errors relating to params and localsDavid Malcolm1-11/+79
2015-01-12jit: API change to gcc_jit_context_new_globalDavid Malcolm1-0/+7
2015-01-09New jit API entrypoint: gcc_jit_context_new_rvalue_from_longDavid Malcolm1-57/+28
2015-01-08jit: New API entrypoint: gcc_jit_context_get_last_errorDavid Malcolm1-0/+6
2015-01-08New jit API entrypoint: gcc_jit_context_set_logfileDavid Malcolm1-1/+2
2015-01-08jit: Add checking for dereference of void *David Malcolm1-0/+2
2015-01-07Fix typo in jit-recording.hDavid Malcolm1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-11Minor interface cleanups of libgccjitUlrich Drepper1-2/+1
2014-12-09PR jit/64166: Add API entrypoint gcc_jit_context_enable_dumpDavid Malcolm1-0/+17
2014-12-01PR jit/64020: Fixes to handling of builtinsDavid Malcolm1-0/+3
2014-12-01Move gcc_jit_result implementation to a new files jit-result.{h|c}David Malcolm1-15/+0
2014-12-01PR jit/63854: Fix leak within jit-builtins.cDavid Malcolm1-0/+6
2014-11-19PR jit/63854: Fix leaking vec in jitDavid Malcolm1-13/+13
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm1-0/+1593