summaryrefslogtreecommitdiff
path: root/gcc/jit
Commit message (Expand)AuthorAgeFilesLines
* jit: fix build after r233218 (build_common_tree_nodes)dmalcolm2016-02-082-1/+7
* Add missing includes in JIT frontend.ibuclaw2016-01-262-0/+6
* PR jit/69144: Ensure that libgccjit's tempdir is fully cleaned-updmalcolm2016-01-197-508/+691
* Update copyright years.jakub2016-01-0464-103/+107
* adaamacleod2015-11-117-28/+9
* Move #undef DEF_BUILTIN* to builtins.defrsandifo2015-11-072-1/+4
* adaamacleod2015-10-296-34/+26
* gcc/jakub2015-10-133-0/+33
* More DEF_FUNCTION_TYPE_VAR_6/DEF_FUNCTION_TYPE_VAR_11 cleanuptschwinge2015-09-302-0/+6
* 2015-09-30 Matthias Klose <doko@ubuntu.com>doko2015-09-303-9/+14
* Support embedding the driver in-process within libgccjitdmalcolm2015-08-2514-12/+206
* jit: on OS X, add -Wl,-undefined,dynamic_lookup to driver invocationdmalcolm2015-08-142-0/+14
* Refactoring of timevar APIdmalcolm2015-08-0314-271/+1293
* jit: supply MULTILIB_DEFAULTS as arguments when invoking driverdmalcolm2015-07-235-32/+81
* jit: Add guide for submitting patches to jit docsdmalcolm2015-07-163-3/+247
* Fix double word typos.aldyh2015-07-132-2/+2
* 2015-07-09 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-094-3/+6
* PR jit/66783: improve error messagesdmalcolm2015-07-082-7/+25
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-084-8/+9
* PR jit/66783: prevent use of opaque structsdmalcolm2015-07-073-0/+29
* PR jit/66779: fix segfaultdmalcolm2015-07-072-0/+17
* PR jit/66700: set TREE_ADDRESSABLE when building an ADDR_EXPRdmalcolm2015-07-012-0/+49
* jit: document union typesdmalcolm2015-07-013-395/+511
* jit: clarify (lack of) lifetime requirements on input const char *dmalcolm2015-07-017-3/+144
* jit: add switch statementsdmalcolm2015-06-3016-337/+1950
* PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocksdmalcolm2015-06-3012-411/+683
* PR jit/66628: add gcc_jit_context_add_command_line_optiondmalcolm2015-06-3013-394/+901
* fixes to gcc_jit_context_dump_reproducer_to_filedmalcolm2015-06-302-6/+19
* jit: fix some .rst issues in docsdmalcolm2015-06-304-53/+61
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-253-4/+5
* Fix changelog mistakeamacleod2015-06-251-0/+4
* 2015-06-25 Andrew Macleod <amacleod@redhat.com>amacleod2015-06-251-1/+0
* jit: Add missing type-checking to gcc_jit_{l|r}value_access_fielddmalcolm2015-06-172-0/+24
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-174-4/+6
* PR jit/66539: Add parentheses as needed to gcc_jit_object_get_debug_stringdmalcolm2015-06-163-20/+225
* 2015-06-09 Matthias Klose <doko@ubuntu.com>doko2015-06-092-2/+6
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-084-3/+6
* Remove jit_langhook_post_compilation_parsing_cleanupsdmalcolm2015-06-054-34/+13
* Fix build of jit after debug-early mergerdmalcolm2015-06-054-35/+27
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-044-9/+6
* Unbreak the JIT after conversion of md_asm_adjust to use vec<>dmalcolm2015-05-122-0/+5
* ada/wilson2015-04-272-0/+9
* PR jit/65691: Fix copy&paste error in docsdmalcolm2015-04-094-5/+14
* * jit-recording.c (dump::write): Also check vasprintf return value.uros2015-03-132-12/+21
* jit docs: Add "Packaging notes" sectiondmalcolm2015-03-133-6/+123
* jit documentation fixesdmalcolm2015-03-057-358/+398
* [PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.tschwinge2015-02-243-30/+48
* More fixes for update_web_docs_svn for jit docs (PR jit/64257)dmalcolm2015-02-042-1/+7
* jit: fix typo in docsdmalcolm2015-02-043-3/+9
* jit: option-loggingdmalcolm2015-02-036-2/+137