Age | Commit message (Expand) | Author | Files | Lines |
2022-01-17 | Rename .c files to .cc files. | Martin Liska | 1 | -3618/+0 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-14 | Add support for global rvalue initialization and constructors | Petter Tomner | 1 | -15/+208 |
2021-12-10 | jit: set DECL_CONTEXT of RESULT_DECL [PR103562] | David Malcolm | 1 | -0/+1 |
2021-11-24 | jit: Initialize function::m_blocks in ctor | Martin Liska | 1 | -1/+2 |
2021-09-11 | libgccjit: Generate debug info for variables | Petter Tomner | 1 | -14/+56 |
2021-07-18 | libgccjit: Handle truncation and extension for casts [PR95498] | Antoni Boucher | 1 | -11/+21 |
2021-02-18 | jit: fix ICE on BUILT_IN_TRAP [PR99126] | David Malcolm | 1 | -4/+7 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-11-12 | jit: add support for inline asm [PR87291] | David Malcolm | 1 | -1/+124 |
2020-09-11 | libgccjit: Add new gcc_jit_global_set_initializer entry point | Andrea Corallo | 1 | -6/+101 |
2020-05-28 | jit: port libgccjit to Windows | Nicolás Bértolo | 1 | -3/+21 |
2020-03-23 | libgccjit: handle long literals in playback::context::new_string_literal | AndreaCorallo | 1 | -8/+8 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-20 | jit: fix ICE with GCC_JIT_BOOL_OPTION_SELFCHECK_GC since r278084 (PR jit/92483) | David Malcolm | 1 | -4/+2 |
2019-08-13 | Use checking forms of DECL_FUNCTION_CODE (PR 91421) | Richard Sandiford | 1 | -3/+2 |
2019-07-04 | introduce gcc_jit_context_new_bitfield | Andrea Corallo | 1 | -12/+79 |
2019-02-05 | libgccjit: introduce gcc_jit_context_add_driver_option | Andrea Corallo | 1 | -0/+4 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-13 | Eliminate source_location in favor of location_t | David Malcolm | 1 | -2/+2 |
2018-06-28 | Makefile.in: Add opt-suggestions.o. | Martin Liska | 1 | -0/+1 |
2018-06-28 | Introduce auto_string_vec class. | Martin Liska | 1 | -22/+2 |
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/+5 |
2017-11-28 | tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree. | Jakub Jelinek | 1 | -15/+4 |
2017-10-04 | jit: implement gcc_jit_context_new_rvalue_from_vector | David Malcolm | 1 | -0/+16 |
2017-09-27 | jit: implement gcc_jit_function_get_address | David Malcolm | 1 | -0/+14 |
2017-08-10 | jit: add gcc_jit_type_get_vector | David Malcolm | 1 | -0/+11 |
2017-04-24 | types.rst (gccjit::type::get_const): Remove comment. | David Malcolm | 1 | -0/+15 |
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 | -8/+15 |
2016-05-17 | jit: gcc diagnostics are jit errors | David Malcolm | 1 | -0/+38 |
2016-01-26 | Add missing includes in JIT frontend. | Iain Buclaw | 1 | -0/+2 |
2016-01-19 | PR jit/69144: Ensure that libgccjit's tempdir is fully cleaned-up | David Malcolm | 1 | -7/+17 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -7/+0 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -15/+6 |
2015-08-25 | Support embedding the driver in-process within libgccjit | David Malcolm | 1 | -8/+44 |
2015-08-14 | jit: on OS X, add -Wl,-undefined,dynamic_lookup to driver invocation | David Malcolm | 1 | -0/+9 |
2015-08-03 | Refactoring of timevar API | David Malcolm | 1 | -3/+8 |
2015-07-23 | jit: supply MULTILIB_DEFAULTS as arguments when invoking driver | David Malcolm | 1 | -3/+35 |
2015-07-13 | Fix double word typos. | Aldy Hernandez | 1 | -1/+1 |
2015-07-09 | flags.h: Don't include flag-types.h or options.h. | Andrew MacLeod | 1 | -1/+0 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -3/+1 |
2015-07-01 | PR jit/66700: set TREE_ADDRESSABLE when building an ADDR_EXPR | David Malcolm | 1 | -0/+42 |
2015-06-30 | jit: add switch statements | David Malcolm | 1 | -0/+74 |
2015-06-30 | PR jit/66628: add gcc_jit_context_add_command_line_option | David Malcolm | 1 | -0/+4 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 1 | -2/+0 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -2/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -1/+0 |