summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/48290 (FAIL: gcc.dg/vect/pr38529.c, ICE in vect_get_v...Ira Rosen2011-03-291-3/+29
* gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not a valid RHS.Richard Guenther2011-03-221-1/+16
* re PR tree-optimization/47890 (internal compiler error: in vect_get_vec_def_f...Richard Guenther2011-03-011-0/+4
* re PR tree-optimization/47139 (ice in process_use, at tree-vect-stmts.c:290)Ira Rosen2011-01-061-4/+13
* Fix PR47002: memory leaks.Sebastian Pop2010-12-231-0/+4
* re PR tree-optimization/46785 (Doesn't vectorize reduction x += y*y)Richard Guenther2010-12-061-0/+2
* tree-vect-loop.c (vect_analyze_scalar_cycles_1): Disregard sign-changing conv...Richard Guenther2010-12-021-0/+2
* re PR tree-optimization/46723 (internal compiler error: in get_initial_def_fo...Richard Guenther2010-12-021-20/+42
* hwint.c: New.Joseph Myers2010-11-301-1/+0
* re PR tree-optimization/46213 (gfortran.dg/aliasing_array_result_1.f90 ICE: i...Ira Rosen2010-11-041-1/+5
* re PR tree-optimization/46184 (ICE: SIGSEGV in vectorizable_reduction (tree-v...Richard Guenther2010-11-021-5/+5
* fold-const.c (build_zero_vector): Use build_vector_from_val.Nathan Froyd2010-10-311-16/+5
* re PR tree-optimization/46049 (ICE: in expand_widen_pattern_expr, at optabs.c...Ira Rosen2010-10-211-10/+18
* machmode.h (mode_for_vector): Declare.Richard Guenther2010-10-071-47/+72
* tree-vectorizer.c: Fix documentation.Ira Rosen2010-09-161-45/+45
* Turn UNITS_PER_SIMD_WORD into a target hook.H.J. Lu2010-09-141-3/+4
* tree-vectorizer.h (get_later_stmt): New function.Ira Rosen2010-09-021-2/+2
* tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Pre-initialize inner...Kai Tietz2010-08-231-0/+1
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-8/+8
* tree-vect-loop.c (vect_create_epilog_for_reduction): Switch to outer loop whe...Ira Rosen2010-07-291-2/+51
* tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov2010-07-151-1/+1
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip statements that...Ira Rosen2010-07-051-0/+8
* optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford2010-07-041-10/+10
* tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document new argume...Ira Rosen2010-07-041-51/+120
* 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-17/+32
* 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-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.Michael Matz2010-05-101-8/+60
* re PR tree-optimization/43842 (ice in vect_create_epilog_for_reduction)Ira Rosen2010-04-221-4/+10
* re PR tree-optimization/37027 (SLP loop vectorization missing support for red...Ira Rosen2010-04-191-380/+598
* tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Only add RW depende...Richard Guenther2010-04-131-11/+24
* tree-vectorizer.h (struct _stmt_vec_info): Document that vectype is the type ...Richard Guenther2010-04-091-36/+69
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-2/+2
* Improve vectorization cost model diagnostic.Sebastian Pop2010-03-291-3/+3
* re PR debug/42897 (yet another ice in verify_ssa)Alexandre Oliva2010-03-061-7/+7
* re PR tree-optimization/43074 (ICE in vectorizable_reduction, at tree-vect-lo...Ira Rosen2010-02-161-1/+4
* tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI node existence check.Richard Guenther2010-01-171-1/+1
* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2009-11-281-8/+3
* Remove trailing white spaces.H.J. Lu2009-11-251-193/+193
* re PR debug/41926 ([VTA] internal compiler error: verify_ssa failed)Alexandre Oliva2009-11-181-1/+45
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-0/+4
* omp-low.c (optimize_omp_library_calls): Use types_compatible_p instead of com...Michael Matz2009-08-191-4/+4
* re PR tree-optimization/41008 (ICE in vect_is_simple_reduction, at tree-vect-...Ira Rosen2009-08-091-3/+12
* Add source_location support to PHI arguments.Andrew MacLeod2009-07-301-6/+8
* tree-vectorizer.h (vectorizable_condition): Add parameters.Ira Rosen2009-07-201-95/+190
* tree-vect-loop.c (get_initial_def_for_reduction): Ensure that the checks acce...Ira Rosen2009-07-131-13/+26
* tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio...Ira Rosen2009-07-121-112/+381
* tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio...Ira Rosen2009-06-161-57/+167