aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiopt.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-17re PR tree-optimization/18519 (ICE: Segmentation fault with optimization)Daniel Berlin1-6/+1
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-8/+8
2004-10-08re PR tree-optimization/17902 (ICE from tree_verify_flow_info)Andrew Pinski1-3/+3
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-25/+21
2004-09-24tree-ssa-phiopt.c (conditional_replacement): Use the correct type with the co...Andrew Pinski1-2/+2
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-1/+1
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-1/+2
2004-08-17tree-vectorizer.c: New File: loop vectorization on SSAed GIMPLE trees.Dorit Naishlos1-2/+1
2004-07-28tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo1-1/+1
2004-07-17loop-init.c (loop_optimizer_init, [...]): Do not destroy dominance information.Zdenek Dvorak1-4/+8
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