aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-05tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip statements that...Ira Rosen1-0/+8
2010-07-04optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford1-10/+10
2010-07-04tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document new argume...Ira Rosen1-51/+120
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-17/+32
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-05-10tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.Michael Matz1-8/+60
2010-04-22re PR tree-optimization/43842 (ice in vect_create_epilog_for_reduction)Ira Rosen1-4/+10
2010-04-19re PR tree-optimization/37027 (SLP loop vectorization missing support for red...Ira Rosen1-380/+598
2010-04-13tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Only add RW depende...Richard Guenther1-11/+24
2010-04-09tree-vectorizer.h (struct _stmt_vec_info): Document that vectype is the type ...Richard Guenther1-36/+69
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-2/+2
2010-03-29Improve vectorization cost model diagnostic.Sebastian Pop1-3/+3
2010-03-06re PR debug/42897 (yet another ice in verify_ssa)Alexandre Oliva1-7/+7
2010-02-16re PR tree-optimization/43074 (ICE in vectorizable_reduction, at tree-vect-lo...Ira Rosen1-1/+4
2010-01-17tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI node existence check.Richard Guenther1-1/+1
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-8/+3
2009-11-25Remove trailing white spaces.H.J. Lu1-193/+193
2009-11-18re PR debug/41926 ([VTA] internal compiler error: verify_ssa failed)Alexandre Oliva1-1/+45
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+4
2009-08-19omp-low.c (optimize_omp_library_calls): Use types_compatible_p instead of com...Michael Matz1-4/+4
2009-08-09re PR tree-optimization/41008 (ICE in vect_is_simple_reduction, at tree-vect-...Ira Rosen1-3/+12
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-6/+8
2009-07-20tree-vectorizer.h (vectorizable_condition): Add parameters.Ira Rosen1-95/+190
2009-07-13tree-vect-loop.c (get_initial_def_for_reduction): Ensure that the checks acce...Ira Rosen1-13/+26
2009-07-12tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio...Ira Rosen1-112/+381
2009-06-16tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio...Ira Rosen1-57/+167
2009-06-01re PR tree-optimization/39129 (The meaning of 'BB' in "too many BBs in loop")Ira Rosen1-15/+14
2009-05-31tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't mark phis ...Ira Rosen1-6/+0