aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/jit-builtins.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-9/+5
2017-09-14Fix crash accessing builtins in sanitizer.def and after (PR jit/82174)David Malcolm1-1/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-2/+0
2015-11-07Move #undef DEF_BUILTIN* to builtins.defRichard Sandiford1-1/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+2
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-0/+17
2015-09-302015-09-30 Matthias Klose <doko@ubuntu.com>Matthias Klose1-6/+5
2015-05-12Unbreak the JIT after conversion of md_asm_adjust to use vec<>David Malcolm1-0/+1
2015-02-24[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.Thomas Schwinge1-19/+25
2015-01-16jit-builtins.h (DEF_FUNCTION_TYPE_VAR_5): Fix spelling of last argument.Jakub Jelinek1-0/+11
2015-01-09Fix the jit build after header flattening of r219402David Malcolm1-2/+0
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01PR jit/64020: Fixes to handling of builtinsDavid Malcolm1-37/+172
2014-12-01jit-builtins.c: Fix segfault on unsupported builtinsDavid Malcolm1-3/+10
2014-12-01PR jit/63854: Fix leak within jit-builtins.cDavid Malcolm1-5/+4
2014-11-11Merger of dmalcolm/jit branch from gitDavid Malcolm1-0/+424