aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-04tree-ssa-ccp.c (set_rhs): Change function to return a bool.Roger Sayle1-10/+23
2004-07-03tree-ssa.c (tree_ssa_useless_type_conversion): Also look at VIEW_CONVERT_EXPR...Richard Kenner1-1/+0
2004-06-28tree-cfg.c (verify_stmt): Add last_in_block parameter.Richard Henderson1-2/+7
2004-06-22tree.def (VTABLE_REF): Remove.Richard Henderson1-3/+31
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-50/+101
2004-06-18tree-dfa.c (create_var_ann): tree_ann -> tree_ann_t.Daniel Berlin1-1/+1
2004-06-17tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod1-10/+12
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher1-3/+3
2004-06-10Makefile.in (tree-ssanames.o): Depend on TREE_FLOW_H.Diego Novillo1-3/+3
2004-06-10tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth1-14/+39
2004-06-09tree-complex.c (expand_complex_comparison): Use fold_convert instead of convert.Andrew Pinski1-1/+1
2004-06-03tree-ssa-ccp.c (varying_ssa_edges): New worklist.Daniel Berlin1-25/+65
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-4/+4
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+2393