summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-slp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix PR47002: memory leaks.Sebastian Pop2010-12-231-0/+2
* re PR tree-optimization/47001 (segmentation fault in vect_mark_slp_stmts)Ira Rosen2010-12-211-1/+30
* fold-const.c (build_zero_vector): Use build_vector_from_val.Nathan Froyd2010-10-311-6/+1
* re PR tree-optimization/46049 (ICE: in expand_widen_pattern_expr, at optabs.c...Ira Rosen2010-10-211-19/+13
* tree-vect-slp.c (vect_get_constant_vectors): Fix comment.Ira Rosen2010-10-131-14/+14
* re PR tree-optimization/45902 (CPU2006 benchmark sphinx3 fails with vectoriza...Ira Rosen2010-10-111-4/+11
* machmode.h (mode_for_vector): Declare.Richard Guenther2010-10-071-0/+1
* re PR tree-optimization/45752 (ICE in ix86_vectorize_builtin_vec_perm_ok)Ira Rosen2010-10-051-16/+19
* tree-vectorizer.c: Fix documentation.Ira Rosen2010-09-161-29/+33
* tree-vectorizer.h (get_later_stmt): New function.Ira Rosen2010-09-021-2/+69
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-41/+24
* tree-vect-data-refs.c (vect_setup_realignment): Support realignment in basic ...Ira Rosen2010-08-151-2/+87
* re PR tree-optimization/44152 (ICE on compiling xshow.f of xplor-nih with -O3...Ira Rosen2010-07-271-7/+76
* optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford2010-07-041-3/+2
* tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document new argume...Ira Rosen2010-07-041-2/+2
* re PR tree-optimization/44507 (vectorization ANDs array elements together inc...Ira Rosen2010-06-141-1/+4
* tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update documentation.Ira Rosen2010-06-071-1/+3
* tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call instead of...Nathan Froyd2010-06-021-9/+2
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* 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-0/+13
* re PR tree-optimization/43842 (ice in vect_create_epilog_for_reduction)Ira Rosen2010-04-221-1/+1
* re PR tree-optimization/37027 (SLP loop vectorization missing support for red...Ira Rosen2010-04-191-74/+325
* re PR tree-optimization/43771 (ICE on valid when compiling ParMetis with gcc ...Ira Rosen2010-04-181-1/+5
* tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Only add RW depende...Richard Guenther2010-04-131-11/+14
* tree-vectorizer.h (struct _stmt_vec_info): Document that vectype is the type ...Richard Guenther2010-04-091-1/+1
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-2/+2
* Replace type != type comparisons with types_compatible_p.Sebastian Pop2010-03-301-4/+6
* tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.Richard Guenther2010-02-221-1/+1
* re PR tree-optimization/42916 ("-fcompare-debug failure" with "-O1 -funroll-l...Richard Guenther2010-02-191-1/+7
* re PR tree-optimization/43074 (ICE in vectorizable_reduction, at tree-vect-lo...Ira Rosen2010-02-161-3/+5
* re PR tree-optimization/42709 (error: type mismatch in pointer plus expression)Ira Rosen2010-01-141-10/+5
* re PR tree-optimization/41956 (Segfault in vectorizer)Ira Rosen2009-12-301-0/+13
* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2009-11-281-6/+2
* target.h (targetm.vectorize.builtin_vec_perm_ok): New.Richard Henderson2009-11-251-16/+27
* Remove trailing white spaces.H.J. Lu2009-11-251-197/+197
* re PR tree-optimization/39129 (The meaning of 'BB' in "too many BBs in loop")Ira Rosen2009-06-011-3/+4
* re PR tree-optimization/40238 (ICE in gimple_verify_flow_info, at tree-cfg.c:...Ira Rosen2009-05-251-1/+2
* passes.texi (Tree-SSA passes): Document SLP pass.Ira Rosen2009-05-241-61/+452
* tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use REPORT_VECTOR...Ira Rosen2009-04-281-7/+7
* collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor2009-04-271-2/+3
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-8/+0
* re PR tree-optimization/39595 (ICE in vectorizable_store at tree-vect-transfo...Ira Rosen2009-04-021-0/+16
* tree-vect-loop-manip.c: New file.Ira Rosen2009-03-301-0/+1694