summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-generic.c
Commit message (Expand)AuthorAgeFilesLines
* 2013-05-13 Marc Glisse <marc.glisse@inria.fr>glisse2013-05-131-46/+0
* 2013-03-21 Marc Glisse <marc.glisse@inria.fr>glisse2013-03-211-3/+3
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-8/+8
* PR tree-optimization/55281jakub2012-11-131-1/+1
* 2012-11-01 Marc Glisse <marc.glisse@inria.fr>glisse2012-11-011-0/+71
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+2
* PR tree-optimization/54713jakub2012-09-281-8/+7
* 2012-09-18 Richard Guenther <rguenther@suse.de>rguenth2012-09-181-2/+2
* Remove unnecessary VEC function overloads.dnovillo2012-09-111-3/+2
* 2012-08-10 Richard Guenther <rguenther@suse.de>rguenth2012-08-101-2/+1
* 2012-08-02 Richard Guenther <rguenther@suse.de>rguenth2012-08-021-1/+0
* Introduce and use unknown_optabrth2012-07-241-15/+15
* Move vector highpart emulation to the optabs layerrth2012-07-101-97/+16
* Add VEC_WIDEN_MULT_EVEN/ODD_EXPRrth2012-07-101-15/+17
* PR tree-optimization/53645jakub2012-07-021-1/+1
* * tree-vect-generic.c (expand_vector_divmod): For even/oddjakub2012-06-291-21/+18
* Use builtin_widen_mult_even/odd in tree-vect-generic division expansionrth2012-06-291-25/+69
* PR tree-optimization/53645jakub2012-06-281-37/+52
* PR tree-optimization/53645jakub2012-06-281-0/+528
* 2012-06-15 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>ramana2012-06-151-1/+13
* 2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2012-06-021-1/+1
* * LANGUAGES: Fix typos.jsm282012-05-291-1/+1
* Update Copyright year.jakub2012-03-281-1/+1
* PR middle-end/52750jakub2012-03-281-2/+3
* 2012-03-16 Richard Guenther <rguenther@suse.de>rguenth2012-03-161-18/+8
* 2012-03-14 Richard Guenther <rguenther@suse.de>rguenth2012-03-141-13/+6
* Delete VEC_EXTRACT_EVEN/ODD_EXPR.rth2011-12-231-7/+0
* Delete VEC_INTERLEAVE_*_EXPR.rth2011-12-231-3/+1
* Always simplify vector shifts by scalars.rth2011-12-211-8/+13
* Revert two unintended commitsrth2011-12-131-1/+3
* Delete VEC_INTERLEAVE_*_EXPR.rth2011-12-131-3/+1
* PR tree-optimization/51074jakub2011-11-111-1/+1
* 2010-10-27 Richard Guenther <rguenther@suse.de>rguenth2011-10-271-2/+4
* Implement interleave via permutation.rth2011-10-251-0/+9
* Change vec_perm checking and expansion level.rth2011-10-251-2/+12
* * doc/md.texi (vec_widen_ushiftl_hi, vec_widen_ushiftl_lo,irar2011-10-181-1/+3
* Expand vector permutation with vec_perm and vec_perm_const.rth2011-10-141-1/+1
* Move lowering of vector shifts from v/s to v/v from gimple to rtl.rth2011-10-141-46/+20
* New warning -Wvector-operation-performance.tema2011-10-111-2/+19
* Rename vshuffle/vec_shuffle to vec_perm.rth2011-10-071-8/+8
* 2011-10-06 Richard Guenther <rguenther@suse.de>rguenth2011-10-061-0/+11
* Fix lower_vec_shuffle.rth2011-10-051-174/+96
* Vector shuffling patch from Artem Shinkarov.rth2011-10-031-13/+291
* 2011-09-29 Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>rguenth2011-09-291-2/+73
* dumping cleanup phase 1 -- Removing TODO_dump_funcdavidxl2011-06-141-2/+2
* 2011-05-04 Richard Guenther <rguenther@suse.de>rguenth2011-05-041-1/+1
* 2011-02-08 Richard Guenther <rguenther@suse.de>rguenth2011-02-081-4/+11
* Update Copyright years for files modified in 2010.jakub2011-01-031-1/+1
* * tree-vect-generic.c (expand_vector_operations_1): When using vector/uweigand2011-01-031-1/+18