summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* re PR tree-optimization/39129 (The meaning of 'BB' in "too many BBs in loop")Ira Rosen2009-06-011-15/+14
* tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't mark phis ...Ira Rosen2009-05-311-6/+0
* passes.texi (Tree-SSA passes): Document SLP pass.Ira Rosen2009-05-241-19/+23
* tree-vect-loop.c (get_initial_def_for_induction): Use correct types for point...Richard Guenther2009-04-291-9/+16
* tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use REPORT_VECTOR...Ira Rosen2009-04-281-23/+254
* collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor2009-04-271-1/+1
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-8/+5
* re PR tree-optimization/39675 (ICE in vect_get_vec_def_for_operand, at tree-v...Ira Rosen2009-04-201-11/+2
* re PR tree-optimization/39698 (wrong types for vectorized reduction)Richard Guenther2009-04-161-10/+10
* Makefile.in (tree-ssa-copy.o): Add $(CFGLOOP_H) dependency.Richard Guenther2009-04-041-11/+20
* tree-vect-loop-manip.c: New file.Ira Rosen2009-03-301-0/+3587