summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-data-refs.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/44403 (vectorization does not maintain 'restrict' qua...Richard Guenther2010-06-031-0/+14
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-3/+3
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* tree-vectorizer.h (struct _stmt_vec_info): Add new field to determine if the ...Ira Rosen2010-04-261-12/+79
* tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Only add RW depende...Richard Guenther2010-04-131-28/+120
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-2/+2
* Improve vectorization diagnostic: loop contains function calls.Sebastian Pop2010-03-291-6/+24
* re PR tree-optimization/41783 (r151561 (PRE fix) regresses zeusmp)Michael Matz2010-01-191-8/+11
* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2009-11-281-13/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-231/+231
* Another fix to the misaligned store vectorizer patchRevital Eres2009-11-041-2/+1
* Fix PR40648 -- Fix misaligned store vectorizer patchRevital Eres2009-10-271-3/+3
* tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston2009-10-261-2/+5
* re PR tree-optimization/40071 (ICE (aliasing assert) in vectorizable_store at...Eric Botcazou2009-10-091-7/+19
* New function for checking misalignmentRevital Eres2009-09-151-8/+32
* Add source_location support to PHI arguments.Andrew MacLeod2009-07-301-1/+1
* misaligned store supportRevital Eres2009-06-051-8/+12
* re PR tree-optimization/39129 (The meaning of 'BB' in "too many BBs in loop")Ira Rosen2009-06-011-8/+7
* tree-vect-data-refs.c (vect_create_data_ref_ptr): Remove redundant calls to m...Richard Guenther2009-05-261-5/+0
* passes.texi (Tree-SSA passes): Document SLP pass.Ira Rosen2009-05-241-81/+227
* tree-vect-data-refs.c (vect_analyze_group_access): Use HOST_WIDE_INT for gap.H.J. Lu2009-05-111-2/+2
* re PR tree-optimization/40074 (ICE in vect_get_vec_def_for_operand, at tree-v...Ira Rosen2009-05-111-3/+6
* tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use REPORT_VECTOR...Ira Rosen2009-04-281-25/+27
* collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor2009-04-271-1/+1
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-42/+23
* tree-vect-loop-manip.c: New file.Ira Rosen2009-03-301-0/+3355