aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.h
AgeCommit message (Expand)AuthorFilesLines
2011-11-07re PR tree-optimization/50789 (Gather vectorization)Jakub Jelinek1-0/+6
2011-11-06tree-vectorizer.h (vectorizable_condition): Add argument.Ira Rosen1-1/+1
2011-11-03re PR tree-optimization/50912 (gimple assertion failure at gimple.h:1940 with...Ira Rosen1-10/+31
2011-10-30tree-vectorizer.h (NUM_PATTERNS): Bump to 9.Jakub Jelinek1-1/+1
2011-10-23re PR tree-optimization/50819 (missed SLP vectorization)Ira Rosen1-1/+1
2011-10-18md.texi (vec_widen_ushiftl_hi, [...]): Document.Ira Rosen1-1/+1
2011-10-16re PR tree-optimization/50596 (Problems in vectorization of condition express...Jakub Jelinek1-1/+1
2011-10-07re PR middle-end/50650 (ICE in vect_is_simple_use_1, at tree-vect-stmts.c:5689)Jakub Jelinek1-1/+0
2011-10-06re PR tree-optimization/50596 (Problems in vectorization of condition express...Jakub Jelinek1-2/+3
2011-08-04tree-vectorizer.h (struct _stmt_vec_info): Add new field for pattern def stat...Ira Rosen1-1/+6
2011-06-16tree-vectorizer.h (vect_recog_func_ptr): Change the first argument to be a VE...Ira Rosen1-1/+1
2011-06-07tree-vectorizer.h (vect_recog_func_ptr): Make last argument to be a pointer.Ira Rosen1-1/+1
2011-05-26re PR tree-optimization/49038 (-ftree-vectorise introduces reads past end of ...Ira Rosen1-0/+6
2011-05-18re PR tree-optimization/41881 (Complete unrolling (inner) versus vectorizatio...Ira Rosen1-0/+5
2011-05-18tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new names for...Ira Rosen1-24/+24
2011-05-03md.texi (vec_load_lanes, [...]): Document.Richard Sandiford1-3/+6
2011-04-28re PR tree-optimization/48765 (ICE in vect_transform_stmt)Ira Rosen1-1/+1
2011-04-20Revert last patch.Richard Sandiford1-6/+3
2011-04-20md.texi (vec_load_lanes, [...]): Document.Richard Sandiford1-3/+6
2011-04-14tree-vectorizer.h (vect_strided_store_supported): Add a HOST_WIDE_INT argument.Richard Sandiford1-6/+4
2011-04-14tree-vectorizer.h (vect_create_data_ref_ptr): Add an extra type parameter.Richard Sandiford1-3/+3
2011-03-28tree-vectorizer.h (vect_create_data_ref_ptr): Adjust prototype.Eric Botcazou1-1/+2
2010-12-23Fix PR47002: memory leaks.Sebastian Pop1-0/+4
2010-11-24common.opt (user_vect_verbosity_level): New Variable entry.Joseph Myers1-17/+1
2010-10-21re PR tree-optimization/46049 (ICE: in expand_widen_pattern_expr, at optabs.c...Ira Rosen1-1/+2
2010-10-07machmode.h (mode_for_vector): Declare.Richard Guenther1-0/+1
2010-09-16tree-vectorizer.c: Fix documentation.Ira Rosen1-0/+24
2010-09-02tree-vectorizer.h (get_later_stmt): New function.Ira Rosen1-1/+27
2010-07-04tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document new argume...Ira Rosen1-2/+28
2010-06-09cgraph.h (varpool_first_static_initializer, [...]): Make checking only when c...Jan Hubicka1-5/+4
2010-06-07tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update documentation.Ira Rosen1-64/+0
2010-05-10tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.Michael Matz1-1/+1
2010-04-26cfgloop.h (struct loop): Move can_be_parallel field up.Nathan Froyd1-24/+25
2010-04-26tree-vectorizer.h (struct _stmt_vec_info): Add new field to determine if the ...Ira Rosen1-0/+5
2010-04-19re PR tree-optimization/37027 (SLP loop vectorization missing support for red...Ira Rosen1-2/+7
2010-04-13tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Only add RW depende...Richard Guenther1-2/+6
2010-04-09tree-vectorizer.h (struct _stmt_vec_info): Document that vectype is the type ...Richard Guenther1-5/+8
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-2/+2
2010-02-16re PR tree-optimization/43074 (ICE in vectorizable_reduction, at tree-vect-lo...Ira Rosen1-0/+4
2009-11-25Remove trailing white spaces.H.J. Lu1-58/+58
2009-07-20tree-vectorizer.h (vectorizable_condition): Add parameters.Ira Rosen1-1/+3
2009-07-12tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio...Ira Rosen1-1/+2
2009-07-08basic-block.h (dump_regset, [...]): Remove duplicate prototypes.Shujing Zhao1-2/+3
2009-06-16tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio...Ira Rosen1-1/+6
2009-06-01re PR tree-optimization/39129 (The meaning of 'BB' in "too many BBs in loop")Ira Rosen1-19/+24
2009-05-31tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't mark phis ...Ira Rosen1-3/+0
2009-05-24passes.texi (Tree-SSA passes): Document SLP pass.Ira Rosen1-12/+51
2009-04-28tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use REPORT_VECTOR...Ira Rosen1-13/+11
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-1/+2
2009-04-04Makefile.in (tree-ssa-copy.o): Add $(CFGLOOP_H) dependency.Richard Guenther1-2/+3