aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/docs/topics
AgeCommit message (Expand)AuthorFilesLines
2015-07-01jit: document union typesDavid Malcolm1-0/+19
2015-07-01jit: clarify (lack of) lifetime requirements on input const char *David Malcolm5-1/+60
2015-06-30jit: add switch statementsDavid Malcolm3-2/+109
2015-06-30PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocksDavid Malcolm2-2/+34
2015-06-30PR jit/66628: add gcc_jit_context_add_command_line_optionDavid Malcolm3-0/+127
2015-04-09PR jit/65691: Fix copy&paste error in docsDavid Malcolm1-1/+1
2015-03-05jit documentation fixesDavid Malcolm3-3/+3
2015-02-04jit: fix typo in docsDavid Malcolm1-1/+1
2015-01-27Fix gcc_jit_context_get_last_error docsDavid Malcolm2-4/+4
2015-01-20New jit API entrypoint: gcc_jit_context_compile_to_fileDavid Malcolm2-6/+78
2015-01-152015-01-15 Richard Sandiford <richard.sandiford@arm.com>Richard Sandiford8-8/+8
2015-01-13jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_fileDavid Malcolm1-0/+24
2015-01-12jit: API change to gcc_jit_context_new_globalDavid Malcolm2-5/+78
2015-01-09New jit API entrypoint: gcc_jit_context_new_rvalue_from_longDavid Malcolm1-2/+10
2015-01-08jit: New API entrypoint: gcc_jit_context_get_last_errorDavid Malcolm1-1/+17
2015-01-08New jit API entrypoint: gcc_jit_context_set_logfileDavid Malcolm1-0/+50
2015-01-07API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_opDavid Malcolm1-0/+11
2014-12-10Document libgccjit++.hDavid Malcolm1-1/+1
2014-12-09PR jit/64166: Add API entrypoint gcc_jit_context_enable_dumpDavid Malcolm1-0/+47
2014-12-01Improvements to documentation of gcc_jit_context_releaseDavid Malcolm2-4/+39
2014-12-01PR jit/64018: Add description of error-handling to the JIT tutorialDavid Malcolm1-5/+17
2014-12-01PR jit/64020: Fixes to handling of builtinsDavid Malcolm1-23/+26
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm8-0/+1601