aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/jit-playback.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-3618/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-14Add support for global rvalue initialization and constructorsPetter Tomner1-15/+208
2021-12-10jit: set DECL_CONTEXT of RESULT_DECL [PR103562]David Malcolm1-0/+1
2021-11-24jit: Initialize function::m_blocks in ctorMartin Liska1-1/+2
2021-09-11libgccjit: Generate debug info for variablesPetter Tomner1-14/+56
2021-07-18libgccjit: Handle truncation and extension for casts [PR95498]Antoni Boucher1-11/+21
2021-02-18jit: fix ICE on BUILT_IN_TRAP [PR99126]David Malcolm1-4/+7
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-12jit: add support for inline asm [PR87291]David Malcolm1-1/+124
2020-09-11libgccjit: Add new gcc_jit_global_set_initializer entry pointAndrea Corallo1-6/+101
2020-05-28jit: port libgccjit to WindowsNicolás Bértolo1-3/+21
2020-03-23libgccjit: handle long literals in playback::context::new_string_literalAndreaCorallo1-8/+8
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-20jit: fix ICE with GCC_JIT_BOOL_OPTION_SELFCHECK_GC since r278084 (PR jit/92483)David Malcolm1-4/+2
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford1-3/+2
2019-07-04introduce gcc_jit_context_new_bitfieldAndrea Corallo1-12/+79
2019-02-05libgccjit: introduce gcc_jit_context_add_driver_optionAndrea Corallo1-0/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-2/+2
2018-06-28Makefile.in: Add opt-suggestions.o.Martin Liska1-0/+1
2018-06-28Introduce auto_string_vec class.Martin Liska1-22/+2
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/+5
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek1-15/+4
2017-10-04jit: implement gcc_jit_context_new_rvalue_from_vectorDavid Malcolm1-0/+16
2017-09-27jit: implement gcc_jit_function_get_addressDavid Malcolm1-0/+14
2017-08-10jit: add gcc_jit_type_get_vectorDavid Malcolm1-0/+11
2017-04-24types.rst (gccjit::type::get_const): Remove comment.David Malcolm1-0/+15
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-20jit: implement gcc_jit_rvalue_set_bool_require_tail_callDavid Malcolm1-8/+15
2016-05-17jit: gcc diagnostics are jit errorsDavid Malcolm1-0/+38
2016-01-26Add missing includes in JIT frontend.Iain Buclaw1-0/+2
2016-01-19PR jit/69144: Ensure that libgccjit's tempdir is fully cleaned-upDavid Malcolm1-7/+17
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-7/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-15/+6
2015-08-25Support embedding the driver in-process within libgccjitDavid Malcolm1-8/+44
2015-08-14jit: on OS X, add -Wl,-undefined,dynamic_lookup to driver invocationDavid Malcolm1-0/+9
2015-08-03Refactoring of timevar APIDavid Malcolm1-3/+8
2015-07-23jit: supply MULTILIB_DEFAULTS as arguments when invoking driverDavid Malcolm1-3/+35
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-3/+1
2015-07-01PR jit/66700: set TREE_ADDRESSABLE when building an ADDR_EXPRDavid Malcolm1-0/+42
2015-06-30jit: add switch statementsDavid Malcolm1-0/+74
2015-06-30PR jit/66628: add gcc_jit_context_add_command_line_optionDavid Malcolm1-0/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0