aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/jit-playback.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-04jit: implement gcc_jit_context_new_rvalue_from_vectorDavid Malcolm1-0/+16
2017-09-27jit: implement gcc_jit_function_get_addressDavid Malcolm1-0/+14
2017-08-10jit: add gcc_jit_type_get_vectorDavid Malcolm1-0/+11
2017-04-24types.rst (gccjit::type::get_const): Remove comment.David Malcolm1-0/+15
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-20jit: implement gcc_jit_rvalue_set_bool_require_tail_callDavid Malcolm1-8/+15
2016-05-17jit: gcc diagnostics are jit errorsDavid Malcolm1-0/+38
2016-01-26Add missing includes in JIT frontend.Iain Buclaw1-0/+2
2016-01-19PR jit/69144: Ensure that libgccjit's tempdir is fully cleaned-upDavid Malcolm1-7/+17
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-7/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-15/+6
2015-08-25Support embedding the driver in-process within libgccjitDavid Malcolm1-8/+44
2015-08-14jit: on OS X, add -Wl,-undefined,dynamic_lookup to driver invocationDavid Malcolm1-0/+9
2015-08-03Refactoring of timevar APIDavid Malcolm1-3/+8
2015-07-23jit: supply MULTILIB_DEFAULTS as arguments when invoking driverDavid Malcolm1-3/+35
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-3/+1
2015-07-01PR jit/66700: set TREE_ADDRESSABLE when building an ADDR_EXPRDavid Malcolm1-0/+42
2015-06-30jit: add switch statementsDavid Malcolm1-0/+74
2015-06-30PR jit/66628: add gcc_jit_context_add_command_line_optionDavid Malcolm1-0/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-06-05Remove jit_langhook_post_compilation_parsing_cleanupsDavid Malcolm1-18/+2
2015-06-05Fix build of jit after debug-early mergerDavid Malcolm1-23/+2
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-02-03PR jit/64810: driver, arm, jit: configure-time default optionsDavid Malcolm1-4/+72
2015-01-23PR jit/64721: toplev: don't install signal-handlers when running within libgc...David Malcolm1-1/+2
2015-01-20New jit API entrypoint: gcc_jit_context_compile_to_fileDavid Malcolm1-20/+288
2015-01-12jit-playback.c: fix missing fcloseDavid Malcolm1-0/+1
2015-01-12jit: API change to gcc_jit_context_new_globalDavid Malcolm1-2/+64
2015-01-09Fix the jit build after header flattening of r219402David Malcolm1-1/+15
2015-01-09New jit API entrypoint: gcc_jit_context_new_rvalue_from_longDavid Malcolm1-15/+60
2015-01-09PR jit/64206: delay cleanup of tempdir if the user has requested debuginfoDavid Malcolm1-4/+44
2015-01-08New jit API entrypoint: gcc_jit_context_set_logfileDavid Malcolm1-2/+34
2015-01-07API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_opDavid Malcolm1-0/+4
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-19Fix casting non-"int" to bool.David Malcolm1-1/+2
2014-12-11Minor interface cleanups of libgccjitUlrich Drepper1-20/+22
2014-12-09Add jit-tempdir.{c|h}David Malcolm1-73/+45
2014-12-09Guard less code with the JIT mutexDavid Malcolm1-3/+42
2014-12-09jit-playback.c: Move dlopen code into a new functionDavid Malcolm1-19/+29
2014-12-09PR jit/64166: Add API entrypoint gcc_jit_context_enable_dumpDavid Malcolm1-5/+136
2014-12-01PR jit/64020: Fixes to handling of builtinsDavid Malcolm1-1/+29
2014-12-01jit-playback: Move dso-creation into its own functionDavid Malcolm1-71/+79
2014-12-01jit-playback: Move argv-creation to its own functionDavid Malcolm1-71/+78
2014-12-01Move gcc_jit_result implementation to a new files jit-result.{h|c}David Malcolm1-42/+1
2014-12-01PR jit/63969: Fix segfault in error-handling when driver isn't foundDavid Malcolm1-2/+7