aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-data-refs.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-04tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document new argume...Ira Rosen1-39/+423
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-6/+3
2010-06-29re PR other/44034 (target hooks are hard to maintain)Joern Rennecke1-4/+4
2010-06-03re PR tree-optimization/44403 (vectorization does not maintain 'restrict' qua...Richard Guenther1-0/+14
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-3/+3
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-04-26tree-vectorizer.h (struct _stmt_vec_info): Add new field to determine if the ...Ira Rosen1-12/+79
2010-04-13tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Only add RW depende...Richard Guenther1-28/+120
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-2/+2
2010-03-29Improve vectorization diagnostic: loop contains function calls.Sebastian Pop1-6/+24
2010-01-19re PR tree-optimization/41783 (r151561 (PRE fix) regresses zeusmp)Michael Matz1-8/+11
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-13/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-231/+231
2009-11-04Another fix to the misaligned store vectorizer patchRevital Eres1-2/+1
2009-10-27Fix PR40648 -- Fix misaligned store vectorizer patchRevital Eres1-3/+3
2009-10-26tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston1-2/+5
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