summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-slp.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/51058 (ICE: gimple check: expected gimple_assign(erro...Jakub Jelinek2011-11-111-0/+42
* tree-vect-slp.c (vect_free_slp_tree): Also free SLP_TREE_CHILDREN vector.Jakub Jelinek2011-11-111-33/+37
* re PR tree-optimization/51058 (ICE: gimple check: expected gimple_assign(erro...Ira Rosen2011-11-101-14/+24
* tree-vect-stmts.c (vectorizable_call): Add SLP_NODE argument.Jakub Jelinek2011-11-081-3/+46
* tree-vectorizer.h (vectorizable_condition): Add argument.Ira Rosen2011-11-061-13/+102
* re PR tree-optimization/50912 (gimple assertion failure at gimple.h:1940 with...Ira Rosen2011-11-031-293/+372
* Change vec_perm checking and expansion level.Richard Henderson2011-10-251-16/+20
* re PR tree-optimization/50819 (missed SLP vectorization)Ira Rosen2011-10-231-43/+2
* md.texi (vec_widen_ushiftl_hi, [...]): Document.Ira Rosen2011-10-181-0/+5
* tree-vect-stmts.c (vectorizable_load): For SLP without permutation treat the ...Ira Rosen2011-10-161-34/+147
* Use VEC_PERM_EXPR in the vectorizer.Richard Henderson2011-10-151-46/+30
* tree-vect-stmts.c (vectorizable_type_demotion): Handle basic block vectorizat...Ira Rosen2011-09-271-18/+19
* tree-vect-slp.c (vect_slp_analyze_bb_1): Split out core part of vect_analyze_...Ira Rosen2011-09-251-27/+58
* re PR middle-end/50451 (internal compiler error at tree-vect-loop.c:3557)Ira Rosen2011-09-221-8/+3
* re PR tree-optimization/50414 (gfortran -Ofast SIGSEGV in store_constructor)Ira Rosen2011-09-181-3/+13
* tree-vect-loop.c (vect_determine_vectorization_factor): Handle both pattern a...Ira Rosen2011-06-301-1/+3
* tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove.Ira Rosen2011-06-151-0/+2
* re PR tree-optimization/41881 (Complete unrolling (inner) versus vectorizatio...Ira Rosen2011-05-181-25/+68
* tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new names for...Ira Rosen2011-05-181-13/+13
* md.texi (vec_load_lanes, [...]): Document.Richard Sandiford2011-05-031-2/+3
* re PR tree-optimization/48765 (ICE in vect_transform_stmt)Ira Rosen2011-04-281-2/+5
* Revert last patch.Richard Sandiford2011-04-201-3/+2
* md.texi (vec_load_lanes, [...]): Document.Richard Sandiford2011-04-201-2/+3
* 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