aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit
AgeCommit message (Expand)AuthorFilesLines
2015-06-05Fix build of jit after debug-early mergerDavid Malcolm4-35/+27
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod4-9/+6
2015-05-12Unbreak the JIT after conversion of md_asm_adjust to use vec<>David Malcolm2-0/+5
2015-04-27Makefile-lan.in (ada.mostlyclean): Remove gnatbind and gnat1.Jim Wilson2-0/+9
2015-04-09PR jit/65691: Fix copy&paste error in docsDavid Malcolm4-5/+14
2015-03-13jit-recording.c (dump::write): Also check vasprintf return value.Uros Bizjak2-12/+21
2015-03-13jit docs: Add "Packaging notes" sectionDavid Malcolm3-6/+123
2015-03-05jit documentation fixesDavid Malcolm7-358/+398
2015-02-24[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.Thomas Schwinge3-30/+48
2015-02-04More fixes for update_web_docs_svn for jit docs (PR jit/64257)David Malcolm2-1/+7
2015-02-04jit: fix typo in docsDavid Malcolm3-3/+9
2015-02-03jit: option-loggingDavid Malcolm6-2/+137
2015-02-03PR jit/64810: driver, arm, jit: configure-time default optionsDavid Malcolm6-11/+155
2015-02-02PR jit/64810: support DImode on armDavid Malcolm2-0/+9
2015-01-27toplev: gcc version information for jitDavid Malcolm6-2/+26
2015-01-27Fix gcc_jit_context_get_last_error docsDavid Malcolm5-14/+25
2015-01-26PR jit/64708: remove libgccjit.so from COMPILERSDavid Malcolm2-1/+6
2015-01-23PR jit/64721: toplev: don't install signal-handlers when running within libgc...David Malcolm2-1/+8
2015-01-20New jit API entrypoint: gcc_jit_context_compile_to_fileDavid Malcolm21-581/+2942
2015-01-19jit: fix crash in memento_of_new_string_literal::make_debug_stringDavid Malcolm2-0/+7
2015-01-16Parallelize the jit testsuiteDavid Malcolm2-0/+10
2015-01-16jit-builtins.h (DEF_FUNCTION_TYPE_VAR_5): Fix spelling of last argument.Jakub Jelinek3-1/+28
2015-01-152015-01-15 Richard Sandiford <richard.sandiford@arm.com>Richard Sandiford40-74/+78
2015-01-15jit: prevent ICE with type mismatch in gcc_jit_block_add_assignment_opDavid Malcolm2-0/+15
2015-01-13jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_fileDavid Malcolm12-402/+2224
2015-01-12libgccjit: detect various kinds of errors relating to params and localsDavid Malcolm4-41/+520
2015-01-12jit-playback.c: fix missing fcloseDavid Malcolm2-0/+6
2015-01-12jit: API change to gcc_jit_context_new_globalDavid Malcolm16-292/+734
2015-01-09Fix the jit build after header flattening of r219402David Malcolm6-6/+46
2015-01-09New jit API entrypoint: gcc_jit_context_new_rvalue_from_longDavid Malcolm12-505/+637
2015-01-09PR jit/64206: delay cleanup of tempdir if the user has requested debuginfoDavid Malcolm10-21/+165
2015-01-08libgccjit.h: Fix description of struct gcc_jit_contextDavid Malcolm2-8/+16
2015-01-08jit: New API entrypoint: gcc_jit_context_get_last_errorDavid Malcolm8-386/+494
2015-01-08New jit API entrypoint: gcc_jit_context_set_logfileDavid Malcolm20-400/+1472
2015-01-08jit: Add checking for dereference of void *David Malcolm3-0/+18
2015-01-07API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_opDavid Malcolm7-311/+368
2015-01-07Fix typo in jit-recording.hDavid Malcolm2-1/+6
2015-01-07jit.exp: support C++ testcasesDavid Malcolm4-7/+33
2015-01-07jit.exp: Don't drop the extension from the testcase when naming executableDavid Malcolm3-15/+21
2015-01-05Update copyright years.Jakub Jelinek19-19/+23
2014-12-19Fix casting non-"int" to bool.David Malcolm2-1/+8
2014-12-19Fix issue with string options and nested gcc_jit_contextsDavid Malcolm2-5/+14
2014-12-19Handle NULL in gcc_jit_context_set_str_optionDavid Malcolm2-1/+6
2014-12-11Move changelog entries from r218617 from gcc/ChangeLog to gcc/jit/ChangeLogDavid Malcolm1-0/+18
2014-12-11Document gccjit::context::set_str_optionDavid Malcolm3-148/+180
2014-12-11Minor interface cleanups of libgccjitUlrich Drepper5-45/+61
2014-12-10Document libgccjit++.hDavid Malcolm25-35/+10164
2014-12-09toyvm.c: use correct path in debuginfoDavid Malcolm2-8/+34
2014-12-09PR jit/63854: Document how to run the jit testsuite under valgrindDavid Malcolm3-10/+119
2014-12-09Add jit-tempdir.{c|h}David Malcolm7-83/+292