aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-stmts.c
AgeCommit message (Expand)AuthorFilesLines
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
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