aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/jit-playback.c
AgeCommit message (Expand)AuthorFilesLines
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