summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-generic.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-102015-02-09 Michael Collison <michael.collison@linaro.org>collison1-1/+1
2014-07-16Merge branches/gcc-4_9-branch rev 212419yroux1-36/+125
2014-05-13Merge branches/gcc-4_9-branch rev 210052yroux1-1/+2
2014-01-02Update copyright years in gcc/rsandifo1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.dmalcolm1-1/+1
2013-11-26 PR middle-end/59273jakub1-0/+5
2013-11-22 * gimple.h: Remove all includes.amacleod1-1/+6
2013-11-22 * tree-vect-generic.c (optimize_vector_constructor): New function.jakub1-0/+89
2013-11-19Factor unrelated declarations out of tree.h.dnovillo1-0/+2
2013-11-18gcc/ada/rsandifo1-7/+7
2013-11-18gcc/ada/rsandifo1-3/+3
2013-11-15gcc/rsandifo1-3/+3
2013-11-14 * gimplify-be.h: New file. Add prototypes.amacleod1-1/+2
2013-11-13 * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod1-0/+1
2013-11-122013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod1-1/+1
2013-10-23 * tree-ssa.h: Remove all #include'samacleod1-1/+3
2013-09-30gcc/rsandifo1-1/+1
2013-09-28gcc/rsandifo1-4/+4
2013-09-12 * tree-ssa.h: New. Move content from tree-flow.h andamacleod1-1/+1
2013-08-05Automated conversion of passes to C++ classesdmalcolm1-40/+76
2013-05-132013-05-13 Marc Glisse <marc.glisse@inria.fr>glisse1-46/+0
2013-03-212013-03-21 Marc Glisse <marc.glisse@inria.fr>glisse1-3/+3
2013-01-10Update copyright years in gcc/rsandifo1-2/+1
2012-11-18This patch rewrites the old VEC macro-based interface into a new onednovillo1-8/+8
2012-11-13 PR tree-optimization/55281jakub1-1/+1
2012-11-012012-11-01 Marc Glisse <marc.glisse@inria.fr>glisse1-0/+71
2012-11-012012-11-01 Sharad Singhai <singhai@google.com>singhai1-0/+2
2012-09-28 PR tree-optimization/54713jakub1-8/+7
2012-09-182012-09-18 Richard Guenther <rguenther@suse.de>rguenth1-2/+2
2012-09-11Remove unnecessary VEC function overloads.dnovillo1-3/+2
2012-08-102012-08-10 Richard Guenther <rguenther@suse.de>rguenth1-2/+1
2012-08-022012-08-02 Richard Guenther <rguenther@suse.de>rguenth1-1/+0
2012-07-24Introduce and use unknown_optabrth1-15/+15
2012-07-10Move vector highpart emulation to the optabs layerrth1-97/+16
2012-07-10Add VEC_WIDEN_MULT_EVEN/ODD_EXPRrth1-15/+17
2012-07-02 PR tree-optimization/53645jakub1-1/+1
2012-06-29 * tree-vect-generic.c (expand_vector_divmod): For even/oddjakub1-21/+18
2012-06-29Use builtin_widen_mult_even/odd in tree-vect-generic division expansionrth1-25/+69
2012-06-28 PR tree-optimization/53645jakub1-37/+52
2012-06-28 PR tree-optimization/53645jakub1-0/+528
2012-06-152012-06-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>ramana1-1/+13
2012-06-022012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck1-1/+1
2012-05-29 * LANGUAGES: Fix typos.jsm281-1/+1
2012-03-28Update Copyright year.jakub1-1/+1
2012-03-28 PR middle-end/52750jakub1-2/+3
2012-03-162012-03-16 Richard Guenther <rguenther@suse.de>rguenth1-18/+8
2012-03-142012-03-14 Richard Guenther <rguenther@suse.de>rguenth1-13/+6
2011-12-23Delete VEC_EXTRACT_EVEN/ODD_EXPR.rth1-7/+0
2011-12-23Delete VEC_INTERLEAVE_*_EXPR.rth1-3/+1
2011-12-21Always simplify vector shifts by scalars.rth1-8/+13