aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/jit-recording.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-09Fix the jit build after header flattening of r219402David Malcolm1-2/+0
2015-01-09New jit API entrypoint: gcc_jit_context_new_rvalue_from_longDavid Malcolm1-89/+62
2015-01-08jit: New API entrypoint: gcc_jit_context_get_last_errorDavid Malcolm1-3/+24
2015-01-08New jit API entrypoint: gcc_jit_context_set_logfileDavid Malcolm1-1/+15
2015-01-07API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_opDavid Malcolm1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-19Fix issue with string options and nested gcc_jit_contextsDavid Malcolm1-5/+8
2014-12-19Handle NULL in gcc_jit_context_set_str_optionDavid Malcolm1-1/+1
2014-12-11Minor interface cleanups of libgccjitUlrich Drepper1-11/+15
2014-12-09Guard less code with the JIT mutexDavid Malcolm1-15/+1
2014-12-09PR jit/64166: Add API entrypoint gcc_jit_context_enable_dumpDavid Malcolm1-0/+34
2014-12-01PR jit/64020: Fixes to handling of builtinsDavid Malcolm1-4/+44
2014-12-01PR jit/63854: Fix leak within jit-builtins.cDavid Malcolm1-7/+26
2014-11-19PR jit/63854: Fix leaking vec in jitDavid Malcolm1-8/+8
2014-11-19PR jit/63854: Fix leak of worklist within jit-recording.cDavid Malcolm1-2/+1
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm1-0/+3434