Age | Commit message (Expand) | Author | Files | Lines |
2020-11-12 | jit: add support for inline asm [PR87291] | David Malcolm | 1 | -2/+186 |
2020-09-11 | libgccjit: Add new gcc_jit_global_set_initializer entry point | Andrea Corallo | 1 | -0/+39 |
2020-08-22 | libgccjit: Update comments for gcc_jit_context_new_rvalue_from* functions | Andrea Corallo | 1 | -5/+9 |
2020-05-26 | jit: check for void types [PR 95296] | David Malcolm | 1 | -4/+30 |
2020-03-31 | libgccjit: add new version entry point | AndreaCorallo | 1 | -0/+46 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-07-22 | [jit] check result_type in gcc_jit_context_new_unary_op | Andrea Corallo | 1 | -3/+11 |
2019-07-04 | jit: gcc_jit_context_new_binary_op check res type | Andrea Corallo | 1 | -0/+6 |
2019-07-04 | introduce gcc_jit_context_new_bitfield | Andrea Corallo | 1 | -0/+40 |
2019-02-05 | libgccjit: introduce gcc_jit_context_add_driver_option | Andrea Corallo | 1 | -0/+19 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-19 | read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ... | Jakub Jelinek | 1 | -6/+6 |
2017-11-23 | [libgccjit] Wrap RETURN_NULL_IF_FAIL_NONNULL_NUMERIC_TYPE in JIT_{BEGIN,END}_... | Tom de Vries | 1 | -1/+3 |
2017-10-04 | jit: implement gcc_jit_context_new_rvalue_from_vector | David Malcolm | 1 | -1/+59 |
2017-09-27 | jit: implement gcc_jit_function_get_address | David Malcolm | 1 | -0/+20 |
2017-08-10 | jit: add gcc_jit_type_get_vector | David Malcolm | 1 | -0/+28 |
2017-04-24 | types.rst (gccjit::type::get_const): Remove comment. | David Malcolm | 1 | -0/+24 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-05-20 | jit: implement gcc_jit_rvalue_set_bool_require_tail_call | David Malcolm | 1 | -0/+20 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -3/+0 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -3/+2 |
2015-08-25 | Support embedding the driver in-process within libgccjit | David Malcolm | 1 | -0/+17 |
2015-08-03 | Refactoring of timevar API | David Malcolm | 1 | -0/+109 |
2015-07-08 | PR jit/66783: improve error messages | David Malcolm | 1 | -7/+15 |
2015-07-07 | PR jit/66783: prevent use of opaque structs | David Malcolm | 1 | -0/+15 |
2015-06-30 | jit: add switch statements | David Malcolm | 1 | -0/+381 |
2015-06-30 | PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocks | David Malcolm | 1 | -0/+17 |
2015-06-30 | PR jit/66628: add gcc_jit_context_add_command_line_option | David Malcolm | 1 | -0/+19 |
2015-06-17 | jit: Add missing type-checking to gcc_jit_{l|r}value_access_field | David Malcolm | 1 | -0/+18 |
2015-01-20 | New jit API entrypoint: gcc_jit_context_compile_to_file | David Malcolm | 1 | -1/+30 |
2015-01-15 | jit: prevent ICE with type mismatch in gcc_jit_block_add_assignment_op | David Malcolm | 1 | -0/+10 |
2015-01-13 | jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_file | David Malcolm | 1 | -1/+17 |
2015-01-12 | libgccjit: detect various kinds of errors relating to params and locals | David Malcolm | 1 | -10/+73 |
2015-01-12 | jit: API change to gcc_jit_context_new_global | David Malcolm | 1 | -1/+27 |
2015-01-09 | New jit API entrypoint: gcc_jit_context_new_rvalue_from_long | David Malcolm | 1 | -3/+21 |
2015-01-08 | jit: New API entrypoint: gcc_jit_context_get_last_error | David Malcolm | 1 | -0/+14 |
2015-01-08 | New jit API entrypoint: gcc_jit_context_set_logfile | David Malcolm | 1 | -18/+115 |
2015-01-08 | jit: Add checking for dereference of void * | David Malcolm | 1 | -0/+7 |
2015-01-07 | API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_op | David Malcolm | 1 | -1/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-09 | PR jit/64166: Add API entrypoint gcc_jit_context_enable_dump | David Malcolm | 1 | -0/+18 |
2014-12-01 | Move gcc_jit_result implementation to a new files jit-result.{h|c} | David Malcolm | 1 | -3/+3 |
2014-11-11 | Merger of dmalcolm/jit branch from git | David Malcolm | 1 | -0/+2074 |