]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/jit/jit-playback.c
Fix missed IPA-CP on by-ref argument directly passed through (PR 93429)
[thirdparty/gcc.git] / gcc / jit / jit-playback.c
2020-05-28  Nicolás Bértolojit: port libgccjit to Windows
2020-03-23  AndreaCorallolibgccjit: handle long literals in playback::context...
2020-01-01  Jakub JelinekUpdate copyright years.
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-07-04  Andrea Corallointroduce gcc_jit_context_new_bitfield
2019-02-05  Andrea Corallolibgccjit: introduce gcc_jit_context_add_driver_option
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-13  David MalcolmEliminate source_location in favor of location_t
2018-06-28  Martin LiskaMakefile.in: Add opt-suggestions.o.
2018-06-28  Martin LiskaIntroduce auto_string_vec class.
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-19  Jakub Jelinekread-rtl.c (parse_reg_note_name): Replace Yoda conditio...
2017-11-28  Jakub Jelinektree.def (SWITCH_EXPR): Change from 3 operand to 2...
2017-10-04  David Malcolmjit: implement gcc_jit_context_new_rvalue_from_vector
2017-09-27  David Malcolmjit: implement gcc_jit_function_get_address
2017-08-10  David Malcolmjit: add gcc_jit_type_get_vector
2017-04-24  David Malcolmtypes.rst (gccjit::type::get_const): Remove comment.
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-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-10-29  Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
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-13  Aldy HernandezFix double word typos.
2015-07-09  Andrew MacLeodflags.h: Don't include flag-types.h or options.h.
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-01  David MalcolmPR jit/66700: set TREE_ADDRESSABLE when building an...
2015-06-30  David Malcolmjit: add switch statements
2015-06-30  David MalcolmPR jit/66628: add gcc_jit_context_add_command_line_option
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
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-02-03  David MalcolmPR jit/64810: driver, arm, jit: configure-time default...
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-12  David Malcolmjit-playback.c: fix missing fclose
2015-01-12  David Malcolmjit: API change to gcc_jit_context_new_global
2015-01-09  David MalcolmFix the jit build after header flattening of r219402
2015-01-09  David MalcolmNew jit API entrypoint: gcc_jit_context_new_rvalue_from...
2015-01-09  David MalcolmPR jit/64206: delay cleanup of tempdir if the user...
2015-01-08  David MalcolmNew jit API entrypoint: gcc_jit_context_set_logfile
2015-01-07  David MalcolmAPI extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-19  David MalcolmFix casting non-"int" to bool.
2014-12-11  Ulrich DrepperMinor interface cleanups of libgccjit
2014-12-09  David MalcolmAdd jit-tempdir.{c|h}
2014-12-09  David MalcolmGuard less code with the JIT mutex
2014-12-09  David Malcolmjit-playback.c: Move dlopen code into a new function
2014-12-09  David MalcolmPR jit/64166: Add API entrypoint gcc_jit_context_enable...
2014-12-01  David MalcolmPR jit/64020: Fixes to handling of builtins
2014-12-01  David Malcolmjit-playback: Move dso-creation into its own function
2014-12-01  David Malcolmjit-playback: Move argv-creation to its own function
2014-12-01  David MalcolmMove gcc_jit_result implementation to a new files jit...
2014-12-01  David MalcolmPR jit/63969: Fix segfault in error-handling when drive...
2014-11-19  David MalcolmPR jit/63854: Fix leaking vec in jit
2014-11-11  David MalcolmMerger of dmalcolm/jit branch from git