aboutsummaryrefslogtreecommitdiff
path: root/gcc/internal-fn.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-09re PR tree-optimization/68786 (Aligned masked store is generated for unaligne...Jakub Jelinek1-6/+14
2015-12-02PR 68432: Add a target hook to control size/speed optab choicesRichard Sandiford1-16/+27
2015-11-23Add uaddv4_optab and usubv4_optabRichard Henderson1-84/+107
2015-11-19PR 68393: Handle SUBREG_PROMOTED_VAR_P in expand_direct_optab_fnRichard Sandiford1-7/+23
2015-11-17Vectorize internal functionsRichard Sandiford1-7/+7
2015-11-17Extend tree-call-cdce to calls whose result is usedRichard Sandiford1-0/+30
2015-11-17Short-cut generation of simple built-in functionsRichard Sandiford1-43/+51
2015-11-17Add internal math functionsRichard Sandiford1-0/+57
2015-11-17Add basic support for direct_optab internal functionsRichard Sandiford1-15/+129
2015-11-10internal-fn.c (expand_MASK_LOAD): Adjust to maskload optab changes.Ilya Enkovich1-2/+6
2015-11-07Move #undef DEF_INTERNAL_FN to internal-fn.defRichard Sandiford1-4/+0
2015-11-04internal-fn.def (GOACC_REDUCTION): New.Nathan Sidwell1-0/+8
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-6/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-13/+10
2015-10-27internal-fn.def (IFN_GOACC_DIM_SIZE, [...]): New.Nathan Sidwell1-0/+72
2015-10-27internal-fn.c (expand_UNIQUE): New.Nathan Sidwell1-0/+24
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-0/+16
2015-09-20switch from gimple to gimple*Trevor Saunders1-3/+3
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-09always define WORD_REGISTER_OPERATIONSTrevor Saunders1-6/+6
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-13/+4
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-29/+11
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-49/+48
2015-05-13re PR target/66112 (__builtin_mul_overflow for int16_t emits poor code)Jakub Jelinek1-1/+1
2015-04-17Postpone expanding va_arg until pass_stdargTom de Vries1-0/+9
2015-01-15flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR i...Jakub Jelinek1-9/+17
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-5/+17
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05re PR sanitizer/64265 (r217669 broke tsan)Jakub Jelinek1-0/+8
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-21re PR target/63848 (FAIL: c-c++-common/torture/builtin-arith-overflow-17.c ...Jakub Jelinek1-90/+100
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-24/+24
2014-11-19re PR sanitizer/63520 (ICE: in get_biv_step, at loop-iv.c:824 with -fsanitize...Jakub Jelinek1-3/+18
2014-11-12re PR c/59708 (clang-compatible checked arithmetic builtins)Jakub Jelinek1-226/+1204
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-7/+7
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+11
2014-10-10asan.c (pass_sanopt::execute): Handle IFN_UBSAN_OBJECT_SIZE.Marek Polacek1-0/+8
2014-08-22internal-fn.c: Use rtx_insn and rtx_code_labelDavid Malcolm1-15/+18
2014-08-12internal-fn.c (init_internal_fns): Fix off-by-one.Yury Gribov1-1/+1
2014-08-11Move inlining of Asan memory checks to sanopt pass.Yury Gribov1-0/+8
2014-08-11Added fnspec to internal functions.Yury Gribov1-3/+17
2014-08-08calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET instead of SUBREG...Kugan Vivekanandarajah1-2/+2
2014-06-20asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek1-1/+9
2014-05-06Merge in wide-int.Kenneth Zadeck1-23/+21