aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.c
AgeCommit message (Expand)AuthorFilesLines
2004-12-28* tree-vectorizer.c (vect_mark_relevant) First argument changed fromDorit Naishlos1-7/+7
2004-12-22optabs.h (OTI_movmisalign, [...]): New.Richard Henderson1-2/+2
2004-12-10tree-into-ssa.c (REWRITE_THIS_STMT): Define.Diego Novillo1-0/+4
2004-12-02re PR tree-optimization/18716 ([ICE] verify_flow_info failed (loop))Dorit Naishlos1-5/+13
2004-11-30tree-vectorizer.c (vect_analyze_data_refs): Reformat and avoid uninitialized ...Nathan Sidwell1-12/+20
2004-11-30re PR tree-optimization/18607 (Vectorizer: data_reference is overwritten in v...Ira Rosen1-4/+4
2004-11-30tree-vectorizer.c (vect_gen_niters_for_prolog_loop): Use tree_low_cst instead...Dorit Naishlos1-1/+1
2004-11-30tree-vectorizer.c (vect_can_force_dr_alignment_p): Return false for decls tha...Dorit Naishlos1-1/+4
2004-11-25tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a...Kazu Hirata1-8/+8
2004-11-23tree-vectorizer.c (vect_analyze_operations): Don't vectorize if the vectoriza...Dorit Naishlos1-91/+65
2004-11-23re PR tree-optimization/18403 (FAILs to vectorize testcases on ppc64-linux)Dorit Naishlos1-1/+11
2004-11-22re PR tree-optimization/18536 (ICE: in emit_move_insn, at expr.c:2590 with -f...Dorit Naishlos1-84/+55
2004-11-22re PR tree-optimization/18544 (ICE with -ftree-vectorize)Dorit Naishlos1-4/+9
2004-11-20tree-ssa-threadupdate.c, [...]: Fix comment typos.Kazu Hirata1-4/+4
2004-11-19tree-vectorizer.c (slpeel_verify_cfg_after_peeling): Define only if checking ...Andreas Tobler1-3/+5
2004-11-19re PR tree-optimization/18181 (vectorizer: problem in the peeling mechanism i...Dorit Naishlos1-313/+415
2004-11-19tree-vectorizer.c (slpeel_make_loop_iterate_ntimes): Last two arguments removed.Dorit Naishlos1-90/+31
2004-11-19tree-vectorizer.c (slpeel_can_duplicate_loop_p): New name for function previo...Dorit Naishlos1-161/+108
2004-11-19tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): New name for function prev...Dorit Naishlos1-63/+76
2004-11-16tree-cfg.c (verify_expr): Replace TREE_OPERAND with COND_EXPR_COND.Kazu Hirata1-2/+3
2004-11-14re PR tree-optimization/18400 (wrong unrolling after vectorization due to inv...Dorit Naishlos1-0/+4
2004-11-14re PR tree-optimization/18425 (ICE in vector.tcc when -ftree-vectorize enabled)Dorit Naishlos1-3/+5
2004-11-14tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata1-2/+2
2004-11-12* tree-vectorizer.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-11-11tree-vectorizer.c (update_phi_nodes_for_guard): Call reverse_phis.Dorit Naishlos1-51/+69
2004-11-08tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata1-10/+10
2004-11-04bitmap.h: Fix a comment typo.Kazu Hirata1-1/+1
2004-11-04re PR tree-optimization/18009 (ICE in vect_transform_stmt, at tree-vectorizer...Dorit Naishlos1-87/+170
2004-10-29bitmap.h (bitmap_empty_p): New.Nathan Sidwell1-1/+1
2004-10-27re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin1-2/+5
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-14/+14
2004-10-15* pointer-set.c, tree-vectorizer.c: Fix comment typos.Kazu Hirata1-4/+4
2004-10-14tree-vectorizer.c (vect_transform_loop): Declare vectorization_factor always.Andrew Pinski1-2/+0
2004-10-142004-10-14 Olga Golovanevsky <olga@il.ibm.com>Olga Golovanevsky1-73/+1574
2004-10-14tree-vectorizer.c (vect_analyze_data_refs): Call vect_get_base_and_bit_offset...Ira Rosen1-5/+7
2004-10-14tree-vectorizer.c (get_vectype_for_scalar_type): Added debug prinouts.Dorit Naishlos1-22/+32
2004-10-01tree-vectorizer.c (vectorizable_operation): Fail unless the mode for the vect...Paolo Bonzini1-1/+11
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-2/+1
2004-09-25* tree-vectorizer.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-94/+297
2004-09-20cfg.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-19tree-vectorizer.h (stmt_vec_info): Add vect_dr_base field.Ira Rosen1-360/+890
2004-09-10c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-83/+39
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-08-25tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod1-22/+4
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-5/+5
2004-08-24tree-ssa-loop-ivcanon.c: New file.Zdenek Dvorak1-79/+12
2004-08-19tree-vectorizer.c (vect_can_force_dr_alignment_p): Replace STACK_BOUDARY with...Dorit Naishlos1-1/+6
2004-08-17tree-vectorizer.c: New File: loop vectorization on SSAed GIMPLE trees.Dorit Naishlos1-0/+3544