aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiopt.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher1-1/+1
2004-05-19tree-ssa-phiopt.c (value_replacement): Handle the case where the desired edge...Jeff Law1-0/+13
2004-05-18tree-ssa-phiopt.c (abs_replacement): New function.Andrew Pinski1-20/+207
2004-05-18Makefile.in (tree-ssa-phiopt.o): Depends on flags.h.Andrew Pinski1-14/+101
2004-05-18tree-ssa-phiopt.c (replace_phi_with_stmt): New function extracted from condit...Jeff Law1-60/+107
2004-05-18* tree-ssa-phiopt.c: Fix various formatting issues.Jeff Law1-79/+76
2004-05-14re PR tree-optimization/14466 (missed PHI optimization (different types))Andrew Pinski1-14/+54
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+306