aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-30tree-ssa-loop-ch.c: New file.Zdenek Dvorak1-1/+1
2004-06-28tree-cfg.c (verify_stmt): Add last_in_block parameter.Richard Henderson1-6/+28
2004-06-28common.opt (ftree-fre): New flag.Diego Novillo1-7/+240
2004-06-26c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-06-24tree-ssa-dom.c (real_avail_expr_hash): New.Richard Henderson1-1/+7
2004-06-24tree-ssa-dom.c (record_dominating_conditions): New function.Jeff Law1-0/+177
2004-06-17tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod1-6/+6
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher1-5/+5
2004-06-16re PR tree-optimization/15993 ([lno] Compiler hangs at -O3)Zdenek Dvorak1-1/+1
2004-06-10Makefile.in (tree-ssanames.o): Depend on TREE_FLOW_H.Diego Novillo1-4/+4
2004-06-10tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth1-19/+44
2004-06-09tree-complex.c (expand_complex_comparison): Use fold_convert instead of convert.Andrew Pinski1-2/+2
2004-05-31tree-ssa-dom.c (record_equivalences_from_incoming_edge): Only look at case la...Steven Bosscher1-2/+6
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-6/+6
2004-05-17toplev.h (flag_delete_null_pointer_checks): Move from here to...Jeff Law1-22/+51
2004-05-15tree-ssa-dom.c (redirect_edges_and_update_ssa_graph): Don't even bother marki...Jeff Law1-17/+36
2004-05-14tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Reorganize so that it pi...Jeff Law1-2/+22
2004-05-13tree-ssa-dom.c (tree_ssa_dominator_optimize): Free nonzero_vars at the end of...Andrew Pinski1-0/+3
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+3121