| Commit message (Expand) | Author | Age | Files | Lines |
* | PR tree-optimization/26197 | dorit | 2006-08-10 | 1 | -1/+1 |
* | * cfgcleanup.c, cfgexpand.c, cgraphunit.c, config/arm/arm.c, | kazu | 2006-05-28 | 1 | -1/+1 |
* | 2006-05-23 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2006-05-23 | 1 | -14/+14 |
* | 2006-05-06 Richard Guenther <rguenther@suse.de> | rguenth | 2006-05-06 | 1 | -0/+5 |
* | Implement new immediate use iterators. | amacleod | 2006-04-27 | 1 | -2/+4 |
* | * tree-loop-linear.c: Don't include varray.h. | spop | 2006-03-28 | 1 | -6/+4 |
* | * builtins.c, c-pragma.h, c-typeck.c, cgraph.c, cgraphunit.c, | kazu | 2006-03-04 | 1 | -2/+2 |
* | * tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG. | dnovillo | 2006-03-01 | 1 | -2/+2 |
* | * Makefile.in (tree-vect-patterns.o): Add rule for new file. | dorit | 2006-01-19 | 1 | -128/+294 |
* | * tree-cfg.c (bsi_replace): Rename final argument from | law | 2006-01-06 | 1 | -1/+1 |
* | PR tree-optimization/24378 | dorit | 2005-12-18 | 1 | -0/+32 |
* | In gcc/ | dberlin | 2005-12-06 | 1 | -1/+1 |
* | 2005-12-02 Richard Guenther <rguenther@suse.de> | rguenth | 2005-12-02 | 1 | -2/+2 |
* | * tree-vect-transform.c (vect_create_epilog_for_reduction): | sje | 2005-10-04 | 1 | -1/+1 |
* | * tree-vect-transform.c, config/ms1/ms1.md, | kazu | 2005-09-30 | 1 | -1/+1 |
* | * tree-flow.h (merge_alias_info): Declare. | rth | 2005-09-19 | 1 | -117/+43 |
* | 2005-09-14 Uros Bizjak <uros@kss-loka.si> | dorit | 2005-09-14 | 1 | -2/+43 |
* | * common.opt: Add option ftree-vect-loop-version. | irar | 2005-09-06 | 1 | -1/+147 |
* | * tree-vect-transform.c (get_initial_def_for_reduction): Set | dorit | 2005-08-21 | 1 | -42/+21 |
* | PR tree-optimization/22228 | dorit | 2005-08-18 | 1 | -0/+9 |
* | * tree-vect-transform.c (vect_create_epilog_for_reduction): Set | dorit | 2005-08-09 | 1 | -9/+16 |
* | * expr.c (highest_pow2_factor): Make extern. | irar | 2005-07-25 | 1 | -30/+21 |
* | Make CONSTRUCTOR use VEC to store initializers. | giovannibajo | 2005-07-20 | 1 | -2/+3 |
* | * bt-load.c (link_btr_uses): Fix uninitialised warnings. | bje | 2005-07-19 | 1 | -1/+1 |
* | * tree-vectorizer.h (struct _loop_vec_info): Remove loop_line_number. | dpatel | 2005-07-06 | 1 | -57/+57 |
* | * tree-vect-transform.c (vect_min_worthwhile_factor): Declare. | rth | 2005-06-29 | 1 | -0/+31 |
* | PR middle-end/21969 | sje | 2005-06-29 | 1 | -1/+1 |
* | * tree-vect-transform.c (get_initial_def_for_reduction): Use correct | rth | 2005-06-28 | 1 | -11/+16 |
* | * tree-vect-transform.c (vect_create_epilog_for_reduction): Remove | rth | 2005-06-28 | 1 | -10/+5 |
* | * builtins.c, c-common.c, c-convert.c, c-decl.c, c-typeck.c, | kazu | 2005-06-26 | 1 | -11/+11 |
* | * cfg.c, tree-vect-transform.c, tree.def: Fix comment typos. | kazu | 2005-06-26 | 1 | -1/+1 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | * genopinit.c (vec_shl_optab, vec_shr_optab): Initialize new optabs. | dorit | 2005-06-21 | 1 | -51/+206 |
* | * tree.def (REDUC_MAX_EXPR, REDUC_MIN_EXPR, REDUC_PLUS_EXPR): New | dorit | 2005-06-18 | 1 | -32/+534 |
* | * tree-vect-transform.c (vect_do_peeling_for_loop_bound): Use | rth | 2005-06-17 | 1 | -3/+6 |
* | * tree-vect-analyze.c (vect_analyze_data_ref_dependence): DRs whose | dorit | 2005-06-10 | 1 | -4/+4 |
* | * tree-flow.h (stmt_ann_d): Move aux to ... | dorit | 2005-06-05 | 1 | -131/+233 |
* | * basic-block.h, bb-reorder.c, c-gimplify.c, config/darwin.c, | ghazi | 2005-06-01 | 1 | -1/+0 |
* | 2005-05-29 Keith Besaw <kbesaw@us.ibm.com> | dorit | 2005-05-29 | 1 | -18/+21 |
* | * c-common.c, c-parser.c, cfgbuild.c, cfghooks.c, cfghooks.h, | kazu | 2005-05-26 | 1 | -1/+1 |
* | 2005-05-26 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2005-05-26 | 1 | -1/+6 |
* | 2005-05-03 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2005-05-03 | 1 | -7/+5 |
* | gcc: | bonzini | 2005-04-27 | 1 | -0/+36 |
* | * tree-ssa-copy.c (copy_prop_visit_cond_stmt): Use | kazu | 2005-04-24 | 1 | -1/+1 |
* | 2005-04-22 Diego Novillo <dnovillo@redhat.com> | dnovillo | 2005-04-23 | 1 | -0/+5 |
* | * tree-flow-inline.h (get_stmt_operands): Remove. | kazu | 2005-04-17 | 1 | -1/+0 |
* | * tree-vect-transform.c (vectorizable_store): Mark necessary | law | 2005-04-15 | 1 | -15/+11 |
* | * tree-vect-transform.c: Fix comment typos. | kazu | 2005-04-12 | 1 | -2/+2 |
* | * tree-data-ref.c (build_classic_dist_vector, | dpatel | 2005-04-12 | 1 | -0/+146 |
* | 2005-04-11 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2005-04-11 | 1 | -3/+3 |