summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-manip.c
Commit message (Expand)AuthorAgeFilesLines
* builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata2005-06-261-2/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* Makefile.in (cfg.o): Add new dependencies.Jan Hubicka2005-06-151-2/+2
* re PR tree-optimization/18316 (Missed IV optimization)Zdenek Dvorak2005-05-011-5/+8
* [multiple changes]Diego Novillo2005-04-221-113/+52
* tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata2005-04-171-4/+0
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-1/+4
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-1/+1
* cfghooks.c (lv_flush_pending_stmts, [...]): New.Mostafa Hagog2005-04-031-176/+0
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-7/+7
* Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak2005-03-101-16/+51
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-8/+8
* bitmap.c, [...]: Update copyright.Kazu Hirata2005-02-151-1/+1
* lambda-code.c (lambda_loopnest_to_gcc_loopnest, [...]): Use standard_iv_incre...Sebastian Pop2005-02-141-1/+2
* tree-if-conv.c (replace_phi_with_cond_modify_expr): Use EDGE_PRED instead of ...Kazu Hirata2004-11-291-1/+1
* tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a...Kazu Hirata2004-11-251-5/+5
* tree-ssa-loop-manip.c (lv_adjust_loop_header_phi): Use find_edge to find the ...Kazu Hirata2004-11-241-7/+5
* tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata2004-11-141-1/+1
* c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata2004-11-131-1/+1
* * tree-ssa-loop-manip.c: Fix a comment typo.Kazu Hirata2004-11-131-1/+1
* tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata2004-11-081-4/+4
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-1/+1
* lambda-code.c (nestify_update_pending_stmts): Remove.Kazu Hirata2004-10-281-39/+3
* re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin2004-10-271-1/+1
* cfgloopmanip.c (loopify): Take two more arguments true_edge and false_edge.Kazu Hirata2004-10-251-3/+6
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-1/+1
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-12/+14
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-4/+8
* cfgloop.h (update_single_exits_after_duplication): Declare.Zdenek Dvorak2004-09-231-0/+340
* tree-ssa-loop-manip.c (split_loop_exit_edge): Handle non-ssaname arguments of...Zdenek Dvorak2004-09-121-3/+12
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-5/+3
* tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak2004-09-051-2/+119
* tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod2004-08-251-34/+8
* tree-ssa-loop-ivcanon.c: New file.Zdenek Dvorak2004-08-241-0/+71
* tree-ssa-loop-manip.c: New file.Zdenek Dvorak2004-08-051-0/+339