aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2018-03-21Enable jit on Solaris: soname option and EXTRA_GCC_LIBS (PR jit/84288)Rainer Orth1-0/+5
2018-03-09jit: use 'configure' to replace hard-coded linker options (PR jit/64089 and P...David Malcolm1-0/+11
2018-01-25jit: remove some unused fields from recording::union_ (PR jit/81672)David Malcolm1-0/+6
2018-01-03Update copyright years.Jakub Jelinek1-1/+5
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-0/+14
2017-11-30spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.Jakub Jelinek1-0/+6
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek1-0/+5
2017-11-23[libgccjit] Wrap RETURN_NULL_IF_FAIL_NONNULL_NUMERIC_TYPE in JIT_{BEGIN,END}_...Tom de Vries1-0/+5
2017-10-31jit: add a way to preserve testsuite executablesDavid Malcolm1-0/+7
2017-10-04jit: implement gcc_jit_context_new_rvalue_from_vectorDavid Malcolm1-0/+56
2017-09-28jit: document function pointersDavid Malcolm1-0/+11
2017-09-28jit: handle equality of function pointer typesDavid Malcolm1-0/+10
2017-09-27jit: implement gcc_jit_function_get_addressDavid Malcolm1-0/+30
2017-09-14Fix crash accessing builtins in sanitizer.def and after (PR jit/82174)David Malcolm1-0/+6
2017-08-18jit: fix segfault with autovectorization (PR tree-optimization/46805)David Malcolm1-0/+5
2017-08-18jit: make simpler reproducersDavid Malcolm1-0/+12
2017-08-10jit: add gcc_jit_type_get_vectorDavid Malcolm1-0/+30
2017-07-05Remove enum before machine_modeRichard Sandiford1-0/+7
2017-04-24types.rst (gccjit::type::get_const): Remove comment.David Malcolm1-0/+36
2017-01-19Make LTO's implementation of LANG_HOOKS_TYPE_FOR_SIZE the defaultDavid Malcolm1-0/+5
2017-01-18Implement LANG_HOOKS_TYPE_FOR_SIZE for jitDavid Malcolm1-0/+5
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