aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiopt.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-23re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod1-3/+3
2006-03-09tree-ssa-phiopt.c (tree_ssa_phiopt): Add cfgchanged variable.Andrew Pinski1-8/+10
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-2/+3
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law1-1/+1
2005-12-18tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis1-1/+1
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-6/+7
2005-09-06tree-ssa-phiopt.c (conditional_replacement): Construct proper SSA form manually.Steven Bosscher1-17/+45
2005-06-26builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata1-8/+8
2005-06-25tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update profile.Jan Hubicka1-0/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-04-20* tree-ssa-phiopt.c: Fix comments.Kazu Hirata1-2/+3
2005-04-20tree-ssa-phiopt.c (tree_ssa_phi_opt): Update calls to conditional_replacement...Kazu Hirata1-19/+19
2005-04-20re PR tree-optimization/21116 (tree-ssa-phiopt.c:193 has wrong translation fr...Kazu Hirata1-1/+1
2005-04-20* tree-ssa-phiopt.c: Fix comment typos.Kazu Hirata1-2/+2
2005-04-20* tree-ssa-phiopt.c: Update a comment about the pass.Kazu Hirata1-37/+48
2005-04-19tree-ssa-phiopt.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-3/+7
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-1/+1
2005-03-14tree-ssa-phiopt.c (minmax_replacement, [...]): New functions.Zdenek Dvorak1-76/+387
2005-03-13tree-ssa-phiopt.c (value_replacement): Remove local variable result.Kazu Hirata1-2/+0
2005-03-12tree-ssa-phiopt.c (tree_ssa_phiopt): Remove local variable removed_phis.Kazu Hirata1-4/+0
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-6/+6
2005-03-08c-common.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2005-03-08* tree-ssa-phiopt.c: Fix a comment typo.Kazu Hirata1-1/+1
2005-03-08tree-ssa-phiopt.c (tree_ssa_phiopt, [...]): Remove unused variable i.Kazu Hirata1-2/+0
2005-03-08tree-ssa-phiopt.c: Update copyright.Kazu Hirata1-74/+70
2005-03-07re PR tree-optimization/17671 (PHI-OPT is not smart enough)Andrew Pinski1-152/+152
2004-11-27tree.c (operand_equal_for_phi_arg_p): New.Kazu Hirata1-4/+4
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