summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-manip.c
Commit message (Expand)AuthorAgeFilesLines
* 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