summaryrefslogtreecommitdiff
path: root/gcc/jit/jit-playback.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2016-01-041-1/+1
* Support embedding the driver in-process within libgccjitdmalcolm2015-08-251-0/+14
* Refactoring of timevar APIdmalcolm2015-08-031-0/+2
* jit: supply MULTILIB_DEFAULTS as arguments when invoking driverdmalcolm2015-07-231-0/+3
* jit: add switch statementsdmalcolm2015-06-301-0/+21
* Remove jit_langhook_post_compilation_parsing_cleanupsdmalcolm2015-06-051-2/+0
* Fix build of jit after debug-early mergerdmalcolm2015-06-051-3/+1
* New jit API entrypoint: gcc_jit_context_compile_to_filedmalcolm2015-01-201-1/+53
* jit: API change to gcc_jit_context_new_globaldmalcolm2015-01-121-0/+6
* New jit API entrypoint: gcc_jit_context_new_rvalue_from_longdmalcolm2015-01-091-10/+3
* New jit API entrypoint: gcc_jit_context_set_logfiledmalcolm2015-01-081-1/+1
* Update copyright years.jakub2015-01-051-1/+1
* Add jit-tempdir.{c|h}dmalcolm2014-12-091-10/+5
* Guard less code with the JIT mutexdmalcolm2014-12-091-0/+3
* jit-playback.c: Move dlopen code into a new functiondmalcolm2014-12-091-0/+3
* PR jit/64166: Add API entrypoint gcc_jit_context_enable_dumpdmalcolm2014-12-091-2/+10
* PR jit/64020: Fixes to handling of builtinsdmalcolm2014-12-011-0/+5
* jit-playback: Move dso-creation into its own functiondmalcolm2014-12-011-0/+3
* jit-playback: Move argv-creation to its own functiondmalcolm2014-12-011-0/+8
* PR jit/63854: Fix leaking vec in jitdmalcolm2014-11-191-9/+18
* Merger of dmalcolm/jit branch from gitdmalcolm2014-11-111-0/+564