summaryrefslogtreecommitdiff
path: root/gcc/jit/libgccjit.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2016-01-041-1/+1
* Support embedding the driver in-process within libgccjitdmalcolm2015-08-251-0/+24
* Refactoring of timevar APIdmalcolm2015-08-031-0/+84
* jit: add switch statementsdmalcolm2015-06-301-0/+82
* PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocksdmalcolm2015-06-301-0/+28
* PR jit/66628: add gcc_jit_context_add_command_line_optiondmalcolm2015-06-301-0/+23
* Fix gcc_jit_context_get_last_error docsdmalcolm2015-01-271-5/+5
* New jit API entrypoint: gcc_jit_context_compile_to_filedmalcolm2015-01-201-12/+46
* jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_filedmalcolm2015-01-131-0/+18
* jit: API change to gcc_jit_context_new_globaldmalcolm2015-01-121-0/+23
* New jit API entrypoint: gcc_jit_context_new_rvalue_from_longdmalcolm2015-01-091-0/+5
* libgccjit.h: Fix description of struct gcc_jit_contextdmalcolm2015-01-081-8/+11
* jit: New API entrypoint: gcc_jit_context_get_last_errordmalcolm2015-01-081-0/+10
* New jit API entrypoint: gcc_jit_context_set_logfiledmalcolm2015-01-081-0/+15
* API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_opdmalcolm2015-01-071-1/+7
* Update copyright years.jakub2015-01-051-1/+1
* Minor interface cleanups of libgccjitdrepper2014-12-111-12/+12
* PR jit/64166: Add API entrypoint gcc_jit_context_enable_dumpdmalcolm2014-12-091-0/+34
* PR jit/64020: Fixes to handling of builtinsdmalcolm2014-12-011-1/+7
* Merger of dmalcolm/jit branch from gitdmalcolm2014-11-111-0/+986