aarch64 - Set the mode for the unspec in speculation_tracker insn.
[platform/upstream/linaro-gcc.git] / gcc / jit /
2017-01-09 Yvan RouxMerge branches/gcc-6-branch rev 244220.
2016-08-22 Yvan RouxMerge branches/gcc-6-branch rev 239654.
2016-04-27 gccadminUpdate ChangeLog and version files for release
2016-02-08 dmalcolmjit: fix build after r233218 (build_common_tree_nodes)
2016-01-26 ibuclawAdd missing includes in JIT frontend.
2016-01-19 dmalcolmPR jit/69144: Ensure that libgccjit's tempdir is fully...
2016-01-04 jakub Update copyright years.
2015-11-11 amacleodada
2015-11-07 rsandifoMove #undef DEF_BUILTIN* to builtins.def
2015-10-29 amacleodada
2015-10-13 jakubgcc/
2015-09-30 tschwingeMore DEF_FUNCTION_TYPE_VAR_6/DEF_FUNCTION_TYPE_VAR_11...
2015-09-30 doko2015-09-30 Matthias Klose <doko@ubuntu.com>
2015-08-25 dmalcolmSupport embedding the driver in-process within libgccjit
2015-08-14 dmalcolmjit: on OS X, add -Wl,-undefined,dynamic_lookup to...
2015-08-03 dmalcolmRefactoring of timevar API
2015-07-23 dmalcolmjit: supply MULTILIB_DEFAULTS as arguments when invokin...
2015-07-16 dmalcolmjit: Add guide for submitting patches to jit docs
2015-07-13 aldyhFix double word typos.
2015-07-09 amacleod2015-07-09 Andrew MacLeod <amacleod@redhat.com>
2015-07-08 dmalcolmPR jit/66783: improve error messages
2015-07-08 amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-07-07 dmalcolmPR jit/66783: prevent use of opaque structs
2015-07-07 dmalcolmPR jit/66779: fix segfault
2015-07-01 dmalcolmPR jit/66700: set TREE_ADDRESSABLE when building an...
2015-07-01 dmalcolmjit: document union types
2015-07-01 dmalcolmjit: clarify (lack of) lifetime requirements on input...
2015-06-30 dmalcolmjit: add switch statements
2015-06-30 dmalcolmPR jit/66546: Add gcc_jit_context_set_bool_allow_unreac...
2015-06-30 dmalcolmPR jit/66628: add gcc_jit_context_add_command_line_option
2015-06-30 dmalcolmfixes to gcc_jit_context_dump_reproducer_to_file
2015-06-30 dmalcolmjit: fix some .rst issues in docs
2015-06-25 amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
2015-06-25 amacleodFix changelog mistake
2015-06-25 amacleod2015-06-25 Andrew Macleod <amacleod@redhat.com>
2015-06-17 dmalcolmjit: Add missing type-checking to gcc_jit_{l|r}value_ac...
2015-06-17 amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-16 dmalcolmPR jit/66539: Add parentheses as needed to gcc_jit_obje...
2015-06-09 doko2015-06-09 Matthias Klose <doko@ubuntu.com>
2015-06-08 amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-05 dmalcolmRemove jit_langhook_post_compilation_parsing_cleanups
2015-06-05 dmalcolmFix build of jit after debug-early merger
2015-06-04 amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-05-12 dmalcolmUnbreak the JIT after conversion of md_asm_adjust to...
2015-04-27 wilsonada/
2015-04-09 dmalcolmPR jit/65691: Fix copy&paste error in docs
2015-03-13 uros * jit-recording.c (dump::write): Also check vasprintf...
2015-03-13 dmalcolmjit docs: Add "Packaging notes" section
2015-03-05 dmalcolmjit documentation fixes
2015-02-24 tschwinge[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable...
2015-02-04 dmalcolmMore fixes for update_web_docs_svn for jit docs (PR...
2015-02-04 dmalcolmjit: fix typo in docs
2015-02-03 dmalcolmjit: option-logging
2015-02-03 dmalcolmPR jit/64810: driver, arm, jit: configure-time default...
2015-02-02 dmalcolmPR jit/64810: support DImode on arm
2015-01-27 dmalcolmtoplev: gcc version information for jit
2015-01-27 dmalcolmFix gcc_jit_context_get_last_error docs
2015-01-26 dmalcolmPR jit/64708: remove libgccjit.so from COMPILERS
2015-01-23 dmalcolmPR jit/64721: toplev: don't install signal-handlers...
2015-01-20 dmalcolmNew jit API entrypoint: gcc_jit_context_compile_to_file
2015-01-19 dmalcolmjit: fix crash in memento_of_new_string_literal::make_d...
2015-01-16 dmalcolmParallelize the jit testsuite
2015-01-16 jakub * jit-builtins.h (DEF_FUNCTION_TYPE_VAR_5): Fix spelli...
2015-01-15 rsandifo2015-01-15 Richard Sandiford <richard.sandiford@arm...
2015-01-15 dmalcolmjit: prevent ICE with type mismatch in gcc_jit_block_ad...
2015-01-13 dmalcolmjit: New API entrypoint: gcc_jit_context_dump_reproduce...
2015-01-12 dmalcolmlibgccjit: detect various kinds of errors relating...
2015-01-12 dmalcolmjit-playback.c: fix missing fclose
2015-01-12 dmalcolmjit: API change to gcc_jit_context_new_global
2015-01-09 dmalcolmFix the jit build after header flattening of r219402
2015-01-09 dmalcolmNew jit API entrypoint: gcc_jit_context_new_rvalue_from...
2015-01-09 dmalcolmPR jit/64206: delay cleanup of tempdir if the user...
2015-01-08 dmalcolmlibgccjit.h: Fix description of struct gcc_jit_context
2015-01-08 dmalcolmjit: New API entrypoint: gcc_jit_context_get_last_error
2015-01-08 dmalcolmNew jit API entrypoint: gcc_jit_context_set_logfile
2015-01-08 dmalcolmjit: Add checking for dereference of void *
2015-01-07 dmalcolmAPI extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit...
2015-01-07 dmalcolmFix typo in jit-recording.h
2015-01-07 dmalcolmjit.exp: support C++ testcases
2015-01-07 dmalcolmjit.exp: Don't drop the extension from the testcase...
2015-01-05 jakub Update copyright years.
2014-12-19 dmalcolmFix casting non-"int" to bool.
2014-12-19 dmalcolmFix issue with string options and nested gcc_jit_contexts
2014-12-19 dmalcolmHandle NULL in gcc_jit_context_set_str_option
2014-12-11 dmalcolmMove changelog entries from r218617 from gcc/ChangeLog...
2014-12-11 dmalcolmDocument gccjit::context::set_str_option
2014-12-11 drepper Minor interface cleanups of libgccjit
2014-12-10 dmalcolmDocument libgccjit++.h
2014-12-09 dmalcolmtoyvm.c: use correct path in debuginfo
2014-12-09 dmalcolmPR jit/63854: Document how to run the jit testsuite...
2014-12-09 dmalcolmAdd jit-tempdir.{c|h}
2014-12-09 dmalcolmFix bogus ChangeLog entry from r218521
2014-12-09 dmalcolmGuard less code with the JIT mutex
2014-12-09 dmalcolmjit-playback.c: Move dlopen code into a new function
2014-12-09 dmalcolmPR jit/64166: Add API entrypoint gcc_jit_context_enable...
2014-12-08 dmalcolmlibgccjit++.h: use indentation to show inheritance
2014-12-08 dmalcolmMake jit/notes.txt better reflect current status quo
2014-12-01 dmalcolmImprovements to documentation of gcc_jit_context_release
2014-12-01 dmalcolmPR jit/64018: Add description of error-handling to...
2014-12-01 dmalcolmPR jit/64020: Fixes to handling of builtins
next