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