| Commit message (Expand) | Author | Age | Files | Lines |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | nickc | 2007-07-26 | 1 | -4/+3 |
* | * tree-scalar-evolution.c (scev_const_prop): Add arguments to | rakdver | 2007-07-09 | 1 | -1/+2 |
* | * lambda-code.c (remove_iv): New. | spop | 2007-06-10 | 1 | -0/+42 |
* | * lambda-code.c (struct lambda_lattice_s): Add a name to the struct. | tneumann | 2007-06-06 | 1 | -8/+8 |
* | * lambda.h (build_linear_expr): New. | spop | 2007-06-06 | 1 | -231/+59 |
* | * cfgloopmanip.c (remove_path, loopify, duplicate_loop_to_header_edge): | rakdver | 2007-06-03 | 1 | -1/+1 |
* | * tree-scalar-evolution.c (scev_const_prop): Do not create labels. | rakdver | 2007-05-30 | 1 | -2/+2 |
* | * tree-loop-linear.c (gather_interchange_stats, try_interchange_loops): | rakdver | 2007-05-11 | 1 | -3/+2 |
* | PR tree-optimization/30565 | rakdver | 2007-05-03 | 1 | -1/+2 |
* | * tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to | rakdver | 2007-04-27 | 1 | -4/+2 |
* | PR tree-optimization/30835 | rakdver | 2007-03-12 | 1 | -2/+3 |
* | * doc/extend.texi: Document optional priority argument to | mmitchel | 2007-02-25 | 1 | -2/+2 |
* | * function.c (gimplify_parameters): Call build_gimple_modify_stmt | sayle | 2007-02-19 | 1 | -31/+33 |
* | * doc/loop.texi: Document recording of loop exits. | rakdver | 2007-01-12 | 1 | -1/+0 |
* | * tree-scalar-evolution.c (scev_const_prop): | dnovillo | 2006-12-11 | 1 | -6/+2 |
* | Merge gimple-tuples-branch into mainline. | aldyh | 2006-12-05 | 1 | -39/+41 |
* | * tree-vrp.c (execute_vrp): Do not pass loops structure through | rakdver | 2006-11-25 | 1 | -10/+6 |
* | * tree-loop-linear.c (linear_transform_loops): Use single_exit accessor | rakdver | 2006-11-21 | 1 | -7/+7 |
* | * tree-vrp.c (execute_vrp): Do not update current_loops. | rakdver | 2006-11-17 | 1 | -1/+1 |
* | PR tree-optimization/29581 | jakub | 2006-11-15 | 1 | -14/+92 |
* | * tree-ssa-loop-prefetch.c (schedule_prefetches): Cleanup and improve | rakdver | 2006-11-12 | 1 | -3/+3 |
* | PR middle-end/27745 | spop | 2006-05-29 | 1 | -35/+7 |
* | * cfgcleanup.c, cfgexpand.c, cgraphunit.c, config/arm/arm.c, | kazu | 2006-05-28 | 1 | -2/+2 |
* | 2006-05-23 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2006-05-23 | 1 | -5/+5 |
* | PR middle-end/20256 | spop | 2006-05-17 | 1 | -63/+97 |
* | Implement new immediate use iterators. | amacleod | 2006-04-27 | 1 | -34/+30 |
* | * Makefile.in (tree-into-ssa.o, tree-outof-ssa.o, | kazu | 2006-04-10 | 1 | -3/+1 |
* | * tree-loop-linear.c: Don't include varray.h. | spop | 2006-03-28 | 1 | -7/+3 |
* | 2006-02-27 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2006-02-27 | 1 | -11/+8 |
* | * tree-chrec.c (eq_evolutions_p): New. | spop | 2006-02-20 | 1 | -47/+8 |
* | 2006-02-02 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2006-02-02 | 1 | -1/+1 |
* | 2006-01-04 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2006-01-04 | 1 | -28/+59 |
* | 2005-12-02 Richard Guenther <rguenther@suse.de> | rguenth | 2005-12-02 | 1 | -45/+45 |
* | * lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS | spop | 2005-11-05 | 1 | -6/+9 |
* | * lambda-code.c (lambda_vector_lexico_pos): Moved... | spop | 2005-08-23 | 1 | -21/+0 |
* | * 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 |
* | 2005-06-11 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2005-06-11 | 1 | -1/+3 |
* | 2005-06-10 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2005-06-10 | 1 | -2/+2 |
* | 2005-06-10 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2005-06-10 | 1 | -35/+165 |
* | * basic-block.h, bb-reorder.c, c-gimplify.c, config/darwin.c, | ghazi | 2005-06-01 | 1 | -1/+0 |
* | * vec.h: Implement integral type vector specialization. | nathan | 2005-05-27 | 1 | -2/+2 |
* | 2005-05-25 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2005-05-25 | 1 | -2/+2 |
* | 2005-05-03 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2005-05-03 | 1 | -28/+21 |
* | 2005-04-22 Diego Novillo <dnovillo@redhat.com> | dnovillo | 2005-04-23 | 1 | -1/+11 |
* | * lambda-code.c: Define VEC(int,heap), VEC(lambda_loop,heap). | nathan | 2005-04-22 | 1 | -81/+80 |
* | * alias.c (true_dependence): Remove 'abort' from comments. Use | nathan | 2005-04-21 | 1 | -6/+3 |
* | * vec.h: Update API to separate allocation mechanism from type. | nathan | 2005-04-21 | 1 | -41/+48 |
* | * tree-flow-inline.h (get_stmt_operands): Remove. | kazu | 2005-04-17 | 1 | -1/+0 |
* | 2005-04-11 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2005-04-11 | 1 | -2/+15 |