aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/dummy-frontend.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-18jit: fix segfault with autovectorization (PR tree-optimization/46805)David Malcolm1-0/+11
2017-07-05Remove enum before machine_modeRichard Sandiford1-1/+1
2017-01-19Make LTO's implementation of LANG_HOOKS_TYPE_FOR_SIZE the defaultDavid Malcolm1-52/+0
2017-01-18Implement LANG_HOOKS_TYPE_FOR_SIZE for jitDavid Malcolm1-4/+45
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-17jit: gcc diagnostics are jit errorsDavid Malcolm1-0/+34
2016-02-08jit: fix build after r233218 (build_common_tree_nodes)David Malcolm1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-10/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-10/+6
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-3/+1
2015-07-07PR jit/66779: fix segfaultDavid Malcolm1-0/+11
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-06-05Remove jit_langhook_post_compilation_parsing_cleanupsDavid Malcolm1-14/+0
2015-06-05Fix build of jit after debug-early mergerDavid Malcolm1-9/+5
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-02-02PR jit/64810: support DImode on armDavid Malcolm1-0/+3
2015-01-12jit: API change to gcc_jit_context_new_globalDavid Malcolm1-2/+7
2015-01-09Fix the jit build after header flattening of r219402David Malcolm1-1/+6
2015-01-08New jit API entrypoint: gcc_jit_context_set_logfileDavid Malcolm1-0/+7
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm1-0/+252