aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-stmts.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-19Fix 0 != CODE_FOR_nothing thinkoRichard Henderson1-1/+1
2012-07-17tree-vect-data-refs.c (vect_get_new_vect_var): Add referenced vars here, use ...Richard Guenther1-3/+0
2012-07-17Clean up supportable_widening_operation.Richard Henderson1-15/+8
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-4/+4
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-1/+1
2012-07-13tm.texi: Regenerate.Bill Schmidt1-58/+133
2012-07-10Use VEC_WIDEN_MULT_EVEN/ODD_EXPR in supportable_widening_operationRichard Henderson1-46/+50
2012-07-10Move vector highpart emulation to the optabs layerRichard Henderson1-152/+19
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-1/+1
2012-06-29tree-vect-stmts.c (vectorizable_operation): Check both VEC_WIDEN_MULT_LO_EXPR...Jakub Jelinek1-2/+7
2012-06-28re PR tree-optimization/51581 (Integer division by constant is not vectorized)Jakub Jelinek1-11/+153
2012-06-26re PR regression/53729 (PR53636 fix caused bb-slp-16.c to FAIL on sparc64 and...Ulrich Weigand1-0/+20
2012-06-15re PR tree-optimization/51581 (Integer division by constant is not vectorized)Jakub Jelinek1-1/+5
2012-06-14tree-vectorizer.h (vect_get_stmt_cost): Move from tree-vect-stmts.c.Bill Schmidt1-42/+0
2012-06-13targhooks.c (default_builtin_vectorized_conversion): Handle vec_construct, us...Bill Schmidt1-4/+6
2012-05-31Makefile.in: Fix many dependencies.Steven Bosscher1-1/+0
2012-05-14tree-vect-data-refs.c (vect_setup_realignment): Remove call to mark_symbols_f...Richard Guenther1-13/+0
2012-05-14re PR bootstrap/53331 (AIX bootstrap failure in tree-vect-data-ref compiling ...Richard Guenther1-4/+13
2012-05-11re PR tree-optimization/53295 (Vectorizer support for non-constant strided lo...Richard Guenther1-31/+36
2012-05-03builtins.c (get_object_alignment_1): Return whether we can determine the alig...Martin Jambor1-18/+18
2012-04-17re PR tree-optimization/18437 (vectorizer failed for matrix multiplication)Michael Matz1-0/+103
2012-04-10tree-vectorizer.h (_loop_vec_info.strided_stores): Rename to grouped_stores.Michael Matz1-50/+50
2012-04-05tree-nrv.c (tree_nrv): Release VDEFs.Richard Guenther1-0/+2
2012-03-26re PR tree-optimization/52721 (segfault in vect_init_vector)Richard Guenther1-18/+17
2012-03-22re PR tree-optimization/52638 (ice in build_vector_from_val)Richard Guenther1-52/+62
2012-03-16tree-vect-stmts.c (vect_get_vec_def_for_operand): Use VIEW_CONVERT_EXPR to co...Richard Guenther1-4/+8
2012-03-16tree-vect-loop.c (get_initial_def_for_induction): Use build_constructor direc...Richard Guenther1-10/+1
2012-03-16tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther1-5/+4
2012-03-15tree-vectorizer.h (vect_pattern_recog): Add new argument.Ira Rosen1-2/+2
2012-03-07omp-low.c (extract_omp_for_data): Use signed_type_for.Richard Guenther1-3/+2
2012-02-28Partially revert:Ulrich Weigand1-1/+1
2012-02-21tree-vect-stmts.c (vectorizable_load): Use pre-computed nested_in_vect_loop.Richard Guenther1-2/+2
2012-02-20re PR tree-optimization/52298 (ICE: verify_ssa failed: definition in block fo...Richard Guenther1-3/+8
2012-02-10re PR tree-optimization/50031 (Sphinx3 has a 10% regression going from GCC 4....Bill Schmidt1-6/+56
2012-02-06re PR tree-optimization/50969 (17% degradation in 168.wupwise for interleave ...Bill Schmidt1-2/+2
2012-02-05re PR tree-optimization/52091 (ICE: verify_gimple failed)Ira Rosen1-43/+49
2012-02-02re PR tree-optimization/52073 (ICE: vector VEC(vec_void_p,base) index domain ...Jakub Jelinek1-0/+5
2012-01-20re PR tree-optimization/51914 ([4.7] vect-intfloat-conversion4a/b tests fail ...Jakub Jelinek1-3/+7
2011-12-23Delete VEC_EXTRACT_EVEN/ODD_EXPR.Richard Henderson1-2/+2
2011-12-23Delete VEC_INTERLEAVE_*_EXPR.Jakub Jelinek1-7/+7
2011-12-15tree-vectorizer.h (struct _stmt_vec_info): Remove pattern_def_stmt field, add...Jakub Jelinek1-16/+30
2011-12-13Revert two unintended commitsRichard Henderson1-7/+7
2011-12-13Delete VEC_INTERLEAVE_*_EXPR.Richard Henderson1-7/+7
2011-12-09re PR tree-optimization/51482 (ice: invalid types in conversion to floating p...Richard Biener1-6/+9
2011-11-14re PR bootstrap/51112 (LTO bootstrap failed with bootstrap-profiled)Ira Rosen1-1/+1
2011-11-11re PR tree-optimization/51058 (ICE: gimple check: expected gimple_assign(erro...Jakub Jelinek1-2/+4
2011-11-10re PR tree-optimization/51000 (ICE: in vect_get_store_cost, at tree-vect-stmt...Jakub Jelinek1-1/+21
2011-11-08tree-vect-stmts.c (vectorizable_call): Add SLP_NODE argument.Jakub Jelinek1-15/+105
2011-11-07re PR tree-optimization/50789 (Gather vectorization)Jakub Jelinek1-34/+241
2011-11-06tree-vectorizer.h (vectorizable_condition): Add argument.Ira Rosen1-63/+128