aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit
AgeCommit message (Expand)AuthorFilesLines
2015-01-09Fix the jit build after header flattening of r219402David Malcolm6-6/+46
2015-01-09New jit API entrypoint: gcc_jit_context_new_rvalue_from_longDavid Malcolm12-505/+637
2015-01-09PR jit/64206: delay cleanup of tempdir if the user has requested debuginfoDavid Malcolm10-21/+165
2015-01-08libgccjit.h: Fix description of struct gcc_jit_contextDavid Malcolm2-8/+16
2015-01-08jit: New API entrypoint: gcc_jit_context_get_last_errorDavid Malcolm8-386/+494
2015-01-08New jit API entrypoint: gcc_jit_context_set_logfileDavid Malcolm20-400/+1472
2015-01-08jit: Add checking for dereference of void *David Malcolm3-0/+18
2015-01-07API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_opDavid Malcolm7-311/+368
2015-01-07Fix typo in jit-recording.hDavid Malcolm2-1/+6
2015-01-07jit.exp: support C++ testcasesDavid Malcolm4-7/+33
2015-01-07jit.exp: Don't drop the extension from the testcase when naming executableDavid Malcolm3-15/+21
2015-01-05Update copyright years.Jakub Jelinek19-19/+23
2014-12-19Fix casting non-"int" to bool.David Malcolm2-1/+8
2014-12-19Fix issue with string options and nested gcc_jit_contextsDavid Malcolm2-5/+14
2014-12-19Handle NULL in gcc_jit_context_set_str_optionDavid Malcolm2-1/+6
2014-12-11Move changelog entries from r218617 from gcc/ChangeLog to gcc/jit/ChangeLogDavid Malcolm1-0/+18
2014-12-11Document gccjit::context::set_str_optionDavid Malcolm3-148/+180
2014-12-11Minor interface cleanups of libgccjitUlrich Drepper5-45/+61
2014-12-10Document libgccjit++.hDavid Malcolm25-35/+10164
2014-12-09toyvm.c: use correct path in debuginfoDavid Malcolm2-8/+34
2014-12-09PR jit/63854: Document how to run the jit testsuite under valgrindDavid Malcolm3-10/+119
2014-12-09Add jit-tempdir.{c|h}David Malcolm7-83/+292
2014-12-09Fix bogus ChangeLog entry from r218521David Malcolm1-0/+42
2014-12-09Guard less code with the JIT mutexDavid Malcolm5-22/+68
2014-12-09jit-playback.c: Move dlopen code into a new functionDavid Malcolm3-19/+41
2014-12-09PR jit/64166: Add API entrypoint gcc_jit_context_enable_dumpDavid Malcolm9-153/+527
2014-12-08libgccjit++.h: use indentation to show inheritanceDavid Malcolm2-9/+17
2014-12-08Make jit/notes.txt better reflect current status quoDavid Malcolm2-4/+43
2014-12-01Improvements to documentation of gcc_jit_context_releaseDavid Malcolm6-12/+126
2014-12-01PR jit/64018: Add description of error-handling to the JIT tutorialDavid Malcolm4-253/+373
2014-12-01PR jit/64020: Fixes to handling of builtinsDavid Malcolm11-254/+822
2014-12-01jit-builtins.c: Fix segfault on unsupported builtinsDavid Malcolm2-3/+18
2014-12-01jit-playback: Move dso-creation into its own functionDavid Malcolm3-71/+90
2014-12-01jit-playback: Move argv-creation to its own functionDavid Malcolm3-71/+95
2014-12-01Move gcc_jit_result implementation to a new files jit-result.{h|c}David Malcolm7-60/+146
2014-12-01PR jit/63854: Fix leaks in toyvm.cDavid Malcolm3-10/+72
2014-12-01PR jit/63854: Fix leak within jit-builtins.cDavid Malcolm4-12/+51
2014-12-01PR jit/63969: Fix segfault in error-handling when driver isn't foundDavid Malcolm2-2/+12
2014-11-19PR jit/63854: Fix leaking vec in jitDavid Malcolm5-42/+168
2014-11-19PR jit/63854: Fix leak of worklist within jit-recording.cDavid Malcolm2-2/+7
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm48-0/+29663