aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/libgccjit.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-22[jit] check result_type in gcc_jit_context_new_unary_opAndrea Corallo1-3/+11
2019-07-04jit: gcc_jit_context_new_binary_op check res typeAndrea Corallo1-0/+6
2019-07-04introduce gcc_jit_context_new_bitfieldAndrea Corallo1-0/+40
2019-02-05libgccjit: introduce gcc_jit_context_add_driver_optionAndrea Corallo1-0/+19
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-6/+6
2017-11-23[libgccjit] Wrap RETURN_NULL_IF_FAIL_NONNULL_NUMERIC_TYPE in JIT_{BEGIN,END}_...Tom de Vries1-1/+3
2017-10-04jit: implement gcc_jit_context_new_rvalue_from_vectorDavid Malcolm1-1/+59
2017-09-27jit: implement gcc_jit_function_get_addressDavid Malcolm1-0/+20
2017-08-10jit: add gcc_jit_type_get_vectorDavid Malcolm1-0/+28
2017-04-24types.rst (gccjit::type::get_const): Remove comment.David Malcolm1-0/+24
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-20jit: implement gcc_jit_rvalue_set_bool_require_tail_callDavid Malcolm1-0/+20
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+2
2015-08-25Support embedding the driver in-process within libgccjitDavid Malcolm1-0/+17
2015-08-03Refactoring of timevar APIDavid Malcolm1-0/+109
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