Age | Commit message (Expand) | Author | Files | Lines |
2006-12-11 | * tree-scalar-evolution.c (scev_const_prop): | Diego Novillo | 1 | -6/+2 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -39/+41 |
2006-11-25 | tree-vrp.c (execute_vrp): Do not pass loops structure through arguments. | Zdenek Dvorak | 1 | -10/+6 |
2006-11-21 | tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions. | Zdenek Dvorak | 1 | -7/+7 |
2006-11-17 | tree-vrp.c (execute_vrp): Do not update current_loops. | Zdenek Dvorak | 1 | -1/+1 |
2006-11-15 | re PR tree-optimization/29581 (Latent bug in 4.1/4.2/4.3 lambda-code.c) | Jakub Jelinek | 1 | -14/+92 |
2006-11-12 | tree-ssa-loop-prefetch.c (schedule_prefetches): Cleanup and improve comments. | Zdenek Dvorak | 1 | -3/+3 |
2006-05-29 | re PR tree-optimization/27745 (ICE in execute_todo with -O2 -ftree-loop-linear) | Sebastian Pop | 1 | -35/+7 |
2006-05-28 | cfgcleanup.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2006-05-23 | re PR c++/26757 (C++ front-end producing two DECLs with the same UID) | Andrew MacLeod | 1 | -5/+5 |
2006-05-17 | re PR tree-optimization/20256 (Perfect nest transformation not conservative e... | Sebastian Pop | 1 | -63/+97 |
2006-04-27 | Implement new immediate use iterators. | Andrew MacLeod | 1 | -34/+30 |
2006-04-10 | Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h. | Kazu Hirata | 1 | -3/+1 |
2006-03-28 | tree-loop-linear.c: Don't include varray.h. | Sebastian Pop | 1 | -7/+3 |
2006-02-27 | lambda-code.c (can_convert_to_perfect_nest): Allow any type of | Daniel Berlin | 1 | -11/+8 |
2006-02-20 | tree-chrec.c (eq_evolutions_p): New. | Sebastian Pop | 1 | -47/+8 |
2006-02-02 | tree-flow-inline.h (bsi_after_labels): Rewrite, return what its name says. | Paolo Bonzini | 1 | -1/+1 |
2006-01-04 | lambda-code.c (can_put_in_inner_loop): Relax restrictions. | Daniel Berlin | 1 | -28/+59 |
2005-12-02 | tree-vrp.c (build_assert_expr_for, [...]): Use buildN instead of build. | Richard Guenther | 1 | -45/+45 |
2005-11-05 | lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing ... | Sebastian Pop | 1 | -6/+9 |
2005-08-23 | lambda-code.c (lambda_vector_lexico_pos): Moved... | Sebastian Pop | 1 | -21/+0 |
2005-06-26 | builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)). | Kazu Hirata | 1 | -3/+3 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-11 | lambda-code.c (replace_uses_equiv_to_x_with_y): Verify the step is an INTEGER... | Daniel Berlin | 1 | -1/+3 |
2005-06-10 | lambda-code.c (replace_uses_equiv_to_x_with_y): Check step and access functio... | Daniel Berlin | 1 | -2/+2 |
2005-06-10 | lambda-code.c (replace_uses_of_x_with_y): Renamed and rewritten slightly. | Daniel Berlin | 1 | -35/+165 |
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-27 | vec.h: Implement integral type vector specialization. | Nathan Sidwell | 1 | -2/+2 |
2005-05-25 | lambda-code.c (perfect_nestify): Call update_stmt on the exit condition. | Daniel Berlin | 1 | -2/+2 |
2005-05-03 | lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. | Andrew MacLeod | 1 | -28/+21 |
2005-04-22 | [multiple changes] | Diego Novillo | 1 | -1/+11 |
2005-04-22 | lambda-code.c: Define VEC(int,heap), VEC(lambda_loop,heap). | Nathan Sidwell | 1 | -81/+80 |
2005-04-21 | alias.c (true_dependence): Remove 'abort' from comments. | Nathan Sidwell | 1 | -6/+3 |
2005-04-21 | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 1 | -41/+48 |
2005-04-17 | tree-flow-inline.h (get_stmt_operands): Remove. | Kazu Hirata | 1 | -1/+0 |
2005-04-11 | re PR tree-optimization/20612 (ICE in verify_ssa for -ftree-loop-linear) | Daniel Berlin | 1 | -2/+15 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -11/+20 |
2005-04-01 | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -4/+4 |
2005-03-13 | lambda-code.c (lambda_compute_auxillary_space): Remove local variable determi... | Kazu Hirata | 1 | -3/+3 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -2/+2 |
2005-03-05 | tree-phinodes.c (remove_phi_node): Drop the last argument. | Kazu Hirata | 1 | -1/+1 |
2005-03-01 | cfgloop.c (flow_loop_entry_edges_find, [...]): Removed. | Zdenek Dvorak | 1 | -1/+0 |
2005-02-17 | lambda-code (perfect_nestify): Remove mark/unmark for rewriting hack. | Daniel Berlin | 1 | -9/+8 |
2005-02-15 | bitmap.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-14 | lambda-code.c (lambda_loopnest_to_gcc_loopnest, [...]): Use standard_iv_incre... | Sebastian Pop | 1 | -8/+13 |
2004-12-19 | lambda-code.c (can_convert_to_perfect_nest): Make checking match up with what... | Daniel Berlin | 1 | -4/+12 |
2004-11-25 | tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a... | Kazu Hirata | 1 | -1/+1 |
2004-11-17 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Swap the test when the edge ... | Daniel Berlin | 1 | -7/+8 |
2004-11-16 | tree-cfg.c (bsi_commit_edge_inserts): Remove an argument. | Kazu Hirata | 1 | -1/+1 |
2004-11-13 | c-cppbuiltin.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |