aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-slp.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-30tree-vect-loop.c (vect_determine_vectorization_factor): Handle both pattern a...Ira Rosen1-1/+3
2011-06-15tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove.Ira Rosen1-0/+2
2011-05-18re PR tree-optimization/41881 (Complete unrolling (inner) versus vectorizatio...Ira Rosen1-25/+68
2011-05-18tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new names for...Ira Rosen1-13/+13
2011-05-03md.texi (vec_load_lanes, [...]): Document.Richard Sandiford1-2/+3
2011-04-28re PR tree-optimization/48765 (ICE in vect_transform_stmt)Ira Rosen1-2/+5
2011-04-20Revert last patch.Richard Sandiford1-3/+2
2011-04-20md.texi (vec_load_lanes, [...]): Document.Richard Sandiford1-2/+3
2010-12-23Fix PR47002: memory leaks.Sebastian Pop1-0/+2
2010-12-21re PR tree-optimization/47001 (segmentation fault in vect_mark_slp_stmts)Ira Rosen1-1/+30
2010-10-31fold-const.c (build_zero_vector): Use build_vector_from_val.Nathan Froyd1-6/+1
2010-10-21re PR tree-optimization/46049 (ICE: in expand_widen_pattern_expr, at optabs.c...Ira Rosen1-19/+13
2010-10-13tree-vect-slp.c (vect_get_constant_vectors): Fix comment.Ira Rosen1-14/+14
2010-10-11re PR tree-optimization/45902 (CPU2006 benchmark sphinx3 fails with vectoriza...Ira Rosen1-4/+11
2010-10-07machmode.h (mode_for_vector): Declare.Richard Guenther1-0/+1
2010-10-05re PR tree-optimization/45752 (ICE in ix86_vectorize_builtin_vec_perm_ok)Ira Rosen1-16/+19
2010-09-16tree-vectorizer.c: Fix documentation.Ira Rosen1-29/+33
2010-09-02tree-vectorizer.h (get_later_stmt): New function.Ira Rosen1-2/+69
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-41/+24
2010-08-15tree-vect-data-refs.c (vect_setup_realignment): Support realignment in basic ...Ira Rosen1-2/+87
2010-07-27re PR tree-optimization/44152 (ICE on compiling xshow.f of xplor-nih with -O3...Ira Rosen1-7/+76
2010-07-04optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford1-3/+2
2010-07-04tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document new argume...Ira Rosen1-2/+2
2010-06-14re PR tree-optimization/44507 (vectorization ANDs array elements together inc...Ira Rosen1-1/+4
2010-06-07tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update documentation.Ira Rosen1-1/+3
2010-06-02tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call instead of...Nathan Froyd1-9/+2
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
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-0/+13
2010-04-22re PR tree-optimization/43842 (ice in vect_create_epilog_for_reduction)Ira Rosen1-1/+1
2010-04-19re PR tree-optimization/37027 (SLP loop vectorization missing support for red...Ira Rosen1-74/+325
2010-04-18re PR tree-optimization/43771 (ICE on valid when compiling ParMetis with gcc ...Ira Rosen1-1/+5
2010-04-13tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Only add RW depende...Richard Guenther1-11/+14
2010-04-09tree-vectorizer.h (struct _stmt_vec_info): Document that vectype is the type ...Richard Guenther1-1/+1
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-2/+2
2010-03-30Replace type != type comparisons with types_compatible_p.Sebastian Pop1-4/+6
2010-02-22tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.Richard Guenther1-1/+1
2010-02-19re PR tree-optimization/42916 ("-fcompare-debug failure" with "-O1 -funroll-l...Richard Guenther1-1/+7
2010-02-16re PR tree-optimization/43074 (ICE in vectorizable_reduction, at tree-vect-lo...Ira Rosen1-3/+5
2010-01-14re PR tree-optimization/42709 (error: type mismatch in pointer plus expression)Ira Rosen1-10/+5
2009-12-30re PR tree-optimization/41956 (Segfault in vectorizer)Ira Rosen1-0/+13
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-6/+2
2009-11-25target.h (targetm.vectorize.builtin_vec_perm_ok): New.Richard Henderson1-16/+27
2009-11-25Remove trailing white spaces.H.J. Lu1-197/+197
2009-06-01re PR tree-optimization/39129 (The meaning of 'BB' in "too many BBs in loop")Ira Rosen1-3/+4
2009-05-25re PR tree-optimization/40238 (ICE in gimple_verify_flow_info, at tree-cfg.c:...Ira Rosen1-1/+2
2009-05-24passes.texi (Tree-SSA passes): Document SLP pass.Ira Rosen1-61/+452
2009-04-28tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use REPORT_VECTOR...Ira Rosen1-7/+7
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-2/+3
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-8/+0