summaryrefslogtreecommitdiff
path: root/gcc/jit/docs
Commit message (Expand)AuthorAgeFilesLines
* PR jit/65691: Fix copy&paste error in docsdmalcolm2015-04-093-5/+5
* jit docs: Add "Packaging notes" sectiondmalcolm2015-03-132-6/+118
* jit documentation fixesdmalcolm2015-03-056-358/+383
* More fixes for update_web_docs_svn for jit docs (PR jit/64257)dmalcolm2015-02-041-1/+1
* jit: fix typo in docsdmalcolm2015-02-042-3/+3
* jit: option-loggingdmalcolm2015-02-032-0/+34
* PR jit/64810: driver, arm, jit: configure-time default optionsdmalcolm2015-02-032-5/+15
* toplev: gcc version information for jitdmalcolm2015-01-272-1/+5
* Fix gcc_jit_context_get_last_error docsdmalcolm2015-01-273-9/+9
* New jit API entrypoint: gcc_jit_context_compile_to_filedmalcolm2015-01-2011-538/+2392
* 2015-01-15 Richard Sandiford <richard.sandiford@arm.com>rsandifo2015-01-1539-74/+74
* jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_filedmalcolm2015-01-134-386/+481
* jit: API change to gcc_jit_context_new_globaldmalcolm2015-01-124-283/+454
* New jit API entrypoint: gcc_jit_context_new_rvalue_from_longdmalcolm2015-01-093-331/+362
* PR jit/64206: delay cleanup of tempdir if the user has requested debuginfodmalcolm2015-01-092-6/+37
* jit: New API entrypoint: gcc_jit_context_get_last_errordmalcolm2015-01-082-383/+417
* New jit API entrypoint: gcc_jit_context_set_logfiledmalcolm2015-01-084-373/+753
* API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_opdmalcolm2015-01-072-309/+343
* jit.exp: support C++ testcasesdmalcolm2015-01-072-5/+25
* jit.exp: Don't drop the extension from the testcase when naming executabledmalcolm2015-01-072-15/+15
* Document gccjit::context::set_str_optiondmalcolm2014-12-112-148/+174
* Document libgccjit++.hdmalcolm2014-12-1024-35/+10135
* toyvm.c: use correct path in debuginfodmalcolm2014-12-091-8/+23
* PR jit/63854: Document how to run the jit testsuite under valgrinddmalcolm2014-12-092-10/+112
* PR jit/64166: Add API entrypoint gcc_jit_context_enable_dumpdmalcolm2014-12-092-146/+277
* Improvements to documentation of gcc_jit_context_releasedmalcolm2014-12-015-12/+110
* PR jit/64018: Add description of error-handling to the JIT tutorialdmalcolm2014-12-013-253/+364
* PR jit/64020: Fixes to handling of builtinsdmalcolm2014-12-012-195/+404
* PR jit/63854: Fix leaks in toyvm.cdmalcolm2014-12-012-10/+55
* Merger of dmalcolm/jit branch from gitdmalcolm2014-11-1130-0/+12169