aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/jit-common.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-20jit: implement gcc_jit_rvalue_set_bool_require_tail_callDavid Malcolm1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-08-25Support embedding the driver in-process within libgccjitDavid Malcolm1-0/+1
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-2/+1
2015-06-30jit: add switch statementsDavid Malcolm1-0/+2
2015-06-30PR jit/66546: Add gcc_jit_context_set_bool_allow_unreachable_blocksDavid Malcolm1-0/+10
2015-06-25alias.h (alias_set_type): Move typedef.Andrew MacLeod1-1/+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-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
2015-01-27toplev: gcc version information for jitDavid Malcolm1-0/+2
2015-01-13jit: New API entrypoint: gcc_jit_context_dump_reproducer_to_fileDavid Malcolm1-0/+2
2015-01-09Fix the jit build after header flattening of r219402David Malcolm1-0/+8
2015-01-08New jit API entrypoint: gcc_jit_context_set_logfileDavid Malcolm1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-09Add jit-tempdir.{c|h}David Malcolm1-0/+1
2014-12-01PR jit/64020: Fixes to handling of builtinsDavid Malcolm1-2/+2
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm1-0/+182