aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-15tree-vectorizer.h (struct _stmt_vec_info): Remove pattern_def_stmt field, add...Jakub Jelinek1-63/+121
2011-12-04re PR middle-end/51285 (internal compiler error: in check_loop_closed_ssa_use...Ira Rosen1-3/+32
2011-11-10re PR tree-optimization/51000 (ICE: in vect_get_store_cost, at tree-vect-stmt...Jakub Jelinek1-17/+4
2011-11-09re PR tree-optimization/51015 (ice in vect_determine_vectorization_factor wit...Ira Rosen1-3/+5
2011-11-06tree-vectorizer.h (vectorizable_condition): Add argument.Ira Rosen1-2/+5
2011-11-03re PR tree-optimization/50912 (gimple assertion failure at gimple.h:1940 with...Ira Rosen1-4/+4
2011-10-24tree-vect-stmts.c (vect_get_vec_def_for_operand): Convert constants to vector...Richard Guenther1-0/+5
2011-10-23re PR tree-optimization/50819 (missed SLP vectorization)Ira Rosen1-2/+2
2011-09-09re PR tree-optimization/50328 (reduction with constant or invariant not vecto...Richard Guenther1-2/+4
2011-09-01expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...Richard Guenther1-3/+3
2011-08-09re PR tree-optimization/50014 (Assertion failed in vect_get_vec_def_for_stmt_...Ira Rosen1-5/+11
2011-08-05tree-vect-loop.c (vect_create_epilog_for_reduction): Use the result of multip...Ira Rosen1-2/+10
2011-08-04tree-vectorizer.h (struct _stmt_vec_info): Add new field for pattern def stat...Ira Rosen1-7/+54
2011-08-01re PR tree-optimization/49926 (ice in process_use, at tree-vect-stmts.c:405)Ira Rosen1-10/+17
2011-07-03re PR tree-optimization/49610 (Segfault with -ftree-vectorize (or -O3))Ira Rosen1-0/+2
2011-06-30tree-vect-loop.c (vect_determine_vectorization_factor): Handle both pattern a...Ira Rosen1-10/+47
2011-06-21re PR tree-optimization/49478 (ice in expand_widen_pattern_expr with -O3)Ira Rosen1-0/+19
2011-06-16tree-vectorizer.h (vect_recog_func_ptr): Change the first argument to be a VE...Ira Rosen1-3/+1
2011-06-15tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove.Ira Rosen1-34/+43
2011-06-13re PR tree-optimization/49352 (-fcompare-debug failure with -O2 -ftree-vector...Jakub Jelinek1-85/+82
2011-06-10re PR tree-optimization/49318 (177.mesa in SPEC CPU 2000 failed to build)Ira Rosen1-1/+11
2011-05-30re PR tree-optimization/49199 (ICE: in vect_create_epilog_for_reduction at tr...Ira Rosen1-22/+78
2011-05-26re PR tree-optimization/49038 (-ftree-vectorise introduces reads past end of ...Ira Rosen1-1/+7
2011-05-22re PR tree-optimization/49087 (crash in vect_is_slp_reduction)Ira Rosen1-1/+7
2011-05-18re PR tree-optimization/41881 (Complete unrolling (inner) versus vectorizatio...Ira Rosen1-30/+237
2011-05-18tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new names for...Ira Rosen1-1/+1
2011-05-04tree-vect-loop.c (vectorizable_reduction): Check reduction cost before settin...Richard Sandiford1-1/+1
2011-04-28re PR tree-optimization/48765 (ICE in vect_transform_stmt)Ira Rosen1-27/+39
2011-03-29re PR tree-optimization/48290 (FAIL: gcc.dg/vect/pr38529.c, ICE in vect_get_v...Ira Rosen1-3/+29
2011-03-22gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not a valid RHS.Richard Guenther1-1/+16
2011-03-01re PR tree-optimization/47890 (internal compiler error: in vect_get_vec_def_f...Richard Guenther1-0/+4
2011-01-06re PR tree-optimization/47139 (ice in process_use, at tree-vect-stmts.c:290)Ira Rosen1-4/+13
2010-12-23Fix PR47002: memory leaks.Sebastian Pop1-0/+4
2010-12-06re PR tree-optimization/46785 (Doesn't vectorize reduction x += y*y)Richard Guenther1-0/+2
2010-12-02tree-vect-loop.c (vect_analyze_scalar_cycles_1): Disregard sign-changing conv...Richard Guenther1-0/+2
2010-12-02re PR tree-optimization/46723 (internal compiler error: in get_initial_def_fo...Richard Guenther1-20/+42
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-11-04re PR tree-optimization/46213 (gfortran.dg/aliasing_array_result_1.f90 ICE: i...Ira Rosen1-1/+5
2010-11-02re PR tree-optimization/46184 (ICE: SIGSEGV in vectorizable_reduction (tree-v...Richard Guenther1-5/+5
2010-10-31fold-const.c (build_zero_vector): Use build_vector_from_val.Nathan Froyd1-16/+5
2010-10-21re PR tree-optimization/46049 (ICE: in expand_widen_pattern_expr, at optabs.c...Ira Rosen1-10/+18
2010-10-07machmode.h (mode_for_vector): Declare.Richard Guenther1-47/+72
2010-09-16tree-vectorizer.c: Fix documentation.Ira Rosen1-45/+45
2010-09-14Turn UNITS_PER_SIMD_WORD into a target hook.H.J. Lu1-3/+4
2010-09-02tree-vectorizer.h (get_later_stmt): New function.Ira Rosen1-2/+2
2010-08-23tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Pre-initialize inner...Kai Tietz1-0/+1
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-8/+8
2010-07-29tree-vect-loop.c (vect_create_epilog_for_reduction): Switch to outer loop whe...Ira Rosen1-2/+51
2010-07-15tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov1-1/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1