aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/jit-playback.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-09New jit API entrypoint: gcc_jit_context_new_rvalue_from_longDavid Malcolm1-10/+3
2015-01-08New jit API entrypoint: gcc_jit_context_set_logfileDavid Malcolm1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-09Add jit-tempdir.{c|h}David Malcolm1-10/+5
2014-12-09Guard less code with the JIT mutexDavid Malcolm1-0/+3
2014-12-09jit-playback.c: Move dlopen code into a new functionDavid Malcolm1-0/+3
2014-12-09PR jit/64166: Add API entrypoint gcc_jit_context_enable_dumpDavid Malcolm1-2/+10
2014-12-01PR jit/64020: Fixes to handling of builtinsDavid Malcolm1-0/+5
2014-12-01jit-playback: Move dso-creation into its own functionDavid Malcolm1-0/+3
2014-12-01jit-playback: Move argv-creation to its own functionDavid Malcolm1-0/+8
2014-11-19PR jit/63854: Fix leaking vec in jitDavid Malcolm1-9/+18
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm1-0/+564