aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-data-refs.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-25re PR tree-optimization/45470 (ICE: verify_flow_info failed: BB 2 can not thr...Eric Botcazou1-1/+1
2010-12-23Fix PR47002: memory leaks.Sebastian Pop1-1/+3
2010-12-07tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Reset alignment...Richard Biener1-2/+13
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-11-03re PR tree-optimization/46190 (ICE in vect_enhance_data_refs_alignment when b...Richard Guenther1-2/+4
2010-10-22re PR middle-end/45720 (Revision 164367 miscompiled SPEC CPU 2K)Richard Guenther1-4/+10
2010-10-21re PR tree-optimization/45764 (wrong code -O2 vs -O3 (problem in vectoriz...Richard Guenther1-0/+20
2010-10-03Revert revision 164914.H.J. Lu1-1/+7
2010-10-02Disallow negative steps in vectorizer.H.J. Lu1-7/+1
2010-09-17re PR tree-optimization/43432 (Missed vectorization: "complicated access patt...Michael Matz1-1/+7
2010-09-16tree-vectorizer.c: Fix documentation.Ira Rosen1-80/+82
2010-09-14re PR tree-optimization/45470 (ICE: verify_flow_info failed: BB 2 can not thr...Ira Rosen1-0/+11
2010-09-07Fix undeclared function error in tree-vect-data-refs.c.Richard Henderson1-0/+1
2010-09-03Use DR_IS_WRITE instead of !DR_IS_READ.Sebastian Pop1-7/+7
2010-09-02tree-vectorizer.h (get_later_stmt): New function.Ira Rosen1-7/+77
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-16/+16
2010-08-15tree-vect-data-refs.c (vect_setup_realignment): Support realignment in basic ...Ira Rosen1-23/+40
2010-07-08re PR tree-optimization/44861 (internal compiler error: in vectorizable_load,...Richard Guenther1-1/+4
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-05tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther1-1/+9
2010-07-04optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford1-12/+9
2010-07-04re PR rtl-optimization/44479 (false dependencies are computed after vectoriza...Richard Guenther1-16/+24
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