aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-transform.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-14Add SSE5 vector shift/rotate; Update SSE5 vector multiplyMichael Meissner1-35/+62
2008-05-08tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther1-2/+0
2008-05-05re PR tree-optimization/36119 (internal compiler error: in vectorizable_assig...Ira Rosen1-0/+5
2008-04-10re PR tree-optimization/35821 (Internal compiler error: segmentation fault)Ira Rosen1-2/+6
2008-03-12tree-vectorizer.c (free_stmt_vec_info): New function.Victor Kaplansky1-31/+19
2008-03-06tree.def (BIT_FIELD_REF): Constrain result type and its precision.Richard Guenther1-5/+0
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-5/+1
2007-12-27re PR tree-optimization/34591 (internal compiler error: in cost_for_stmt, at ...Dorit Nuzman1-1/+2
2007-12-17tree-vectorizer.h (verbosity_levels): Add new verbosity level REPORT_COST.Dorit Nuzman1-25/+21
2007-12-17re PR tree-optimization/34445 (internal compiler error: in cost_for_stmt, at ...Dorit Nuzman1-10/+11
2007-12-16tree-vect-transform.c (conservative_cost_threshold): Add missing space to "no...Uros Bizjak1-1/+1
2007-12-08re PR tree-optimization/34391 (Vectorizer does not fix up alias information c...Richard Guenther1-0/+1
2007-12-06tree-vectorizer.c (slpeel_add_loop_guard): Gimplify the condition.Harsha Jagasia1-61/+197
2007-11-12re PR tree-optimization/33953 (internal compiler error: vector VEC(tree,base)...Ira Rosen1-11/+38
2007-11-06re PR tree-optimization/33993 (ICE: verify_stmts failed (invalid reference pr...Jakub Jelinek1-3/+13
2007-11-04re PR tree-optimization/33987 (internal compiler error: in get_initial_def_fo...Dorit Nuzman1-10/+13
2007-10-25re PR tree-optimization/33866 (ICE in vect_get_vec_def_for_stmt_copy, at tree...Ira Rosen1-5/+24
2007-10-24re PR tree-optimization/33804 (ICE in vect_transform_stmt, at tree-vect-trans...Ira Rosen1-4/+7
2007-10-24tree-vect-analyze.c (vect_build_slp_tree): Return false if vectype cannot be ...Ira Rosen1-5/+38
2007-10-23re PR tree-optimization/33834 (ICE in vect_get_vec_def_for_operand, at tree-v...Dorit Nuzman1-72/+1
2007-10-14fixed-bit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-10-12re PR tree-optimization/33742 (Segfault in vectorizable_operation)Uros Bizjak1-0/+6
2007-09-17re PR tree-optimization/33319 (g++.dg/tree-ssa/pr27549.C ICE with vectorization)Victor Kaplansky1-109/+145
2007-09-15tree-vect-transform.c (vect_get_vec_defs_for_stmt_copy): check if the VEC is ...Dorit Nuzman1-1/+13
2007-09-12tree-vect-transform.c (vect_get_slp_defs): Don't build a vector for oprnd1 if...Ira Rosen1-10/+12
2007-09-11rsha Jagasia <harsha.jagasia@amd.com>Harsha Jagasia1-42/+37
2007-09-09tree-vectorizer.h (stmt_vinfo_set_inside_of_loop_cost, [...]): New functions.Ira Rosen1-63/+32
2007-09-09tree-vectorizer.h (enum vect_def_type): Start enumeration from 1.Ira Rosen1-168/+732
2007-09-07re PR tree-optimization/33299 (miscompilation with gfortran -O2 -ffast-math -...Dorit Nuzman1-29/+25
2007-09-01arm.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-08-31sched-deps.c (update_dep): Mark arguments with ATTRIBUTE_UNUSED.Maxim Kuvyrkov1-1/+1
2007-08-19tree-data-refs.c (split_constant_offset): Expose.Dorit Nuzman1-166/+553
2007-08-19tree-vectorizer.h (vect_is_simple_reduction): Takes a loop_vec_info as argume...Dorit Nuzman1-80/+356
2007-08-16tree-vectorizer.c (new_loop_vec_info): Initialize new field.Victor Kaplansky1-5/+164
2007-08-09optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka1-13/+13
2007-08-09tree-vect-transform.c (vectorizable_store): Remove call to copy_virtual_opera...Ira Rosen1-111/+5
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-4/+8
2007-07-312007-07-30 Jan Sjodin <jan.sjodin@amd.com>Jan Sjodin1-3/+14
2007-07-28cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-15omega.c (coalesce): Fix memory leak on early exit.Dirk Mueller1-2/+6
2007-07-12target.h (builtin_vectorization_cost): Add new target builtin.Dorit Nuzman1-13/+70
2007-07-09tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak1-7/+4
2007-07-05tree-vectorizer.c (new_loop_vec_info): Initialize LOOP_VINFO_COST_MODEL_MIN_I...Dorit Nuzman1-64/+93
2007-06-29re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak1-44/+119
2007-06-25re PR tree-optimization/32421 (-ftree-vectorize -msse2 ICEs in build2_stat wh...Andrew Pinski1-0/+6
2007-06-15[multiple changes]Andrew Pinski1-11/+21
2007-06-13auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2007-06-08extend.texi: Add fvect-cost-model flag.Harsha Jagasia1-11/+536
2007-06-08re PR tree-optimization/32243 (ICE in vectorizable_type_promotion, at tree-ve...Uros Bizjak1-5/+4