aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-data-refs.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-09re PR tree-optimization/40071 (ICE (aliasing assert) in vectorizable_store at...Eric Botcazou1-7/+19
2009-09-15New function for checking misalignmentRevital Eres1-8/+32
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-1/+1
2009-06-05misaligned store supportRevital Eres1-8/+12
2009-06-01re PR tree-optimization/39129 (The meaning of 'BB' in "too many BBs in loop")Ira Rosen1-8/+7
2009-05-26tree-vect-data-refs.c (vect_create_data_ref_ptr): Remove redundant calls to m...Richard Guenther1-5/+0
2009-05-24passes.texi (Tree-SSA passes): Document SLP pass.Ira Rosen1-81/+227
2009-05-11tree-vect-data-refs.c (vect_analyze_group_access): Use HOST_WIDE_INT for gap.H.J. Lu1-2/+2
2009-05-11re PR tree-optimization/40074 (ICE in vect_get_vec_def_for_operand, at tree-v...Ira Rosen1-3/+6
2009-04-28tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use REPORT_VECTOR...Ira Rosen1-25/+27
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-1/+1
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-42/+23
2009-03-30tree-vect-loop-manip.c: New file.Ira Rosen1-0/+3355