aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/libgccjit.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-31libgccjit: add new version entry pointAndreaCorallo1-0/+16
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-07-04introduce gcc_jit_context_new_bitfieldAndrea Corallo1-0/+15
2019-02-05libgccjit: introduce gcc_jit_context_add_driver_optionAndrea Corallo1-0/+22
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-04jit: implement gcc_jit_context_new_rvalue_from_vectorDavid Malcolm1-0/+17
2017-09-27jit: implement gcc_jit_function_get_addressDavid Malcolm1-0/+15
2017-08-10jit: add gcc_jit_type_get_vectorDavid Malcolm1-0/+15
2017-04-24types.rst (gccjit::type::get_const): Remove comment.David Malcolm1-0/+16
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-20jit: implement gcc_jit_rvalue_set_bool_require_tail_callDavid Malcolm1-0/+13
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-08-25Support embedding the driver in-process within libgccjitDavid Malcolm1-0/+24
2015-08-03Refactoring of timevar APIDavid Malcolm1-0/+84
2015-06-30jit: add switch statementsDavid Malcolm1-0/+82
2015-06-30PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocksDavid Malcolm1-0/+28
2015-06-30PR jit/66628: add gcc_jit_context_add_command_line_optionDavid Malcolm1-0/+23
2015-01-27Fix gcc_jit_context_get_last_error docsDavid Malcolm1-5/+5
2015-01-20New jit API entrypoint: gcc_jit_context_compile_to_fileDavid Malcolm1-12/+46
2015-01-13jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_fileDavid Malcolm1-0/+18
2015-01-12jit: API change to gcc_jit_context_new_globalDavid Malcolm1-0/+23
2015-01-09New jit API entrypoint: gcc_jit_context_new_rvalue_from_longDavid Malcolm1-0/+5
2015-01-08libgccjit.h: Fix description of struct gcc_jit_contextDavid Malcolm1-8/+11
2015-01-08jit: New API entrypoint: gcc_jit_context_get_last_errorDavid Malcolm1-0/+10
2015-01-08New jit API entrypoint: gcc_jit_context_set_logfileDavid Malcolm1-0/+15
2015-01-07API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_opDavid Malcolm1-1/+7
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-11Minor interface cleanups of libgccjitUlrich Drepper1-12/+12
2014-12-09PR jit/64166: Add API entrypoint gcc_jit_context_enable_dumpDavid Malcolm1-0/+34
2014-12-01PR jit/64020: Fixes to handling of builtinsDavid Malcolm1-1/+7
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm1-0/+986