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