aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-forwprop.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-26tree-ssa-forwprop.c (forward_propagate_addr_expr): See through ADDR_EXPR in f...Richard Guenther1-3/+7
2005-05-23tree-ssa-dom.c (cprop_into_stmt): Do not call recompute_tree_invariant_for_ad...Jeff Law1-1/+5
2005-05-19cfgexpand.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-05-18tree-ssa-forwprop.c (cfg_changed): New.Richard Henderson1-19/+34
2005-05-18tree-ssa-forwprop.c (forward_propagate_addr_expr): Do not propagate an ADDR_E...Jeff Law1-0/+5
2005-05-17Makefile.in (tree-ssa-forwprop.o): Depend on langhooks.h.Jeff Law1-10/+294
2005-05-11tree-ssa-forwprop.c (forward_propagate_into_cond_1): Remove redundant code.Kazu Hirata1-5/+0
2005-04-15re PR tree-optimization/21031 (Another missed forward propagation opportunity)Kazu Hirata1-0/+23
2005-04-13tree-ssa-forwprop.c (vars, [...]): Remove.Kazu Hirata1-334/+216
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-33/+20
2005-02-17bt-load.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-2/+2
2004-11-26tree-ssa-forwprop.c (substitute_single_use_vars): Remove duplicate code.Kazu Hirata1-11/+4
2004-09-24re PR tree-optimization/17624 (ICE: SSA corruption (another one))Andrew Pinski1-0/+30
2004-09-18alias.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-5/+5
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-1/+2
2004-07-28tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo1-1/+2
2004-07-25fold-const.c (constant_boolean_node): Make extern.Roger Sayle1-5/+5
2004-05-13tree-ssa-forwprop.c (record_single_argument_cond_exprs): Accept new parameter...Jeff Law1-42/+123
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+445