aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/libgccjit.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-08PR jit/66783: improve error messagesDavid Malcolm1-7/+15
2015-07-07PR jit/66783: prevent use of opaque structsDavid Malcolm1-0/+15
2015-06-30jit: add switch statementsDavid Malcolm1-0/+381
2015-06-30PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocksDavid Malcolm1-0/+17
2015-06-30PR jit/66628: add gcc_jit_context_add_command_line_optionDavid Malcolm1-0/+19
2015-06-17jit: Add missing type-checking to gcc_jit_{l|r}value_access_fieldDavid Malcolm1-0/+18
2015-01-20New jit API entrypoint: gcc_jit_context_compile_to_fileDavid Malcolm1-1/+30
2015-01-15jit: prevent ICE with type mismatch in gcc_jit_block_add_assignment_opDavid Malcolm1-0/+10
2015-01-13jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_fileDavid Malcolm1-1/+17
2015-01-12libgccjit: detect various kinds of errors relating to params and localsDavid Malcolm1-10/+73
2015-01-12jit: API change to gcc_jit_context_new_globalDavid Malcolm1-1/+27
2015-01-09New jit API entrypoint: gcc_jit_context_new_rvalue_from_longDavid Malcolm1-3/+21
2015-01-08jit: New API entrypoint: gcc_jit_context_get_last_errorDavid Malcolm1-0/+14
2015-01-08New jit API entrypoint: gcc_jit_context_set_logfileDavid Malcolm1-18/+115
2015-01-08jit: Add checking for dereference of void *David Malcolm1-0/+7
2015-01-07API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_opDavid Malcolm1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-09PR jit/64166: Add API entrypoint gcc_jit_context_enable_dumpDavid Malcolm1-0/+18
2014-12-01Move gcc_jit_result implementation to a new files jit-result.{h|c}David Malcolm1-3/+3
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm1-0/+2074