summaryrefslogtreecommitdiff
path: root/gcc/jit
AgeCommit message (Expand)Author
2020-03-31libgccjit: add new version entry pointAndreaCorallo
2020-03-23libgccjit: handle long literals in playback::context::new_string_literalAndreaCorallo
2020-01-01Update copyright years.Jakub Jelinek
2019-11-29Remove unused decimal floating-point pointer typesJulian Brown
2019-11-20jit: fix ICE with GCC_JIT_BOOL_OPTION_SELFCHECK_GC since r278084 (PR jit/92483)David Malcolm
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford
2019-08-10Assorted ChangeLog cleanups.Jakub Jelinek
2019-07-22[jit] check result_type in gcc_jit_context_new_unary_opAndrea Corallo
2019-07-04jit: gcc_jit_context_new_binary_op check res typeAndrea Corallo
2019-07-04introduce gcc_jit_context_new_bitfieldAndrea Corallo
2019-03-21hash-table.h (hash_table): Add Lazy template parameter defaulted to false...Jakub Jelinek
2019-02-05libgccjit: introduce gcc_jit_context_add_driver_optionAndrea Corallo
2019-01-01Update copyright years.Jakub Jelinek
2018-11-15Machine-readable diagnostic output (PR other/19165)David Malcolm
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-10-17Run selftests for C++ as well as CDavid Malcolm
2018-08-27Replace 8 spaces with a tabular in ChangeLog files.Martin Liska
2018-06-28Makefile.in: Add opt-suggestions.o.Martin Liska
2018-06-28Introduce auto_string_vec class.Martin Liska
2018-03-21Enable jit on Solaris: soname option and EXTRA_GCC_LIBS (PR jit/84288)Rainer Orth
2018-03-09jit: use 'configure' to replace hard-coded linker options (PR jit/64089 and P...David Malcolm
2018-01-25jit: remove some unused fields from recording::union_ (PR jit/81672)David Malcolm
2018-01-03Update copyright years.Jakub Jelinek
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek
2017-11-30spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.Jakub Jelinek
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek
2017-11-23[libgccjit] Wrap RETURN_NULL_IF_FAIL_NONNULL_NUMERIC_TYPE in JIT_{BEGIN,END}_...Tom de Vries
2017-10-31jit: add a way to preserve testsuite executablesDavid Malcolm
2017-10-04jit: implement gcc_jit_context_new_rvalue_from_vectorDavid Malcolm
2017-09-28jit: document function pointersDavid Malcolm
2017-09-28jit: handle equality of function pointer typesDavid Malcolm
2017-09-27jit: implement gcc_jit_function_get_addressDavid Malcolm
2017-09-14Fix crash accessing builtins in sanitizer.def and after (PR jit/82174)David Malcolm
2017-08-18jit: fix segfault with autovectorization (PR tree-optimization/46805)David Malcolm
2017-08-18jit: make simpler reproducersDavid Malcolm
2017-08-10jit: add gcc_jit_type_get_vectorDavid Malcolm
2017-07-05Remove enum before machine_modeRichard Sandiford
2017-04-24types.rst (gccjit::type::get_const): Remove comment.David Malcolm
2017-01-19Make LTO's implementation of LANG_HOOKS_TYPE_FOR_SIZE the defaultDavid Malcolm
2017-01-18Implement LANG_HOOKS_TYPE_FOR_SIZE for jitDavid Malcolm
2017-01-01Update copyright years.Jakub Jelinek
2016-05-20jit: implement gcc_jit_rvalue_set_bool_require_tail_callDavid Malcolm
2016-05-17jit: gcc diagnostics are jit errorsDavid Malcolm
2016-05-17jit: document gcc_jit_context_new_call_through_ptrDavid Malcolm
2016-05-13jit: use FINAL and OVERRIDE throughoutDavid Malcolm
2016-02-08jit: fix build after r233218 (build_common_tree_nodes)David Malcolm
2016-01-26Add missing includes in JIT frontend.Iain Buclaw
2016-01-19PR jit/69144: Ensure that libgccjit's tempdir is fully cleaned-upDavid Malcolm
2016-01-04Update copyright years.Jakub Jelinek
2015-11-11decl.c: Remove unused header files.Andrew MacLeod