aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-generic.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2011-01-03tree-vect-generic.c (expand_vector_operations_1): When using vector/ vector o...Ulrich Weigand1-1/+18
2010-11-04passes.c (init_optimization_passes): Move veclower after SSA.Artjoms Sinkarovs1-14/+90
2010-07-04optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford1-4/+3
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-5/+3
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-10/+10
2009-06-28re PR tree-optimization/40550 (Segmentation fault caused by alignment error i...Uros Bizjak1-2/+4
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-3/+4
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-97/+94
2008-05-14Add SSE5 vector shift/rotate; Update SSE5 vector multiplyMichael Meissner1-2/+23
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-6/+10
2007-08-09optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka1-2/+2
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-6/+31
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-02re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther1-1/+1
2007-06-06re PR tree-optimization/32216 (ICE: verify_stmts failed (invalid reference pr...Uros Bizjak1-3/+8
2007-05-17re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak1-1/+4
2007-04-22re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak1-1/+1
2007-02-11tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook.Tehila Meyzels1-1/+4
2007-01-28common.opt: Add fstrict-overflow.Ian Lance Taylor1-3/+3
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-4/+4
2006-12-05darwin.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-11-08[multiple changes]Dorit Nuzman1-3/+9
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-01-19Makefile.in (tree-vect-patterns.o): Add rule for new file.Dorit Nuzman1-1/+6
2005-11-22optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t...Ben Elliston1-1/+1
2005-08-23re PR middle-end/23517 (can't cast between generic vector types and target su...Paolo Bonzini1-16/+2
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-4/+6
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-21genopinit.c (vec_shl_optab, [...]): Initialize new optabs.Dorit Nuzman1-0/+1
2005-06-02Makefile.in (tree-vect-generic.o): New.Richard Henderson1-0/+531