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