aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-stmts.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-04tree-vect-stmts.c (vectorizable_conversion): Rewritten to handle not just FLO...Jakub Jelinek1-938/+700
2011-11-03re PR tree-optimization/50912 (gimple assertion failure at gimple.h:1940 with...Ira Rosen1-20/+42
2011-11-02re PR tree-optimization/50902 (intVar/dinternal.cc ICEs at -O2 -ftree-vectorize)Richard Guenther1-2/+11
2011-10-31tree-vect-stmts.c (vectorizable_shift): If op1 is vect_external_def in a loop...Jakub Jelinek1-2/+24
2011-10-30tree-cfg.c (verify_gimple_assign_unary): Allow vector conversions.Dmitry Plotnikov1-15/+22
2011-10-28tree-vect-stmts.c (vectorizable_shift): Give up if op1 has different vector m...Jakub Jelinek1-1/+10
2011-10-25Change vec_perm checking and expansion level.Richard Henderson1-9/+13
2011-10-25re PR tree-optimization/50596 (Problems in vectorization of condition express...Jakub Jelinek1-12/+16
2011-10-24tree-vect-stmts.c (vect_get_vec_def_for_operand): Convert constants to vector...Richard Guenther1-30/+78
2011-10-18md.texi (vec_widen_ushiftl_hi, [...]): Document.Ira Rosen1-8/+46
2011-10-16tree-vect-stmts.c (vectorizable_load): For SLP without permutation treat the ...Ira Rosen1-0/+5
2011-10-15Use VEC_PERM_EXPR in the vectorizer.Richard Henderson1-37/+18
2011-10-07re PR middle-end/50650 (ICE in vect_is_simple_use_1, at tree-vect-stmts.c:5689)Jakub Jelinek1-1/+1
2011-10-06re PR tree-optimization/50596 (Problems in vectorization of condition express...Jakub Jelinek1-3/+19
2011-09-27tree-vect-stmts.c (vectorizable_type_demotion): Handle basic block vectorizat...Ira Rosen1-13/+15
2011-09-02re PR tree-optimization/27460 (Does not vectorize statements with mixed type ...Richard Guenther1-18/+14
2011-09-01expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...Richard Guenther1-7/+5
2011-08-23re PR tree-optimization/50162 (Wrong vectorization)Richard Guenther1-1/+1
2011-08-22re PR tree-optimization/50133 (ICE: SIGSEGV in vect_finish_stmt_generation (g...Jakub Jelinek1-8/+1
2011-08-18re PR debug/50017 (-fcompare-debug failure)Jakub Jelinek1-2/+9
2011-08-04tree-vectorizer.h (struct _stmt_vec_info): Add new field for pattern def stat...Ira Rosen1-1/+55
2011-07-01re PR middle-end/49603 (177.mesa in SPEC CPU 2000 failed to build)Richard Guenther1-12/+7
2011-06-30re PR tree-optimization/46787 (Does not vectorize loop with load from scalar ...Richard Guenther1-22/+7
2011-06-30tree-vect-loop.c (vect_determine_vectorization_factor): Handle both pattern a...Ira Rosen1-40/+94
2011-06-27re PR middle-end/49536 (latent bug with creation of vector of arrays)Richard Guenther1-0/+9
2011-06-21re PR tree-optimization/49483 (unable to vectorize code equivalent to "scalbnf")Richard Guenther1-2/+7
2011-06-15tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove.Ira Rosen1-15/+69
2011-06-07tree-vectorizer.h (vect_recog_func_ptr): Make last argument to be a pointer.Ira Rosen1-12/+35
2011-05-18tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new names for...Ira Rosen1-29/+30
2011-05-03md.texi (vec_load_lanes, [...]): Document.Richard Sandiford1-240/+414
2011-04-28re PR tree-optimization/48765 (ICE in vect_transform_stmt)Ira Rosen1-12/+12
2011-04-20Revert last patch.Richard Sandiford1-414/+240
2011-04-20md.texi (vec_load_lanes, [...]): Document.Richard Sandiford1-240/+414
2011-04-20tree-vect-stmts.c (vectorizable_store): Only chain one related statement per ...Richard Sandiford1-6/+9
2011-04-18re PR tree-optimization/48616 (-ftree-vectorize -mxop miscompiles right shift)Jakub Jelinek1-10/+31
2011-04-14tree-vectorizer.h (vect_strided_store_supported): Add a HOST_WIDE_INT argument.Richard Sandiford1-34/+16
2011-04-14tree-vectorizer.h (vect_create_data_ref_ptr): Add an extra type parameter.Richard Sandiford1-6/+6
2011-04-14tree-vect-stmts.c (vectorizable_load): Allocate and free dr_chain within the ...Richard Sandiford1-7/+5
2011-04-14tree-vect-stmts.c (vectorizable_load): Print the number of copies in the dump...Richard Sandiford1-1/+1
2011-03-28tree-vectorizer.h (vect_create_data_ref_ptr): Adjust prototype.Eric Botcazou1-4/+3