aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-im.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-16tree-cfg.c (bsi_commit_edge_inserts): Remove an argument.Kazu Hirata1-1/+1
2004-11-14re PR tree-optimization/18431 (Code for arrays and pointers are not the same)Zdenek Dvorak1-3/+1
2004-11-08tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata1-1/+1
2004-10-29bitmap.h (bitmap_empty_p): New.Nathan Sidwell1-1/+1
2004-10-27re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin1-3/+2
2004-09-29tree.h (INDIRECT_REF_P): New macro.Daniel Berlin1-3/+1
2004-09-28tree-ssa-loop-im.c (single_reachable_address): Skip constant arguments.Diego Novillo1-2/+3
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-3/+4
2004-09-26re PR tree-optimization/17591 (Ada bootstrap SEGV in stage2 on osint.adb, no ...Zdenek Dvorak1-2/+12
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-1/+5
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-11/+11
2004-09-11tree-cfg.c (set_bb_for_stmt): Use PHI_BB.Zdenek Dvorak1-14/+24
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-8/+5
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-5/+5
2004-09-05tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak1-0/+2
2004-09-03Tree level if-conversion for vectorizer.Devang Patel1-11/+1
2004-08-25tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod1-47/+14
2004-08-23tree-ssa-loop-im.c (fem_single_reachable_address, [...]): New functions.Zdenek Dvorak1-22/+157
2004-08-10tree-cfg.c (bsi_insert_before, [...]): Call modify_stmt after linking stmt in...Andrew MacLeod1-2/+1
2004-08-05tree-ssa-loop-manip.c: New file.Zdenek Dvorak1-0/+7
2004-07-29tree-ssa-loop-im.c (force_move_till_expr, [...]): Take orig_loop argument and...Zdenek Dvorak1-9/+20
2004-07-27gimplify.c (is_gimple_addr_expr_arg_or_indirect): Remove.Richard Henderson1-1/+1
2004-07-10tree-ssa-loop-im.c: New file.Zdenek Dvorak1-0/+1299