jit: fix some .rst issues in docs
[platform/upstream/gcc.git] / gcc / jit / jit-playback.c
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