aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/docs
AgeCommit message (Expand)AuthorFilesLines
2017-08-10jit: add gcc_jit_type_get_vectorDavid Malcolm4-461/+614
2017-04-24types.rst (gccjit::type::get_const): Remove comment.David Malcolm4-451/+575
2017-01-01Update copyright years.Jakub Jelinek42-80/+80
2016-05-20jit: implement gcc_jit_rvalue_set_bool_require_tail_callDavid Malcolm2-0/+31
2016-05-17jit: document gcc_jit_context_new_call_through_ptrDavid Malcolm2-374/+405
2016-01-19PR jit/69144: Ensure that libgccjit's tempdir is fully cleaned-upDavid Malcolm3-500/+618
2016-01-04Update copyright years.Jakub Jelinek42-80/+80
2015-08-25Support embedding the driver in-process within libgccjitDavid Malcolm4-2/+51
2015-08-03Refactoring of timevar APIDavid Malcolm5-268/+889
2015-07-23jit: supply MULTILIB_DEFAULTS as arguments when invoking driverDavid Malcolm2-29/+25
2015-07-16jit: Add guide for submitting patches to jit docsDavid Malcolm2-3/+240
2015-07-01jit: document union typesDavid Malcolm2-395/+505
2015-07-01jit: clarify (lack of) lifetime requirements on input const char *David Malcolm6-3/+127
2015-06-30jit: add switch statementsDavid Malcolm6-278/+878
2015-06-30PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocksDavid Malcolm4-410/+520
2015-06-30PR jit/66628: add gcc_jit_context_add_command_line_optionDavid Malcolm5-393/+753
2015-06-30jit: fix some .rst issues in docsDavid Malcolm3-53/+55
2015-04-09PR jit/65691: Fix copy&paste error in docsDavid Malcolm3-5/+5
2015-03-13jit docs: Add "Packaging notes" sectionDavid Malcolm2-6/+118
2015-03-05jit documentation fixesDavid Malcolm6-358/+383
2015-02-04More fixes for update_web_docs_svn for jit docs (PR jit/64257)David Malcolm1-1/+1
2015-02-04jit: fix typo in docsDavid Malcolm2-3/+3
2015-02-03jit: option-loggingDavid Malcolm2-0/+34
2015-02-03PR jit/64810: driver, arm, jit: configure-time default optionsDavid Malcolm2-5/+15
2015-01-27toplev: gcc version information for jitDavid Malcolm2-1/+5
2015-01-27Fix gcc_jit_context_get_last_error docsDavid Malcolm3-9/+9
2015-01-20New jit API entrypoint: gcc_jit_context_compile_to_fileDavid Malcolm11-538/+2392
2015-01-152015-01-15 Richard Sandiford <richard.sandiford@arm.com>Richard Sandiford39-74/+74
2015-01-13jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_fileDavid Malcolm4-386/+481
2015-01-12jit: API change to gcc_jit_context_new_globalDavid Malcolm4-283/+454
2015-01-09New jit API entrypoint: gcc_jit_context_new_rvalue_from_longDavid Malcolm3-331/+362
2015-01-09PR jit/64206: delay cleanup of tempdir if the user has requested debuginfoDavid Malcolm2-6/+37
2015-01-08jit: New API entrypoint: gcc_jit_context_get_last_errorDavid Malcolm2-383/+417
2015-01-08New jit API entrypoint: gcc_jit_context_set_logfileDavid Malcolm4-373/+753
2015-01-07API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_opDavid Malcolm2-309/+343
2015-01-07jit.exp: support C++ testcasesDavid Malcolm2-5/+25
2015-01-07jit.exp: Don't drop the extension from the testcase when naming executableDavid Malcolm2-15/+15
2014-12-11Document gccjit::context::set_str_optionDavid Malcolm2-148/+174
2014-12-10Document libgccjit++.hDavid Malcolm24-35/+10135
2014-12-09toyvm.c: use correct path in debuginfoDavid Malcolm1-8/+23
2014-12-09PR jit/63854: Document how to run the jit testsuite under valgrindDavid Malcolm2-10/+112
2014-12-09PR jit/64166: Add API entrypoint gcc_jit_context_enable_dumpDavid Malcolm2-146/+277
2014-12-01Improvements to documentation of gcc_jit_context_releaseDavid Malcolm5-12/+110
2014-12-01PR jit/64018: Add description of error-handling to the JIT tutorialDavid Malcolm3-253/+364
2014-12-01PR jit/64020: Fixes to handling of builtinsDavid Malcolm2-195/+404
2014-12-01PR jit/63854: Fix leaks in toyvm.cDavid Malcolm2-10/+55
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm30-0/+12169