Age | Commit message (Expand) | Author | Files | Lines |
2005-11-05 | c-typeck.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2005-09-19 | tree-ssa-operands.c (swap_tree_operands): Export. | Dorit Nuzman | 1 | -15/+3 |
2005-09-06 | common.opt: Add option ftree-vect-loop-version. | Keith Besaw | 1 | -1/+5 |
2005-08-24 | bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. | Zdenek Dvorak | 1 | -1/+2 |
2005-08-18 | re PR tree-optimization/22228 (ICE with -ftree-vectorize in verify_ssa) | Dorit Nuzman | 1 | -0/+19 |
2005-07-28 | builtins.c: Fix comment typo(s). | Volker Reichelt | 1 | -1/+1 |
2005-07-28 | re PR tree-optimization/22506 (ICE with -ftree-vectorize in var_ann, at tree-... | Dorit Nuzman | 1 | -0/+4 |
2005-07-25 | expr.c (highest_pow2_factor): Make extern. | Ira Rosen | 1 | -40/+4 |
2005-07-24 | re PR tree-optimization/22526 (vectorizer produces mis-match types in conditi... | Ira Rosen | 1 | -1/+2 |
2005-07-21 | reg-stack.c: Fix comment typo(s). | Volker Reichelt | 1 | -1/+1 |
2005-07-05 | tree-vectorizer.h (struct _loop_vec_info): Remove loop_line_number. | Devang Patel | 1 | -33/+37 |
2005-07-03 | c-decl.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-06-28 | tree-vectorizer.c (vect_is_simple_reduction): Compare types using TYPE_MAIN_V... | Richard Henderson | 1 | -2/+3 |
2005-06-26 | builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)). | Kazu Hirata | 1 | -2/+2 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-18 | tree.def (REDUC_MAX_EXPR, [...]): New tree-codes. | Dorit Nuzman | 1 | -11/+214 |
2005-06-12 | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-06-10 | tree-vect-analyze.c (vect_analyze_data_ref_dependence): DRs whose dependence-... | Dorit Nuzman | 1 | -3/+7 |
2005-06-05 | tree-flow.h (stmt_ann_d): Move aux to ... | Dorit Nuzman | 1 | -34/+144 |
2005-06-02 | re PR tree-optimization/21734 (ICE: -ftree-vectorize, segfault) | Dorit Nuzman | 1 | -3/+11 |
2005-06-01 | basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary. | Kaveh R. Ghazi | 1 | -1/+0 |
2005-05-26 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-05-03 | lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. | Andrew MacLeod | 1 | -23/+5 |
2005-04-27 | tree-complex.c (expand_vector_operation): New, extracted from expand_vector_o... | Paolo Bonzini | 1 | -14/+3 |
2005-04-22 | [multiple changes] | Diego Novillo | 1 | -142/+49 |
2005-04-17 | tree-flow-inline.h (get_stmt_operands): Remove. | Kazu Hirata | 1 | -2/+0 |
2005-04-11 | tree-data-ref.c (build_classic_dist_vector, [...]): Make externally visible. | Devang Patel | 1 | -5/+6 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -4/+0 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -17/+0 |
2005-03-30 | * tree-vectorizer.c: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2005-03-29 | tree-vectorizer.c (slpeel_update_phi_nodes_for_guard): Removed. | Dorit Naishlos | 1 | -84/+362 |
2005-03-29 | tree-ssanames.c (duplicate_ssa_name_ptr_info): New function. | Dorit Nuzman | 1 | -2/+1 |
2005-03-16 | tree-vectorizer.c (new_vec_stmt_info): Initialize STMT_VINFO_SUBVARS to NULL. | Daniel Berlin | 1 | -0/+1 |
2005-03-15 | tree-vectorizer.h (unknown_alignment_for_access_p): Replaced by known_alignme... | Dorit Naishlos | 1 | -3/+4 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -2/+2 |
2005-03-10 | Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence. | Zdenek Dvorak | 1 | -1/+1 |
2005-03-01 | cfgloop.c (flow_loop_entry_edges_find, [...]): Removed. | Zdenek Dvorak | 1 | -27/+21 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -1/+1 |
2005-02-17 | Makefile.in (tree-vect-analyze.o, [...]): New. | Dorit Naishlos | 1 | -4254/+18 |
2005-02-12 | tree-vectorizer.c (vect_get_base_and_offset): Remove. | Ira Rosen | 1 | -435/+422 |
2005-02-12 | tree-data-ref.c (array_base_name_differ_p): Check that the bases exist and ar... | Ira Rosen | 1 | -12/+73 |
2005-02-12 | tree-vectorizer.h (struct _stmt_vec_info): Rename a field: base to base_address. | Ira Rosen | 1 | -33/+8 |
2005-02-09 | tree-vectorizer.c (vect_set_dump_settings): Check that dump_file exists. | Dorit Naishlos | 1 | -2/+4 |
2005-02-07 | invoke.texi (ftree-vectorizer-verbose): New. | Leehod Baruch | 1 | -450/+513 |
2005-02-03 | tree-vectorizer.h (LOC): New type. | Leehod Baruch | 1 | -219/+256 |
2005-02-03 | tree-vectorizer.c (vect_analyze_data_ref_dependence): Function declaration ad... | Leehod Baruch | 1 | -59/+60 |
2005-02-03 | tree-vectorizer.c (slpeel_make_loop_iterate_ntimes): Copy EXPR_LOCUS from ori... | Dorit Naishlos | 1 | -23/+54 |
2005-01-31 | tree-vectorizer.c (vect_analyze_offset_expr): Use ssizetype instead sizetype. | Ira Rosen | 1 | -44/+45 |
2005-01-24 | tree-flow-inline.h (phi_arg_from_edge): Remove. | Kazu Hirata | 1 | -4/+3 |
2005-01-23 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |