aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/jit-playback.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-23libgccjit: handle long literals in playback::context::new_string_literalAndreaCorallo1-1/+0
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-07-04introduce gcc_jit_context_new_bitfieldAndrea Corallo1-1/+10
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-04jit: implement gcc_jit_context_new_rvalue_from_vectorDavid Malcolm1-0/+5
2017-09-27jit: implement gcc_jit_function_get_addressDavid Malcolm1-0/+3
2017-08-10jit: add gcc_jit_type_get_vectorDavid Malcolm1-0/+1
2017-04-24types.rst (gccjit::type::get_const): Remove comment.David Malcolm1-0/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-20jit: implement gcc_jit_rvalue_set_bool_require_tail_callDavid Malcolm1-3/+6
2016-05-17jit: gcc diagnostics are jit errorsDavid Malcolm1-0/+7
2016-05-13jit: use FINAL and OVERRIDE throughoutDavid Malcolm1-6/+6
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-08-25Support embedding the driver in-process within libgccjitDavid Malcolm1-0/+14
2015-08-03Refactoring of timevar APIDavid Malcolm1-0/+2
2015-07-23jit: supply MULTILIB_DEFAULTS as arguments when invoking driverDavid Malcolm1-0/+3
2015-06-30jit: add switch statementsDavid Malcolm1-0/+21
2015-06-05Remove jit_langhook_post_compilation_parsing_cleanupsDavid Malcolm1-2/+0
2015-06-05Fix build of jit after debug-early mergerDavid Malcolm1-3/+1
2015-01-20New jit API entrypoint: gcc_jit_context_compile_to_fileDavid Malcolm1-1/+53
2015-01-12jit: API change to gcc_jit_context_new_globalDavid Malcolm1-0/+6
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