aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit
AgeCommit message (Expand)AuthorFilesLines
2020-06-16Daily bump.GCC Administrator1-0/+6
2020-06-16gcc/jit: Rename libgccjit.dll to libgccjit-0.dll.Nicolas Bertolo1-8/+10
2020-06-04Daily bump.GCC Administrator1-0/+6
2020-06-03jit: implement BT_CONST_VOLATILE_PTR [PR 95306]David Malcolm1-1/+3
2020-06-03Daily bump.GCC Administrator1-0/+33
2020-06-02jit: fix __builtin_unreachable [PR 95426]David Malcolm1-1/+459
2020-05-29Daily bump.GCC Administrator1-0/+22
2020-05-28jit: port libgccjit to WindowsNicolás Bértolo8-20/+406
2020-05-28Daily bump.GCC Administrator1-0/+13
2020-05-27jit: use deep unsharing of trees [PR 95314]David Malcolm2-1/+9
2020-05-27jit: fix libgccjit.info entry [PR 91330]David Malcolm2-3/+3
2020-05-27Daily bump.GCC Administrator1-0/+52
2020-05-26jit: fix missing types for builtins [PR 95306]David Malcolm4-11/+148
2020-05-26jit: fix sphinx formatting issues in docsDavid Malcolm3-615/+618
2020-05-26jit: check for void types [PR 95296]David Malcolm7-2573/+1402
2020-03-31libgccjit: add new version entry pointAndreaCorallo6-1/+138
2020-03-23libgccjit: handle long literals in playback::context::new_string_literalAndreaCorallo3-9/+19
2020-01-01Update copyright years.Jakub Jelinek65-104/+108
2019-11-29Remove unused decimal floating-point pointer typesJulian Brown2-3/+5
2019-11-20jit: fix ICE with GCC_JIT_BOOL_OPTION_SELFCHECK_GC since r278084 (PR jit/92483)David Malcolm2-4/+8
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford2-3/+7
2019-08-10Assorted ChangeLog cleanups.Jakub Jelinek1-4/+4
2019-07-22[jit] check result_type in gcc_jit_context_new_unary_opAndrea Corallo4-5/+26
2019-07-04jit: gcc_jit_context_new_binary_op check res typeAndrea Corallo2-0/+11
2019-07-04introduce gcc_jit_context_new_bitfieldAndrea Corallo12-20/+341
2019-03-21hash-table.h (hash_table): Add Lazy template parameter defaulted to false...Jakub Jelinek2-1/+6
2019-02-05libgccjit: introduce gcc_jit_context_add_driver_optionAndrea Corallo10-1/+169
2019-01-01Update copyright years.Jakub Jelinek65-104/+108
2018-11-15Machine-readable diagnostic output (PR other/19165)David Malcolm2-1/+7
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm3-3/+7
2018-10-17Run selftests for C++ as well as CDavid Malcolm2-0/+7
2018-08-27Replace 8 spaces with a tabular in ChangeLog files.Martin Liska1-1/+1
2018-06-28Makefile.in: Add opt-suggestions.o.Martin Liska2-0/+5
2018-06-28Introduce auto_string_vec class.Martin Liska2-22/+9
2018-03-21Enable jit on Solaris: soname option and EXTRA_GCC_LIBS (PR jit/84288)Rainer Orth2-1/+6
2018-03-09jit: use 'configure' to replace hard-coded linker options (PR jit/64089 and P...David Malcolm2-2/+26
2018-01-25jit: remove some unused fields from recording::union_ (PR jit/81672)David Malcolm2-4/+6
2018-01-03Update copyright years.Jakub Jelinek65-104/+108
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek6-27/+36
2017-11-30spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.Jakub Jelinek2-1/+7
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek2-15/+9
2017-11-23[libgccjit] Wrap RETURN_NULL_IF_FAIL_NONNULL_NUMERIC_TYPE in JIT_{BEGIN,END}_...Tom de Vries2-1/+8
2017-10-31jit: add a way to preserve testsuite executablesDavid Malcolm3-7/+28
2017-10-04jit: implement gcc_jit_context_new_rvalue_from_vectorDavid Malcolm15-521/+984
2017-09-28jit: document function pointersDavid Malcolm6-483/+677
2017-09-28jit: handle equality of function pointer typesDavid Malcolm3-1/+65
2017-09-27jit: implement gcc_jit_function_get_addressDavid Malcolm14-386/+677
2017-09-14Fix crash accessing builtins in sanitizer.def and after (PR jit/82174)David Malcolm2-1/+10
2017-08-18jit: fix segfault with autovectorization (PR tree-optimization/46805)David Malcolm2-0/+16
2017-08-18jit: make simpler reproducersDavid Malcolm2-12/+62