aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/jit-recording.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-04jit: implement gcc_jit_context_new_rvalue_from_vectorDavid Malcolm1-35/+172
2017-09-28jit: handle equality of function pointer typesDavid Malcolm1-0/+47
2017-09-27jit: implement gcc_jit_function_get_addressDavid Malcolm1-1/+76
2017-08-18jit: make simpler reproducersDavid Malcolm1-12/+50
2017-08-10jit: add gcc_jit_type_get_vectorDavid Malcolm1-1/+55
2017-04-24types.rst (gccjit::type::get_const): Remove comment.David Malcolm1-0/+52
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-20jit: implement gcc_jit_rvalue_set_bool_require_tail_callDavid Malcolm1-14/+46
2016-05-13jit: use FINAL and OVERRIDE throughoutDavid Malcolm1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+2
2015-08-25Support embedding the driver in-process within libgccjitDavid Malcolm1-1/+2
2015-08-03Refactoring of timevar APIDavid Malcolm1-0/+2
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-06-30jit: add switch statementsDavid Malcolm1-50/+272
2015-06-30PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocksDavid Malcolm1-1/+41
2015-06-30PR jit/66628: add gcc_jit_context_add_command_line_optionDavid Malcolm1-0/+42
2015-06-30fixes to gcc_jit_context_dump_reproducer_to_fileDavid Malcolm1-6/+12
2015-06-16PR jit/66539: Add parentheses as needed to gcc_jit_object_get_debug_stringDavid Malcolm1-19/+131
2015-03-13jit-recording.c (dump::write): Also check vasprintf return value.Uros Bizjak1-12/+15
2015-02-03jit: option-loggingDavid Malcolm1-0/+73
2015-01-27toplev: gcc version information for jitDavid Malcolm1-1/+4
2015-01-20New jit API entrypoint: gcc_jit_context_compile_to_fileDavid Malcolm1-6/+34
2015-01-19jit: fix crash in memento_of_new_string_literal::make_debug_stringDavid Malcolm1-0/+1
2015-01-13jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_fileDavid Malcolm1-10/+1452
2015-01-12libgccjit: detect various kinds of errors relating to params and localsDavid Malcolm1-20/+275
2015-01-12jit: API change to gcc_jit_context_new_globalDavid Malcolm1-2/+62
2015-01-09Fix the jit build after header flattening of r219402David Malcolm1-2/+0
2015-01-09New jit API entrypoint: gcc_jit_context_new_rvalue_from_longDavid Malcolm1-89/+62
2015-01-08jit: New API entrypoint: gcc_jit_context_get_last_errorDavid Malcolm1-3/+24
2015-01-08New jit API entrypoint: gcc_jit_context_set_logfileDavid Malcolm1-1/+15
2015-01-07API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_opDavid Malcolm1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-19Fix issue with string options and nested gcc_jit_contextsDavid Malcolm1-5/+8
2014-12-19Handle NULL in gcc_jit_context_set_str_optionDavid Malcolm1-1/+1
2014-12-11Minor interface cleanups of libgccjitUlrich Drepper1-11/+15
2014-12-09Guard less code with the JIT mutexDavid Malcolm1-15/+1
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-4/+44
2014-12-01PR jit/63854: Fix leak within jit-builtins.cDavid Malcolm1-7/+26
2014-11-19PR jit/63854: Fix leaking vec in jitDavid Malcolm1-8/+8
2014-11-19PR jit/63854: Fix leak of worklist within jit-recording.cDavid Malcolm1-2/+1
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm1-0/+3434