aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-15re PR tree-optimization/55955 (ICE in optab_for_tree_code, at optabs.c:402)Jakub Jelinek1-0/+11
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-03tree-vect-loop.c (vect_analyze_loop_form): Clarify reason for not vectorizing.Richard Biener1-2/+2
2013-01-01re PR tree-optimization/55831 (ICE: verify_flow_info failed)Jakub Jelinek1-3/+3
2012-11-27re PR tree-optimization/55110 (Internal compiler error in vectorizable_reduct...Jakub Jelinek1-1/+0
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-8/+8
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-145/+139
2012-11-06l_fma_float_?.c: Update.Jan Hubicka1-0/+25
2012-10-24dumpfile.c (dump_enabled_p): Make it inline and move the definition to dumpfi...Sharad Singhai1-159/+158
2012-10-10re PR tree-optimization/54877 (ICE: tree check: expected ssa_name, have real_...Jakub Jelinek1-1/+1
2012-10-05tree-vectorizer.h (vect_estimate_min_profitable_iters): Remove.Jan Hubicka1-11/+66
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai1-439/+560
2012-08-22tree-vect-loop.c (vect_transform_loop): Initialize check_profitability to false.Jakub Jelinek1-1/+1
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-3/+3
2012-08-07tree-flow.h (copy_ssa_name_fn): New function.Richard Guenther1-6/+7
2012-08-03tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther1-2/+2
2012-07-31re PR tree-optimization/53773 (Vectorizer generates non-canonical multiplies)Bill Schmidt1-0/+25
2012-07-25tm.texi: Regenerate.Bill Schmidt1-113/+121
2012-07-17tree-vect-data-refs.c (vect_get_new_vect_var): Add referenced vars here, use ...Richard Guenther1-3/+0
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+1
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-7/+6
2012-07-13tm.texi: Regenerate.Bill Schmidt1-31/+23
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-6/+7
2012-06-14tree-vectorizer.h (vect_get_stmt_cost): Move from tree-vect-stmts.c.Bill Schmidt1-35/+22
2012-06-04tree-data-ref.c (struct rdg_vertex_info): Remove.Richard Guenther1-4/+6
2012-05-31Makefile.in: Fix many dependencies.Steven Bosscher1-1/+0
2012-05-21re PR middle-end/53409 (ICE: vector VEC(vec_void_p,base) index domain error, ...Jakub Jelinek1-1/+3
2012-05-21re PR middle-end/53408 (ICE in get_initial_def_for_induction, at tree-vect-lo...Richard Guenther1-5/+39
2012-05-14tree-vect-data-refs.c (vect_setup_realignment): Remove call to mark_symbols_f...Richard Guenther1-1/+1
2012-05-09tree-vectorizer.h (vect_loop_versioning): Adjust prototype.Richard Guenther1-5/+28
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-4/+4
2012-04-25tree-vectorizer.h (vect_loop_versioning): Adjust prototype.Richard Guenther1-11/+5
2012-04-24re PR tree-optimization/53098 (tree-vect-loop.c:1414:19: error: comparison be...Richard Guenther1-1/+1
2012-04-20tree-vect-loop.c (vect_analyze_loop_operations): Do not vectorize loops that ...Richard Guenther1-2/+5
2012-04-10tree-vectorizer.h (_loop_vec_info.strided_stores): Rename to grouped_stores.Michael Matz1-6/+6
2012-04-05tree-nrv.c (tree_nrv): Release VDEFs.Richard Guenther1-1/+4
2012-03-26re PR middle-end/52701 (416.gamess in SPEC CPU 2006 failed to build)Richard Guenther1-6/+8
2012-03-23re PR tree-optimization/52678 (internal compiler error: in vect_update_ivs_af...Richard Guenther1-0/+4
2012-03-16tree-vect-loop.c (get_initial_def_for_induction): Use build_constructor direc...Richard Guenther1-4/+6
2012-03-16tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther1-7/+15
2012-03-15tree-vectorizer.h (vect_pattern_recog): Add new argument.Ira Rosen1-1/+1
2012-02-10re PR tree-optimization/50031 (Sphinx3 has a 10% regression going from GCC 4....Bill Schmidt1-2/+34
2012-02-05re PR tree-optimization/52091 (ICE: verify_gimple failed)Ira Rosen1-7/+8
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