summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-generic.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2010-11-04 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>rguenth2010-11-041-14/+90
* gcc/rsandifo2010-07-041-4/+3
* * gimplify.c: Do not include except.h and optabs.h.steven2010-06-011-5/+3
* gcc/ChangeLog:steven2010-05-211-1/+0
* Remove trailing white spaces.hjl2009-11-251-10/+10
* PR tree-optimization/40550uros2009-06-281-2/+4
* * df.h: Include "timevar.h".ian2009-04-171-3/+4
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+1
* 2008-07-28 Richard Guenther <rguenther@suse.de>rguenth2008-07-281-97/+94
* Add SSE5 vector shift/rotate; Update SSE5 vector multiplymeissner2008-05-141-2/+23
* * gcc.dg/20050811-2.c: Update dumping flags.hubicka2008-03-191-6/+10
* * optabs.c (expand_widen_pattern_expr): Use optabs accestors.hubicka2007-08-091-2/+2
* * tree.def (FIXED_POINT_TYPE): New type.chaoyingfu2007-08-081-6/+31
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-4/+3
* 2007-07-02 Richard Guenther <rguenther@suse.de>rguenth2007-07-021-1/+1
* PR tree-optimization/32216uros2007-06-061-3/+8
* PR tree-optimization/24659uros2007-05-171-1/+4
* 2007-04-22 Uros Bizjak <ubizjak@gmail.com>uros2007-04-221-1/+1
* * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook.dorit2007-02-111-1/+4
* ./:ian2007-01-281-3/+3
* Merge gimple-tuples-branch into mainline.aldyh2006-12-051-4/+4
* * config/i386/darwin.h, config/spu/spu.c, tree-ssa-live.c,kazu2006-12-051-1/+1
* 2006-11-08 Dorit Nuzman <dorit@il.ibm.com>dorit2006-11-081-3/+9
* 2006-03-02 Daniel Berlin <dberlin@dberlin.org>dberlin2006-03-021-1/+2
* * Makefile.in (tree-vect-patterns.o): Add rule for new file.dorit2006-01-191-1/+6
* * optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead ofbje2005-11-211-1/+1
* 2005-08-23 Paolo Bonzini <bonzini@gnu.org>bonzini2005-08-231-16/+2
* Make CONSTRUCTOR use VEC to store initializers.giovannibajo2005-07-201-4/+6
* Update FSF address.kcook2005-06-251-2/+2
* * genopinit.c (vec_shl_optab, vec_shr_optab): Initialize new optabs.dorit2005-06-211-0/+1
* * Makefile.in (tree-vect-generic.o): New.rth2005-06-031-0/+531