summaryrefslogtreecommitdiff
path: root/gcc/jit/jit-playback.h
AgeCommit message (Expand)Author
2020-03-23libgccjit: handle long literals in playback::context::new_string_literalAndreaCorallo
2020-01-01Update copyright years.Jakub Jelinek
2019-07-04introduce gcc_jit_context_new_bitfieldAndrea Corallo
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-01-03Update copyright years.Jakub Jelinek
2017-10-04jit: implement gcc_jit_context_new_rvalue_from_vectorDavid Malcolm
2017-09-27jit: implement gcc_jit_function_get_addressDavid Malcolm
2017-08-10jit: add gcc_jit_type_get_vectorDavid Malcolm
2017-04-24types.rst (gccjit::type::get_const): Remove comment.David Malcolm
2017-01-01Update copyright years.Jakub Jelinek
2016-05-20jit: implement gcc_jit_rvalue_set_bool_require_tail_callDavid Malcolm
2016-05-17jit: gcc diagnostics are jit errorsDavid Malcolm
2016-05-13jit: use FINAL and OVERRIDE throughoutDavid Malcolm
2016-01-04Update copyright years.Jakub Jelinek
2015-08-25Support embedding the driver in-process within libgccjitDavid Malcolm
2015-08-03Refactoring of timevar APIDavid Malcolm
2015-07-23jit: supply MULTILIB_DEFAULTS as arguments when invoking driverDavid Malcolm
2015-06-30jit: add switch statementsDavid Malcolm
2015-06-05Remove jit_langhook_post_compilation_parsing_cleanupsDavid Malcolm
2015-06-05Fix build of jit after debug-early mergerDavid Malcolm
2015-01-20New jit API entrypoint: gcc_jit_context_compile_to_fileDavid Malcolm
2015-01-12jit: API change to gcc_jit_context_new_globalDavid Malcolm
2015-01-09New jit API entrypoint: gcc_jit_context_new_rvalue_from_longDavid Malcolm
2015-01-08New jit API entrypoint: gcc_jit_context_set_logfileDavid Malcolm
2015-01-05Update copyright years.Jakub Jelinek
2014-12-09Add jit-tempdir.{c|h}David Malcolm
2014-12-09Guard less code with the JIT mutexDavid Malcolm
2014-12-09jit-playback.c: Move dlopen code into a new functionDavid Malcolm
2014-12-09PR jit/64166: Add API entrypoint gcc_jit_context_enable_dumpDavid Malcolm
2014-12-01PR jit/64020: Fixes to handling of builtinsDavid Malcolm
2014-12-01jit-playback: Move dso-creation into its own functionDavid Malcolm
2014-12-01jit-playback: Move argv-creation to its own functionDavid Malcolm
2014-11-19PR jit/63854: Fix leaking vec in jitDavid Malcolm
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm