PR ipa/pr67600
[platform/upstream/gcc.git] / gcc / jit /
2015-10-13 Jakub Jelinekbuiltin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONG...
2015-09-30 Thomas SchwingeMore DEF_FUNCTION_TYPE_VAR_6/DEF_FUNCTION_TYPE_VAR_11...
2015-09-30 Matthias Klose2015-09-30 Matthias Klose <doko@ubuntu.com>
2015-08-25 David MalcolmSupport embedding the driver in-process within libgccjit
2015-08-14 David Malcolmjit: on OS X, add -Wl,-undefined,dynamic_lookup to...
2015-08-03 David MalcolmRefactoring of timevar API
2015-07-23 David Malcolmjit: supply MULTILIB_DEFAULTS as arguments when invokin...
2015-07-16 David Malcolmjit: Add guide for submitting patches to jit docs
2015-07-13 Aldy HernandezFix double word typos.
2015-07-09 Andrew MacLeodflags.h: Don't include flag-types.h or options.h.
2015-07-08 David MalcolmPR jit/66783: improve error messages
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-07 David MalcolmPR jit/66783: prevent use of opaque structs
2015-07-07 David MalcolmPR jit/66779: fix segfault
2015-07-01 David MalcolmPR jit/66700: set TREE_ADDRESSABLE when building an...
2015-07-01 David Malcolmjit: document union types
2015-07-01 David Malcolmjit: clarify (lack of) lifetime requirements on input...
2015-06-30 David Malcolmjit: add switch statements
2015-06-30 David MalcolmPR jit/66546: Add gcc_jit_context_set_bool_allow_unreac...
2015-06-30 David MalcolmPR jit/66628: add gcc_jit_context_add_command_line_option
2015-06-30 David Malcolmfixes to gcc_jit_context_dump_reproducer_to_file
2015-06-30 David Malcolmjit: fix some .rst issues in docs
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25 Andrew MacleodFix changelog mistake
2015-06-25 Andrew MacLeodalias.h (alias_set_type): Move typedef.
2015-06-17 David Malcolmjit: Add missing type-checking to gcc_jit_{l|r}value_ac...
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-16 David MalcolmPR jit/66539: Add parentheses as needed to gcc_jit_obje...
2015-06-09 Matthias KloseMake-lang.in (jit.install-common): Install headers...
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-05 David MalcolmRemove jit_langhook_post_compilation_parsing_cleanups
2015-06-05 David MalcolmFix build of jit after debug-early merger
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-12 David MalcolmUnbreak the JIT after conversion of md_asm_adjust to...
2015-04-27 Jim WilsonMakefile-lan.in (ada.mostlyclean): Remove gnatbind...
2015-04-09 David MalcolmPR jit/65691: Fix copy&paste error in docs
2015-03-13 Uros Bizjakjit-recording.c (dump::write): Also check vasprintf...
2015-03-13 David Malcolmjit docs: Add "Packaging notes" section
2015-03-05 David Malcolmjit documentation fixes
2015-02-24 Thomas Schwinge[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable...
2015-02-04 David MalcolmMore fixes for update_web_docs_svn for jit docs (PR...
2015-02-04 David Malcolmjit: fix typo in docs
2015-02-03 David Malcolmjit: option-logging
2015-02-03 David MalcolmPR jit/64810: driver, arm, jit: configure-time default...
2015-02-02 David MalcolmPR jit/64810: support DImode on arm
2015-01-27 David Malcolmtoplev: gcc version information for jit
2015-01-27 David MalcolmFix gcc_jit_context_get_last_error docs
2015-01-26 David MalcolmPR jit/64708: remove libgccjit.so from COMPILERS
2015-01-23 David MalcolmPR jit/64721: toplev: don't install signal-handlers...
2015-01-20 David MalcolmNew jit API entrypoint: gcc_jit_context_compile_to_file
2015-01-19 David Malcolmjit: fix crash in memento_of_new_string_literal::make_d...
2015-01-16 David MalcolmParallelize the jit testsuite
2015-01-16 Jakub Jelinekjit-builtins.h (DEF_FUNCTION_TYPE_VAR_5): Fix spelling...
2015-01-15 Richard Sandiford2015-01-15 Richard Sandiford <richard.sandiford@arm...
2015-01-15 David Malcolmjit: prevent ICE with type mismatch in gcc_jit_block_ad...
2015-01-13 David Malcolmjit: New API entrypoint: gcc_jit_context_dump_reproduce...
2015-01-12 David Malcolmlibgccjit: detect various kinds of errors relating...
2015-01-12 David Malcolmjit-playback.c: fix missing fclose
2015-01-12 David Malcolmjit: API change to gcc_jit_context_new_global
2015-01-09 David MalcolmFix the jit build after header flattening of r219402
2015-01-09 David MalcolmNew jit API entrypoint: gcc_jit_context_new_rvalue_from...
2015-01-09 David MalcolmPR jit/64206: delay cleanup of tempdir if the user...
2015-01-08 David Malcolmlibgccjit.h: Fix description of struct gcc_jit_context
2015-01-08 David Malcolmjit: New API entrypoint: gcc_jit_context_get_last_error
2015-01-08 David MalcolmNew jit API entrypoint: gcc_jit_context_set_logfile
2015-01-08 David Malcolmjit: Add checking for dereference of void *
2015-01-07 David MalcolmAPI extension: add GCC_JIT_UNARY_OP_ABS to enum gcc_jit...
2015-01-07 David MalcolmFix typo in jit-recording.h
2015-01-07 David Malcolmjit.exp: support C++ testcases
2015-01-07 David Malcolmjit.exp: Don't drop the extension from the testcase...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-19 David MalcolmFix casting non-"int" to bool.
2014-12-19 David MalcolmFix issue with string options and nested gcc_jit_contexts
2014-12-19 David MalcolmHandle NULL in gcc_jit_context_set_str_option
2014-12-11 David MalcolmMove changelog entries from r218617 from gcc/ChangeLog...
2014-12-11 David MalcolmDocument gccjit::context::set_str_option
2014-12-11 Ulrich DrepperMinor interface cleanups of libgccjit
2014-12-10 David MalcolmDocument libgccjit++.h
2014-12-09 David Malcolmtoyvm.c: use correct path in debuginfo
2014-12-09 David MalcolmPR jit/63854: Document how to run the jit testsuite...
2014-12-09 David MalcolmAdd jit-tempdir.{c|h}
2014-12-09 David MalcolmFix bogus ChangeLog entry from r218521
2014-12-09 David MalcolmGuard less code with the JIT mutex
2014-12-09 David Malcolmjit-playback.c: Move dlopen code into a new function
2014-12-09 David MalcolmPR jit/64166: Add API entrypoint gcc_jit_context_enable...
2014-12-08 David Malcolmlibgccjit++.h: use indentation to show inheritance
2014-12-08 David MalcolmMake jit/notes.txt better reflect current status quo
2014-12-01 David MalcolmImprovements to documentation of gcc_jit_context_release
2014-12-01 David MalcolmPR jit/64018: Add description of error-handling to...
2014-12-01 David MalcolmPR jit/64020: Fixes to handling of builtins
2014-12-01 David Malcolmjit-builtins.c: Fix segfault on unsupported builtins
2014-12-01 David Malcolmjit-playback: Move dso-creation into its own function
2014-12-01 David Malcolmjit-playback: Move argv-creation to its own function
2014-12-01 David MalcolmMove gcc_jit_result implementation to a new files jit...
2014-12-01 David MalcolmPR jit/63854: Fix leaks in toyvm.c
2014-12-01 David MalcolmPR jit/63854: Fix leak within jit-builtins.c
2014-12-01 David MalcolmPR jit/63969: Fix segfault in error-handling when drive...
2014-11-19 David MalcolmPR jit/63854: Fix leaking vec in jit
2014-11-19 David MalcolmPR jit/63854: Fix leak of worklist within jit-recording.c
2014-11-11 David MalcolmMerger of dmalcolm/jit branch from git