aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+5
2016-05-20jit: implement gcc_jit_rvalue_set_bool_require_tail_callDavid Malcolm1-0/+44
2016-05-17jit: gcc diagnostics are jit errorsDavid Malcolm1-0/+13
2016-05-17jit: document gcc_jit_context_new_call_through_ptrDavid Malcolm1-0/+6
2016-05-13jit: use FINAL and OVERRIDE throughoutDavid Malcolm1-0/+237
2016-02-08jit: fix build after r233218 (build_common_tree_nodes)David Malcolm1-0/+6
2016-01-26Add missing includes in JIT frontend.Iain Buclaw1-0/+4
2016-01-19PR jit/69144: Ensure that libgccjit's tempdir is fully cleaned-upDavid Malcolm1-0/+31
2016-01-04Update copyright years.Jakub Jelinek1-2/+6
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-0/+9
2015-11-07Move #undef DEF_BUILTIN* to builtins.defRichard Sandiford1-0/+4
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-0/+8
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-0/+7
2015-09-30More DEF_FUNCTION_TYPE_VAR_6/DEF_FUNCTION_TYPE_VAR_11 cleanupThomas Schwinge1-0/+5
2015-09-302015-09-30 Matthias Klose <doko@ubuntu.com>Matthias Klose1-0/+7
2015-08-25Support embedding the driver in-process within libgccjitDavid Malcolm1-0/+33
2015-08-14jit: on OS X, add -Wl,-undefined,dynamic_lookup to driver invocationDavid Malcolm1-0/+5
2015-08-03Refactoring of timevar APIDavid Malcolm1-0/+63
2015-07-23jit: supply MULTILIB_DEFAULTS as arguments when invoking driverDavid Malcolm1-0/+18
2015-07-16jit: Add guide for submitting patches to jit docsDavid Malcolm1-0/+7
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-0/+6
2015-07-08PR jit/66783: improve error messagesDavid Malcolm1-0/+10
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-0/+6
2015-07-07PR jit/66783: prevent use of opaque structsDavid Malcolm1-0/+11
2015-07-07PR jit/66779: fix segfaultDavid Malcolm1-0/+6
2015-07-01PR jit/66700: set TREE_ADDRESSABLE when building an ADDR_EXPRDavid Malcolm1-0/+7
2015-07-01jit: document union typesDavid Malcolm1-0/+6
2015-07-01jit: clarify (lack of) lifetime requirements on input const char *David Malcolm1-0/+17
2015-06-30jit: add switch statementsDavid Malcolm1-0/+91
2015-06-30PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocksDavid Malcolm1-0/+41
2015-06-30PR jit/66628: add gcc_jit_context_add_command_line_optionDavid Malcolm1-0/+35
2015-06-30fixes to gcc_jit_context_dump_reproducer_to_fileDavid Malcolm1-0/+7
2015-06-30jit: fix some .rst issues in docsDavid Malcolm1-0/+6
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-0/+5
2015-06-25Fix changelog mistakeAndrew Macleod1-0/+4
2015-06-17jit: Add missing type-checking to gcc_jit_{l|r}value_access_fieldDavid Malcolm1-0/+6
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-0/+6
2015-06-16PR jit/66539: Add parentheses as needed to gcc_jit_object_get_debug_stringDavid Malcolm1-0/+46
2015-06-09Make-lang.in (jit.install-common): Install headers using INSTALL_DATA.Matthias Klose1-0/+4
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-0/+6
2015-06-05Remove jit_langhook_post_compilation_parsing_cleanupsDavid Malcolm1-0/+11
2015-06-05Fix build of jit after debug-early mergerDavid Malcolm1-0/+19
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-0/+6
2015-05-12Unbreak the JIT after conversion of md_asm_adjust to use vec<>David Malcolm1-0/+4
2015-04-27Makefile-lan.in (ada.mostlyclean): Remove gnatbind and gnat1.Jim Wilson1-0/+5
2015-04-09PR jit/65691: Fix copy&paste error in docsDavid Malcolm1-0/+9
2015-03-13jit-recording.c (dump::write): Also check vasprintf return value.Uros Bizjak1-0/+6
2015-03-13jit docs: Add "Packaging notes" sectionDavid Malcolm1-0/+5
2015-03-05jit documentation fixesDavid Malcolm1-0/+15
2015-02-24[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.Thomas Schwinge1-0/+10