aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-stmts.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-12tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio...Ira Rosen1-35/+53
2009-06-30re PR tree-optimization/40542 (vectorizes access to volatile array)Ira Rosen1-0/+8
2009-06-16tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio...Ira Rosen1-29/+34
2009-06-05misaligned store supportRevital Eres1-2/+10
2009-06-01re PR tree-optimization/39129 (The meaning of 'BB' in "too many BBs in loop")Ira Rosen1-2/+6
2009-05-25re PR tree-optimization/40238 (ICE in gimple_verify_flow_info, at tree-cfg.c:...Ira Rosen1-1/+1
2009-05-24passes.texi (Tree-SSA passes): Document SLP pass.Ira Rosen1-82/+204
2009-05-08Fix PR 40049Michael Meissner1-3/+12
2009-04-28tree-vect-stmts.c (vect_get_vec_def_for_operand): Fix type error.Richard Guenther1-2/+5
2009-04-28tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use REPORT_VECTOR...Ira Rosen1-341/+132
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-1/+1
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-4/+2
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-28/+14
2009-03-30tree-vect-loop-manip.c: New file.Ira Rosen1-0/+4928