]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/jit/jit-recording.c
ada
[thirdparty/gcc.git] / gcc / jit / jit-recording.c
2015-10-29  amacleodada
2015-08-25  dmalcolmSupport embedding the driver in-process within libgccjit
2015-08-03  dmalcolmRefactoring of timevar API
2015-07-13  aldyhFix double word typos.
2015-06-30  dmalcolmjit: add switch statements
2015-06-30  dmalcolmPR jit/66546: Add gcc_jit_context_set_bool_allow_unreac...
2015-06-30  dmalcolmPR jit/66628: add gcc_jit_context_add_command_line_option
2015-06-30  dmalcolmfixes to gcc_jit_context_dump_reproducer_to_file
2015-06-16  dmalcolmPR jit/66539: Add parentheses as needed to gcc_jit_obje...
2015-03-13  uros * jit-recording.c (dump::write): Also check vasprintf...
2015-02-03  dmalcolmjit: option-logging
2015-01-27  dmalcolmtoplev: gcc version information for jit
2015-01-20  dmalcolmNew jit API entrypoint: gcc_jit_context_compile_to_file
2015-01-19  dmalcolmjit: fix crash in memento_of_new_string_literal::make_d...
2015-01-13  dmalcolmjit: New API entrypoint: gcc_jit_context_dump_reproduce...
2015-01-12  dmalcolmlibgccjit: detect various kinds of errors relating...
2015-01-12  dmalcolmjit: API change to gcc_jit_context_new_global
2015-01-09  dmalcolmFix the jit build after header flattening of r219402
2015-01-09  dmalcolmNew jit API entrypoint: gcc_jit_context_new_rvalue_from...
2015-01-08  dmalcolmjit: New API entrypoint: gcc_jit_context_get_last_error
2015-01-08  dmalcolmNew jit API entrypoint: gcc_jit_context_set_logfile
2015-01-07  dmalcolmAPI extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit...
2015-01-05  jakub Update copyright years.
2014-12-19  dmalcolmFix issue with string options and nested gcc_jit_contexts
2014-12-19  dmalcolmHandle NULL in gcc_jit_context_set_str_option
2014-12-11  drepper Minor interface cleanups of libgccjit
2014-12-09  dmalcolmGuard less code with the JIT mutex
2014-12-09  dmalcolmPR jit/64166: Add API entrypoint gcc_jit_context_enable...
2014-12-01  dmalcolmPR jit/64020: Fixes to handling of builtins
2014-12-01  dmalcolmPR jit/63854: Fix leak within jit-builtins.c
2014-11-19  dmalcolmPR jit/63854: Fix leaking vec in jit
2014-11-19  dmalcolmPR jit/63854: Fix leak of worklist within jit-recording.c
2014-11-11  dmalcolmMerger of dmalcolm/jit branch from git