aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher1-6/+6
2004-06-14tree-ssa.c (kill_redundant_phi_nodes): More correctly handle PHIs where the d...Jeff Law1-4/+20
2004-06-10Makefile.in (tree-ssanames.o): Depend on TREE_FLOW_H.Diego Novillo1-25/+11
2004-06-10tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth1-17/+32
2004-06-10tree-ssa.c (verify_ssa): Verify that vdefs/makes_aliased_stores match.Daniel Berlin1-1/+4
2004-06-02re PR tree-optimization/14736 ([tree-ssa] code quality regression)Andrew Pinski1-1/+2
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1
2004-05-13tree-ssa.c (delete_tree_ssa): XFREE bitmaps allocated with BITMAP_XMALLOC.Andrew Pinski1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+1099