aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/jit-playback.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-02libgccjit: Implement sizeof operatorAntoni Boucher1-0/+3
2024-01-12[PATCH] libgccjit: Add support for function attributes and variable attributes.Guillaume Gomez1-5/+32
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-06diagnostics: use const and references for diagnostic_infoDavid Malcolm1-1/+1
2023-11-03diagnostics: convert diagnostic_context to a classDavid Malcolm1-2/+2
2023-08-29libgccjit: add support for `restrict` attribute on function parametersGuillaume Gomez1-0/+5
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-21libgccjit: silent 2 Clang warningsMartin Liska1-2/+2
2022-12-06libgccjit: Fix float vector comparisonAntoni Boucher1-1/+1
2022-11-19jit: Use std::mutex instead of pthread_mutex_tJonathan Wakely1-2/+3
2022-05-20Use "final" and "override" directly, rather than via macrosDavid Malcolm1-6/+6
2022-04-12libgccjit: Add support for setting the alignment [PR104293]Antoni Boucher1-0/+7
2022-04-12libgccjit: Add support for register variables [PR104072]Antoni Boucher1-0/+9
2022-04-12libgccjit: Add support for bitcasts [PR104071]Antoni Boucher1-0/+5
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-14Add support for global rvalue initialization and constructorsPetter Tomner1-3/+17
2021-12-12libgccjit: Add support for setting the link section of global variables [PR10...Antoni Boucher1-0/+6
2021-12-11libgccjit: Add support for TLS variable [PR95415]Antoni Boucher1-0/+6
2021-09-11libgccjit: Generate debug info for variablesPetter Tomner1-0/+5
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-12jit: add support for inline asm [PR87291]David Malcolm1-0/+27
2020-09-11libgccjit: Add new gcc_jit_global_set_initializer entry pointAndrea Corallo1-0/+17
2020-05-27jit: use deep unsharing of trees [PR 95314]David Malcolm1-1/+6
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