]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/jit/jit-recording.c
Fix double word typos.
[thirdparty/gcc.git] / gcc / jit / jit-recording.c
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