summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-phiopt.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa-phiopt.c (tree_ssa_phiopt): Add cfgchanged variable.Andrew Pinski2006-03-091-8/+10
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-2/+3
* tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law2006-01-061-1/+1
* tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis2005-12-181-1/+1
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-6/+7
* tree-ssa-phiopt.c (conditional_replacement): Construct proper SSA form manually.Steven Bosscher2005-09-061-17/+45
* builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata2005-06-261-8/+8
* tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update profile.Jan Hubicka2005-06-251-0/+4
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* * tree-ssa-phiopt.c: Fix comments.Kazu Hirata2005-04-201-2/+3
* tree-ssa-phiopt.c (tree_ssa_phi_opt): Update calls to conditional_replacement...Kazu Hirata2005-04-201-19/+19
* re PR tree-optimization/21116 (tree-ssa-phiopt.c:193 has wrong translation fr...Kazu Hirata2005-04-201-1/+1
* * tree-ssa-phiopt.c: Fix comment typos.Kazu Hirata2005-04-201-2/+2
* * tree-ssa-phiopt.c: Update a comment about the pass.Kazu Hirata2005-04-201-37/+48
* tree-ssa-phiopt.c, [...]: Fix comment typos.Kazu Hirata2005-04-191-1/+1
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-3/+7
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-1/+1
* tree-ssa-phiopt.c (minmax_replacement, [...]): New functions.Zdenek Dvorak2005-03-141-76/+387
* tree-ssa-phiopt.c (value_replacement): Remove local variable result.Kazu Hirata2005-03-131-2/+0
* tree-ssa-phiopt.c (tree_ssa_phiopt): Remove local variable removed_phis.Kazu Hirata2005-03-121-4/+0
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-6/+6
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2005-03-081-1/+1
* * tree-ssa-phiopt.c: Fix a comment typo.Kazu Hirata2005-03-081-1/+1
* tree-ssa-phiopt.c (tree_ssa_phiopt, [...]): Remove unused variable i.Kazu Hirata2005-03-081-2/+0
* tree-ssa-phiopt.c: Update copyright.Kazu Hirata2005-03-081-74/+70
* re PR tree-optimization/17671 (PHI-OPT is not smart enough)Andrew Pinski2005-03-071-152/+152
* tree.c (operand_equal_for_phi_arg_p): New.Kazu Hirata2004-11-271-4/+4
* re PR tree-optimization/18519 (ICE: Segmentation fault with optimization)Daniel Berlin2004-11-171-6/+1
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-8/+8
* re PR tree-optimization/17902 (ICE from tree_verify_flow_info)Andrew Pinski2004-10-081-3/+3
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-25/+21
* tree-ssa-phiopt.c (conditional_replacement): Use the correct type with the co...Andrew Pinski2004-09-241-2/+2
* alias.c, [...]: Fix comment typos.Kazu Hirata2004-09-181-1/+1
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-1/+1
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-1/+2
* tree-vectorizer.c: New File: loop vectorization on SSAed GIMPLE trees.Dorit Naishlos2004-08-171-2/+1
* tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo2004-07-281-1/+1
* loop-init.c (loop_optimizer_init, [...]): Do not destroy dominance information.Zdenek Dvorak2004-07-171-4/+8
* tree.h (PHI_CHAIN): New.Steven Bosscher2004-06-161-1/+1
* tree-ssa-phiopt.c (value_replacement): Handle the case where the desired edge...Jeff Law2004-05-191-0/+13
* tree-ssa-phiopt.c (abs_replacement): New function.Andrew Pinski2004-05-181-20/+207
* Makefile.in (tree-ssa-phiopt.o): Depends on flags.h.Andrew Pinski2004-05-181-14/+101
* tree-ssa-phiopt.c (replace_phi_with_stmt): New function extracted from condit...Jeff Law2004-05-181-60/+107
* * tree-ssa-phiopt.c: Fix various formatting issues.Jeff Law2004-05-181-79/+76
* re PR tree-optimization/14466 (missed PHI optimization (different types))Andrew Pinski2004-05-141-14/+54
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+306