aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/ChangeLog
AgeCommit message (Expand)Author
2015-09-16Merge branches/gcc-5-branch rev 227732.linaro-local/gcc-5-integration-branch-newYvan Roux
2015-04-22Update ChangeLog and version files for releasegcc-5_1_0-releasegccadmin
2015-04-09PR jit/65691: Fix copy&paste error in docsdmalcolm
2015-03-13 * jit-recording.c (dump::write): Also check vasprintf return value.uros
2015-03-13jit docs: Add "Packaging notes" sectiondmalcolm
2015-03-05jit documentation fixesdmalcolm
2015-02-24[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.tschwinge
2015-02-04More fixes for update_web_docs_svn for jit docs (PR jit/64257)dmalcolm
2015-02-04jit: fix typo in docsdmalcolm
2015-02-03jit: option-loggingdmalcolm
2015-02-03PR jit/64810: driver, arm, jit: configure-time default optionsdmalcolm
2015-02-02PR jit/64810: support DImode on armdmalcolm
2015-01-27toplev: gcc version information for jitdmalcolm
2015-01-27Fix gcc_jit_context_get_last_error docsdmalcolm
2015-01-26PR jit/64708: remove libgccjit.so from COMPILERSdmalcolm
2015-01-23PR jit/64721: toplev: don't install signal-handlers when running within libgc...dmalcolm
2015-01-20New jit API entrypoint: gcc_jit_context_compile_to_filedmalcolm
2015-01-19jit: fix crash in memento_of_new_string_literal::make_debug_stringdmalcolm
2015-01-16Parallelize the jit testsuitedmalcolm
2015-01-16 * jit-builtins.h (DEF_FUNCTION_TYPE_VAR_5): Fix spelling ofjakub
2015-01-152015-01-15 Richard Sandiford <richard.sandiford@arm.com>rsandifo
2015-01-15jit: prevent ICE with type mismatch in gcc_jit_block_add_assignment_opdmalcolm
2015-01-13jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_filedmalcolm
2015-01-12libgccjit: detect various kinds of errors relating to params and localsdmalcolm
2015-01-12jit-playback.c: fix missing fclosedmalcolm
2015-01-12jit: API change to gcc_jit_context_new_globaldmalcolm
2015-01-09Fix the jit build after header flattening of r219402dmalcolm
2015-01-09New jit API entrypoint: gcc_jit_context_new_rvalue_from_longdmalcolm
2015-01-09PR jit/64206: delay cleanup of tempdir if the user has requested debuginfodmalcolm
2015-01-08libgccjit.h: Fix description of struct gcc_jit_contextdmalcolm
2015-01-08jit: New API entrypoint: gcc_jit_context_get_last_errordmalcolm
2015-01-08New jit API entrypoint: gcc_jit_context_set_logfiledmalcolm
2015-01-08jit: Add checking for dereference of void *dmalcolm
2015-01-07API extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit_unary_opdmalcolm
2015-01-07Fix typo in jit-recording.hdmalcolm
2015-01-07jit.exp: support C++ testcasesdmalcolm
2015-01-07jit.exp: Don't drop the extension from the testcase when naming executabledmalcolm
2015-01-05 Update copyright years.jakub
2014-12-19Fix casting non-"int" to bool.dmalcolm
2014-12-19Fix issue with string options and nested gcc_jit_contextsdmalcolm
2014-12-19Handle NULL in gcc_jit_context_set_str_optiondmalcolm
2014-12-11Move changelog entries from r218617 from gcc/ChangeLog to gcc/jit/ChangeLogdmalcolm
2014-12-11Document gccjit::context::set_str_optiondmalcolm
2014-12-10Document libgccjit++.hdmalcolm
2014-12-09toyvm.c: use correct path in debuginfodmalcolm
2014-12-09PR jit/63854: Document how to run the jit testsuite under valgrinddmalcolm
2014-12-09Add jit-tempdir.{c|h}dmalcolm
2014-12-09Fix bogus ChangeLog entry from r218521dmalcolm
2014-12-09Guard less code with the JIT mutexdmalcolm
2014-12-09jit-playback.c: Move dlopen code into a new functiondmalcolm