decl.c (gnat_to_gnu_entity): Minor tweak.
[gcc.git] / gcc / jit /
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...
2015-01-16 David MalcolmParallelize the jit testsuite
2015-01-16 Jakub Jelinekjit-builtins.h (DEF_FUNCTION_TYPE_VAR_5): Fix spelling...
2015-01-15 Richard Sandiford2015-01-15 Richard Sandiford <richard.sandiford@arm...
2015-01-15 David Malcolmjit: prevent ICE with type mismatch in gcc_jit_block_ad...
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-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 Malcolmlibgccjit.h: Fix description of struct gcc_jit_context
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-08 David Malcolmjit: Add checking for dereference of void *
2015-01-07 David MalcolmAPI extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit...
2015-01-07 David MalcolmFix typo in jit-recording.h
2015-01-07 David Malcolmjit.exp: support C++ testcases
2015-01-07 David Malcolmjit.exp: Don't drop the extension from the testcase...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-19 David MalcolmFix casting non-"int" to bool.
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 David MalcolmMove changelog entries from r218617 from gcc/ChangeLog...
2014-12-11 David MalcolmDocument gccjit::context::set_str_option
2014-12-11 Ulrich DrepperMinor interface cleanups of libgccjit
2014-12-10 David MalcolmDocument libgccjit++.h
2014-12-09 David Malcolmtoyvm.c: use correct path in debuginfo
2014-12-09 David MalcolmPR jit/63854: Document how to run the jit testsuite...
2014-12-09 David MalcolmAdd jit-tempdir.{c|h}
2014-12-09 David MalcolmFix bogus ChangeLog entry from r218521
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-08 David Malcolmlibgccjit++.h: use indentation to show inheritance
2014-12-08 David MalcolmMake jit/notes.txt better reflect current status quo
2014-12-01 David MalcolmImprovements to documentation of gcc_jit_context_release
2014-12-01 David MalcolmPR jit/64018: Add description of error-handling to...
2014-12-01 David MalcolmPR jit/64020: Fixes to handling of builtins
2014-12-01 David Malcolmjit-builtins.c: Fix segfault on unsupported 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/63854: Fix leaks in toyvm.c
2014-12-01 David MalcolmPR jit/63854: Fix leak within jit-builtins.c
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-19 David MalcolmPR jit/63854: Fix leak of worklist within jit-recording.c
2014-11-11 David MalcolmMerger of dmalcolm/jit branch from git