Age | Commit message (Expand) | Author | Files | Lines |
2005-06-26 | builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)). | Kazu Hirata | 1 | -2/+2 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-15 | Makefile.in (cfg.o): Add new dependencies. | Jan Hubicka | 1 | -2/+2 |
2005-05-01 | re PR tree-optimization/18316 (Missed IV optimization) | Zdenek Dvorak | 1 | -5/+8 |
2005-04-22 | [multiple changes] | Diego Novillo | 1 | -113/+52 |
2005-04-17 | tree-flow-inline.h (get_stmt_operands): Remove. | Kazu Hirata | 1 | -4/+0 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -1/+4 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -1/+1 |
2005-04-03 | cfghooks.c (lv_flush_pending_stmts, [...]): New. | Mostafa Hagog | 1 | -176/+0 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -7/+7 |
2005-03-10 | Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence. | Zdenek Dvorak | 1 | -16/+51 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -8/+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 | -1/+2 |
2004-11-29 | tree-if-conv.c (replace_phi_with_cond_modify_expr): Use EDGE_PRED instead of ... | Kazu Hirata | 1 | -1/+1 |
2004-11-25 | tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a... | Kazu Hirata | 1 | -5/+5 |
2004-11-24 | tree-ssa-loop-manip.c (lv_adjust_loop_header_phi): Use find_edge to find the ... | Kazu Hirata | 1 | -7/+5 |
2004-11-14 | tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate. | Kazu Hirata | 1 | -1/+1 |
2004-11-13 | c-cppbuiltin.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-11-13 | * tree-ssa-loop-manip.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2004-11-08 | tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate. | Kazu Hirata | 1 | -4/+4 |
2004-11-04 | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 1 | -1/+1 |
2004-10-28 | lambda-code.c (nestify_update_pending_stmts): Remove. | Kazu Hirata | 1 | -39/+3 |
2004-10-27 | re PR tree-optimization/17133 (wrong code with -ftree-lim) | Daniel Berlin | 1 | -1/+1 |
2004-10-25 | cfgloopmanip.c (loopify): Take two more arguments true_edge and false_edge. | Kazu Hirata | 1 | -3/+6 |
2004-10-22 | alias.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -12/+14 |
2004-09-26 | bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style. | Zdenek Dvorak | 1 | -4/+8 |
2004-09-23 | cfgloop.h (update_single_exits_after_duplication): Declare. | Zdenek Dvorak | 1 | -0/+340 |
2004-09-12 | tree-ssa-loop-manip.c (split_loop_exit_edge): Handle non-ssaname arguments of... | Zdenek Dvorak | 1 | -3/+12 |
2004-09-09 | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 1 | -5/+3 |
2004-09-05 | tree-ssa-loop-ivopts.c: New file. | Zdenek Dvorak | 1 | -2/+119 |
2004-08-25 | tree-ssa-operands.h (struct ssa_operand_iterator_d): New. | Andrew MacLeod | 1 | -34/+8 |
2004-08-24 | tree-ssa-loop-ivcanon.c: New file. | Zdenek Dvorak | 1 | -0/+71 |
2004-08-05 | tree-ssa-loop-manip.c: New file. | Zdenek Dvorak | 1 | -0/+339 |