aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/jit-playback.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-19PR jit/63854: Fix leaking vec in jitDavid Malcolm1-12/+61
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm1-0/+2100