]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/jit
rs6000: re-enable web and rnreg with -funroll-loops
[thirdparty/gcc.git] / gcc / jit /
2019-11-29  Julian BrownRemove unused decimal floating-point pointer types
2019-11-20  David Malcolmjit: fix ICE with GCC_JIT_BOOL_OPTION_SELFCHECK_GC...
2019-08-13  Richard SandifordUse checking forms of DECL_FUNCTION_CODE (PR 91421)
2019-08-10  Jakub JelinekAssorted ChangeLog cleanups.
2019-07-22  Andrea Corallo[jit] check result_type in gcc_jit_context_new_unary_op
2019-07-04  Andrea Corallojit: gcc_jit_context_new_binary_op check res type
2019-07-04  Andrea Corallointroduce gcc_jit_context_new_bitfield
2019-03-21  Jakub Jelinekhash-table.h (hash_table): Add Lazy template parameter...
2019-02-05  Andrea Corallolibgccjit: introduce gcc_jit_context_add_driver_option
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-15  David MalcolmMachine-readable diagnostic output (PR other/19165)
2018-11-13  David MalcolmEliminate source_location in favor of location_t
2018-10-17  David MalcolmRun selftests for C++ as well as C
2018-08-27  Martin LiskaReplace 8 spaces with a tabular in ChangeLog files.
2018-06-28  Martin LiskaMakefile.in: Add opt-suggestions.o.
2018-06-28  Martin LiskaIntroduce auto_string_vec class.
2018-03-21  Rainer OrthEnable jit on Solaris: soname option and EXTRA_GCC_LIBS...
2018-03-09  David Malcolmjit: use 'configure' to replace hard-coded linker optio...
2018-01-25  David Malcolmjit: remove some unused fields from recording::union_...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-19  Jakub Jelinekread-rtl.c (parse_reg_note_name): Replace Yoda conditio...
2017-11-30  Jakub Jelinekspellcheck-tree.c (test_find_closest_identifier): Use...
2017-11-28  Jakub Jelinektree.def (SWITCH_EXPR): Change from 3 operand to 2...
2017-11-23  Tom de Vries[libgccjit] Wrap RETURN_NULL_IF_FAIL_NONNULL_NUMERIC_TY...
2017-10-31  David Malcolmjit: add a way to preserve testsuite executables
2017-10-04  David Malcolmjit: implement gcc_jit_context_new_rvalue_from_vector
2017-09-28  David Malcolmjit: document function pointers
2017-09-28  David Malcolmjit: handle equality of function pointer types
2017-09-27  David Malcolmjit: implement gcc_jit_function_get_address
2017-09-14  David MalcolmFix crash accessing builtins in sanitizer.def and after...
2017-08-18  David Malcolmjit: fix segfault with autovectorization (PR tree-optim...
2017-08-18  David Malcolmjit: make simpler reproducers
2017-08-10  David Malcolmjit: add gcc_jit_type_get_vector
2017-07-05  Richard SandifordRemove enum before machine_mode
2017-04-24  David Malcolmtypes.rst (gccjit::type::get_const): Remove comment.
2017-01-19  David MalcolmMake LTO's implementation of LANG_HOOKS_TYPE_FOR_SIZE...
2017-01-18  David MalcolmImplement LANG_HOOKS_TYPE_FOR_SIZE for jit
2017-01-01  Jakub JelinekUpdate copyright years.
2016-05-20  David Malcolmjit: implement gcc_jit_rvalue_set_bool_require_tail_call
2016-05-17  David Malcolmjit: gcc diagnostics are jit errors
2016-05-17  David Malcolmjit: document gcc_jit_context_new_call_through_ptr
2016-05-13  David Malcolmjit: use FINAL and OVERRIDE throughout
2016-02-08  David Malcolmjit: fix build after r233218 (build_common_tree_nodes)
2016-01-26  Iain BuclawAdd missing includes in JIT frontend.
2016-01-19  David MalcolmPR jit/69144: Ensure that libgccjit's tempdir is fully...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-11-11  Andrew MacLeoddecl.c: Remove unused header files.
2015-11-07  Richard SandifordMove #undef DEF_BUILTIN* to builtins.def
2015-10-29  Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-13  Jakub Jelinekbuiltin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONG...
2015-09-30  Thomas SchwingeMore DEF_FUNCTION_TYPE_VAR_6/DEF_FUNCTION_TYPE_VAR_11...
2015-09-30  Matthias Klose2015-09-30 Matthias Klose <doko@ubuntu.com>
2015-08-25  David MalcolmSupport embedding the driver in-process within libgccjit
2015-08-14  David Malcolmjit: on OS X, add -Wl,-undefined,dynamic_lookup to...
2015-08-03  David MalcolmRefactoring of timevar API
2015-07-23  David Malcolmjit: supply MULTILIB_DEFAULTS as arguments when invokin...
2015-07-16  David Malcolmjit: Add guide for submitting patches to jit docs
2015-07-13  Aldy HernandezFix double word typos.
2015-07-09  Andrew MacLeodflags.h: Don't include flag-types.h or options.h.
2015-07-08  David MalcolmPR jit/66783: improve error messages
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-07  David MalcolmPR jit/66783: prevent use of opaque structs
2015-07-07  David MalcolmPR jit/66779: fix segfault
2015-07-01  David MalcolmPR jit/66700: set TREE_ADDRESSABLE when building an...
2015-07-01  David Malcolmjit: document union types
2015-07-01  David Malcolmjit: clarify (lack of) lifetime requirements on input...
2015-06-30  David Malcolmjit: add switch statements
2015-06-30  David MalcolmPR jit/66546: Add gcc_jit_context_set_bool_allow_unreac...
2015-06-30  David MalcolmPR jit/66628: add gcc_jit_context_add_command_line_option
2015-06-30  David Malcolmfixes to gcc_jit_context_dump_reproducer_to_file
2015-06-30  David Malcolmjit: fix some .rst issues in docs
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25  Andrew MacleodFix changelog mistake
2015-06-25  Andrew MacLeodalias.h (alias_set_type): Move typedef.
2015-06-17  David Malcolmjit: Add missing type-checking to gcc_jit_{l|r}value_ac...
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-16  David MalcolmPR jit/66539: Add parentheses as needed to gcc_jit_obje...
2015-06-09  Matthias KloseMake-lang.in (jit.install-common): Install headers...
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-05  David MalcolmRemove jit_langhook_post_compilation_parsing_cleanups
2015-06-05  David MalcolmFix build of jit after debug-early merger
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-12  David MalcolmUnbreak the JIT after conversion of md_asm_adjust to...
2015-04-27  Jim WilsonMakefile-lan.in (ada.mostlyclean): Remove gnatbind...
2015-04-09  David MalcolmPR jit/65691: Fix copy&paste error in docs
2015-03-13  Uros Bizjakjit-recording.c (dump::write): Also check vasprintf...
2015-03-13  David Malcolmjit docs: Add "Packaging notes" section
2015-03-05  David Malcolmjit documentation fixes
2015-02-24  Thomas Schwinge[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable...
2015-02-04  David MalcolmMore fixes for update_web_docs_svn for jit docs (PR...
2015-02-04  David Malcolmjit: fix typo in docs
2015-02-03  David Malcolmjit: option-logging
2015-02-03  David MalcolmPR jit/64810: driver, arm, jit: configure-time default...
2015-02-02  David MalcolmPR jit/64810: support DImode on arm
2015-01-27  David Malcolmtoplev: gcc version information for jit
2015-01-27  David MalcolmFix gcc_jit_context_get_last_error docs
2015-01-26  David MalcolmPR jit/64708: remove libgccjit.so from COMPILERS
2015-01-23  David MalcolmPR jit/64721: toplev: don't install signal-handlers...
2015-01-20  David MalcolmNew jit API entrypoint: gcc_jit_context_compile_to_file
2015-01-19  David Malcolmjit: fix crash in memento_of_new_string_literal::make_d...
next