| Commit message (Expand) | Author | Age | Files | Lines |
* | * tree-scalar-evolution.c (resolve_mixers): Exported. | rakdver | 2007-05-13 | 1 | -4/+3 |
* | PR tree-optimization/31699 | dorit | 2007-05-03 | 1 | -13/+9 |
* | * tree-vectorizer.c (destroy_loop_vec_info): Set loop->aux to NULL. | dorit | 2007-04-18 | 1 | -8/+11 |
* | * tree-vect-analyze.c (process_use): New function. | dorit | 2007-04-18 | 1 | -72/+127 |
* | * tree-vectorizer.h (stmt_vec_info_type): Add enum value | dorit | 2007-04-17 | 1 | -35/+33 |
* | * tree-vect-analyze.c (vect_analyze_operations): Reorganize calls to | dorit | 2007-04-16 | 1 | -46/+52 |
* | * cfgloop.c, config/alpha/alpha.c, config/bfin/bfin.c, | kazu | 2007-02-18 | 1 | -2/+2 |
* | PR tree-optimization/30771 | dorit | 2007-02-14 | 1 | -27/+67 |
* | * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook. | dorit | 2007-02-11 | 1 | -0/+1 |
* | 2007-02-06 Dorit Nuzman <dorit@il.ibm.com> | dorit | 2007-02-06 | 1 | -45/+60 |
* | * cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c, | kazu | 2007-01-31 | 1 | -2/+2 |
* | * tree-vectorizer.h (struct _stmt_vec_info): Add new field | irar | 2007-01-21 | 1 | -52/+35 |
* | * tree-vectorizer.h (is_pattern_stmt_p): New. | dorit | 2007-01-16 | 1 | -43/+58 |
* | * param.h (MIN_VECT_LOOP_BOUND): New. | dorit | 2007-01-14 | 1 | -1/+4 |
* | * tree-vect-analyze.c (vect_analyze_data_ref_access): Add another check | irar | 2006-12-12 | 1 | -1/+11 |
* | * doc/loop.texi: Document number_of_latch_executions and | rakdver | 2006-12-10 | 1 | -1/+1 |
* | Merge gimple-tuples-branch into mainline. | aldyh | 2006-12-05 | 1 | -6/+8 |
* | * builtins.c, cfgloop.h, cgraph.h, config/arm/arm.c, | kazu | 2006-12-02 | 1 | -2/+3 |
* | 2006-11-27 Richard Guenther <rguenther@suse.de> | rguenth | 2006-11-27 | 1 | -0/+1 |
* | * doc/c-tree.texi: Document new tree codes. | irar | 2006-11-22 | 1 | -24/+585 |
* | * tree-loop-linear.c (linear_transform_loops): Use single_exit accessor | rakdver | 2006-11-21 | 1 | -6/+6 |
* | 2006-11-08 Dorit Nuzman <dorit@il.ibm.com> | dorit | 2006-11-08 | 1 | -48/+53 |
* | ChangeLog | victork | 2006-08-07 | 1 | -1/+2 |
* | PR tree-optimization/27770 | dorit | 2006-08-03 | 1 | -1/+4 |
* | * tree-loop-linear.c (compute_data_dependences_for_loop): Adjust calls. | spop | 2006-03-29 | 1 | -2/+2 |
* | * tree-loop-linear.c: Don't include varray.h. | spop | 2006-03-28 | 1 | -56/+41 |
* | * tree-data-ref.c: Rename DDR_SIZE_VECT to DDR_NB_LOOPS. | spop | 2006-03-26 | 1 | -11/+5 |
* | * Makefile.in (tree-vect-patterns.o): Add rule for new file. | dorit | 2006-01-19 | 1 | -22/+53 |
* | * lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS | spop | 2005-11-05 | 1 | -39/+45 |
* | 2005-09-28 Richard Guenther <rguenther@suse.de> | rguenth | 2005-09-28 | 1 | -3/+3 |
* | * common.opt: Add option ftree-vect-loop-version. | irar | 2005-09-06 | 1 | -156/+348 |
* | PR tree-optimization/22236 | spop | 2005-08-13 | 1 | -1/+1 |
* | PR tree-optimization/23073 | dorit | 2005-07-27 | 1 | -7/+10 |
* | * expr.c (highest_pow2_factor): Make extern. | irar | 2005-07-25 | 1 | -1067/+192 |
* | * tree-vectorizer.h (struct _loop_vec_info): Remove loop_line_number. | dpatel | 2005-07-06 | 1 | -158/+120 |
* | * builtins.c, c-common.c, c-convert.c, c-decl.c, c-typeck.c, | kazu | 2005-06-26 | 1 | -3/+3 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | * tree.def (REDUC_MAX_EXPR, REDUC_MIN_EXPR, REDUC_PLUS_EXPR): New | dorit | 2005-06-18 | 1 | -46/+80 |
* | * tree-vect-analyze.c (vect_analyze_data_ref_dependence): DRs whose | dorit | 2005-06-10 | 1 | -5/+19 |
* | * tree-flow.h (stmt_ann_d): Move aux to ... | dorit | 2005-06-05 | 1 | -158/+242 |
* | * basic-block.h, bb-reorder.c, c-gimplify.c, config/darwin.c, | ghazi | 2005-06-01 | 1 | -1/+0 |
* | * cgraphunit.c, ipa-inline.c, loop-iv.c, modulo-sched.c, | kazu | 2005-05-29 | 1 | -1/+1 |
* | * c-common.c, c-parser.c, cfgbuild.c, cfghooks.c, cfghooks.h, | kazu | 2005-05-26 | 1 | -2/+2 |
* | 2005-05-03 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2005-05-03 | 1 | -49/+20 |
* | gcc: | bonzini | 2005-04-27 | 1 | -8/+1 |
* | * tree-vect-analyze.c (vect_mark_relevant): Take | kazu | 2005-04-25 | 1 | -12/+11 |
* | 2005-04-15 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2005-04-15 | 1 | -7/+21 |
* | * tree-data-ref.c (build_classic_dist_vector, | dpatel | 2005-04-12 | 1 | -15/+77 |
* | 2005-04-11 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2005-04-11 | 1 | -1/+1 |
* | * tree-vect-analyze.c (vect_analyze_loop_form): Call | dorit | 2005-04-06 | 1 | -1/+1 |