aboutsummaryrefslogtreecommitdiff
path: root/gcc/internal-fn.c
AgeCommit message (Expand)Author
2017-03-15Merge branches/gcc-6-branch rev 246148.Yvan Roux
2016-10-16Merge branches/gcc-6-branch rev 241214.Yvan Roux
2016-06-14 gcc/Christophe Lyon
2016-01-04 Update copyright years.jakub
2015-12-09 PR tree-optimization/68786jakub
2015-12-02PR 68432: Add a target hook to control size/speed optab choicesrsandifo
2015-11-23Add uaddv4_optab and usubv4_optabrth
2015-11-19PR 68393: Handle SUBREG_PROMOTED_VAR_P in expand_direct_optab_fnrsandifo
2015-11-17Vectorize internal functionsrsandifo
2015-11-17Extend tree-call-cdce to calls whose result is usedrsandifo
2015-11-17Short-cut generation of simple built-in functionsrsandifo
2015-11-17Add internal math functionsrsandifo
2015-11-17Add basic support for direct_optab internal functionsrsandifo
2015-11-10gcc/ienkovich
2015-11-07Move #undef DEF_INTERNAL_FN to internal-fn.defrsandifo
2015-11-04 * internal-fn.def (GOACC_REDUCTION): New.nathan
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-10-27 * internal-fn.def (IFN_GOACC_DIM_SIZE, IFN_GOACC_DIM_POS,nathan
2015-10-27 * internal-fn.c (expand_UNIQUE): New.nathan
2015-10-13gcc/jakub
2015-09-20switch from gimple to gimple*tbsaunde
2015-07-13Fix double word typos.aldyh
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-07-09always define WORD_REGISTER_OPERATIONStbsaunde
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-22Use std::swap instead of manual swaps.miyuki
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod
2015-05-20Promote types of RTL expressions to more derived ones.miyuki
2015-05-13 PR target/66112jakub
2015-04-17Postpone expanding va_arg until pass_stdargvries
2015-01-15 * flag-types.h (enum sanitize_code): Add SANITIZE_VPTR,jakub
2015-01-152015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh3492
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh3492
2015-01-05 PR sanitizer/64265jakub
2015-01-05 Update copyright years.jakub
2014-11-21 PR target/63848jakub
2014-11-19Merger of git branch "gimple-classes-v2-option-3"dmalcolm
2014-11-19 PR sanitizer/63520jakub
2014-11-12 PR c/59708jakub
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>amacleod
2014-10-29gcc/ada/rsandifo
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod
2014-10-10 * asan.c (pass_sanopt::execute): Handle IFN_UBSAN_OBJECT_SIZE.mpolacek
2014-08-22internal-fn.c: Use rtx_insn and rtx_code_labeldmalcolm
2014-08-122014-08-12 Yury Gribov <y.gribov@samsung.com>ygribov
2014-08-11Move inlining of Asan memory checks to sanopt pass.ygribov
2014-08-11Added fnspec to internal functions.ygribov