Age | Commit message (Expand) | Author | Files | Lines |
2020-11-25 | Clean up -Wformat-diag warnings (PR bootstrap/97622, PR bootstrap/94982) | Martin Sebor | 1 | -4/+16 |
2020-11-12 | jit: add support for inline asm [PR87291] | David Malcolm | 1 | -0/+514 |
2020-11-12 | jit: fix string escaping | David Malcolm | 1 | -11/+28 |
2020-09-11 | libgccjit: Add new gcc_jit_global_set_initializer entry point | Andrea Corallo | 1 | -5/+138 |
2020-08-28 | Correct calls to vec::safe_grow in conditionally compiled code. | Martin Sebor | 1 | -1/+1 |
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 | -2/+2 |
2019-07-04 | introduce gcc_jit_context_new_bitfield | Andrea Corallo | 1 | -1/+79 |
2019-03-21 | hash-table.h (hash_table): Add Lazy template parameter defaulted to false... | Jakub Jelinek | 1 | -1/+1 |
2019-02-05 | libgccjit: introduce gcc_jit_context_add_driver_option | Andrea Corallo | 1 | -0/+38 |
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 | -5/+5 |
2017-11-30 | spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;. | Jakub Jelinek | 1 | -1/+1 |
2017-10-04 | jit: implement gcc_jit_context_new_rvalue_from_vector | David Malcolm | 1 | -35/+172 |
2017-09-28 | jit: handle equality of function pointer types | David Malcolm | 1 | -0/+47 |
2017-09-27 | jit: implement gcc_jit_function_get_address | David Malcolm | 1 | -1/+76 |
2017-08-18 | jit: make simpler reproducers | David Malcolm | 1 | -12/+50 |
2017-08-10 | jit: add gcc_jit_type_get_vector | David Malcolm | 1 | -1/+55 |
2017-04-24 | types.rst (gccjit::type::get_const): Remove comment. | David Malcolm | 1 | -0/+52 |
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 | -14/+46 |
2016-05-13 | jit: use FINAL and OVERRIDE throughout | David Malcolm | 1 | -1/+1 |
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 | -1/+2 |
2015-08-03 | Refactoring of timevar API | David Malcolm | 1 | -0/+2 |
2015-07-13 | Fix double word typos. | Aldy Hernandez | 1 | -1/+1 |
2015-06-30 | jit: add switch statements | David Malcolm | 1 | -50/+272 |
2015-06-30 | PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocks | David Malcolm | 1 | -1/+41 |
2015-06-30 | PR jit/66628: add gcc_jit_context_add_command_line_option | David Malcolm | 1 | -0/+42 |
2015-06-30 | fixes to gcc_jit_context_dump_reproducer_to_file | David Malcolm | 1 | -6/+12 |
2015-06-16 | PR jit/66539: Add parentheses as needed to gcc_jit_object_get_debug_string | David Malcolm | 1 | -19/+131 |
2015-03-13 | jit-recording.c (dump::write): Also check vasprintf return value. | Uros Bizjak | 1 | -12/+15 |
2015-02-03 | jit: option-logging | David Malcolm | 1 | -0/+73 |
2015-01-27 | toplev: gcc version information for jit | David Malcolm | 1 | -1/+4 |
2015-01-20 | New jit API entrypoint: gcc_jit_context_compile_to_file | David Malcolm | 1 | -6/+34 |
2015-01-19 | jit: fix crash in memento_of_new_string_literal::make_debug_string | David Malcolm | 1 | -0/+1 |
2015-01-13 | jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_file | David Malcolm | 1 | -10/+1452 |
2015-01-12 | libgccjit: detect various kinds of errors relating to params and locals | David Malcolm | 1 | -20/+275 |
2015-01-12 | jit: API change to gcc_jit_context_new_global | David Malcolm | 1 | -2/+62 |
2015-01-09 | Fix the jit build after header flattening of r219402 | David Malcolm | 1 | -2/+0 |
2015-01-09 | New jit API entrypoint: gcc_jit_context_new_rvalue_from_long | David Malcolm | 1 | -89/+62 |
2015-01-08 | jit: New API entrypoint: gcc_jit_context_get_last_error | David Malcolm | 1 | -3/+24 |
2015-01-08 | New jit API entrypoint: gcc_jit_context_set_logfile | David Malcolm | 1 | -1/+15 |
2015-01-07 | API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_op | David Malcolm | 1 | -0/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-19 | Fix issue with string options and nested gcc_jit_contexts | David Malcolm | 1 | -5/+8 |
2014-12-19 | Handle NULL in gcc_jit_context_set_str_option | David Malcolm | 1 | -1/+1 |