aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-24passes.texi (Tree-SSA passes): Document SLP pass.Ira Rosen1-19/+23
2009-04-29tree-vect-loop.c (get_initial_def_for_induction): Use correct types for point...Richard Guenther1-9/+16
2009-04-28tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use REPORT_VECTOR...Ira Rosen1-23/+254
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-1/+1
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-8/+5
2009-04-20re PR tree-optimization/39675 (ICE in vect_get_vec_def_for_operand, at tree-v...Ira Rosen1-11/+2
2009-04-16re PR tree-optimization/39698 (wrong types for vectorized reduction)Richard Guenther1-10/+10
2009-04-04Makefile.in (tree-ssa-copy.o): Add $(CFGLOOP_H) dependency.Richard Guenther1-11/+20
2009-03-30tree-vect-loop-manip.c: New file.Ira Rosen1-0/+3587