]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/jit/jit-recording.c
Update copyright years.
[thirdparty/gcc.git] / gcc / jit / jit-recording.c
2020-01-01  Jakub JelinekUpdate copyright years.
2019-07-22  Andrea Corallo[jit] check result_type in gcc_jit_context_new_unary_op
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-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-10-04  David Malcolmjit: implement gcc_jit_context_new_rvalue_from_vector
2017-09-28  David Malcolmjit: handle equality of function pointer types
2017-09-27  David Malcolmjit: implement gcc_jit_function_get_address
2017-08-18  David Malcolmjit: make simpler reproducers
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-13  David Malcolmjit: use FINAL and OVERRIDE throughout
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-03  David MalcolmRefactoring of timevar API
2015-07-13  Aldy HernandezFix double word typos.
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-16  David MalcolmPR jit/66539: Add parentheses as needed to gcc_jit_obje...
2015-03-13  Uros Bizjakjit-recording.c (dump::write): Also check vasprintf...
2015-02-03  David Malcolmjit: option-logging
2015-01-27  David Malcolmtoplev: gcc version information for jit
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...
2015-01-13  David Malcolmjit: New API entrypoint: gcc_jit_context_dump_reproduce...
2015-01-12  David Malcolmlibgccjit: detect various kinds of errors relating...
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-08  David Malcolmjit: New API entrypoint: gcc_jit_context_get_last_error
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 issue with string options and nested gcc_jit_contexts
2014-12-19  David MalcolmHandle NULL in gcc_jit_context_set_str_option
2014-12-11  Ulrich DrepperMinor interface cleanups of libgccjit
2014-12-09  David MalcolmGuard less code with the JIT mutex
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 MalcolmPR jit/63854: Fix leak within jit-builtins.c
2014-11-19  David MalcolmPR jit/63854: Fix leaking vec in jit
2014-11-19  David MalcolmPR jit/63854: Fix leak of worklist within jit-recording.c
2014-11-11  David MalcolmMerger of dmalcolm/jit branch from git