summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-forwprop.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple changes]Andrew Pinski2007-06-151-38/+13
* tree-ssa-forwprop.c (forward_propagate_into_cond): Return 2 if we need to sch...Richard Biener2007-06-061-6/+15
* re PR tree-optimization/32090 (ICE in forwprop with zero sized array)Andrew Pinski2007-05-251-7/+7
* cfglayout.c, [...]: Fix comment typos.Kazu Hirata2007-05-251-1/+1
* re PR tree-optimization/31982 (Missed forw prop with indirect ref and addr. (...Richard Guenther2007-05-251-19/+21
* re PR tree-optimization/31797 (infinite loop in tree-ssa-pre or ICE)Richard Guenther2007-05-121-2/+9
* re PR tree-optimization/31146 (forwprop does not look through casts)Richard Guenther2007-05-021-4/+17
* tree-ssa-forwprop.c (forward_propagate_into_cond): Keep track if we simplifie...Richard Guenther2007-04-271-5/+20
* tree-ssa-forwprop.c (get_prop_dest_stmt): Fix comment typo.Richard Guenther2007-04-271-1/+1
* re PR tree-optimization/30965 (Fails to tree-combine conditions in COND_EXPRs)Richard Guenther2007-04-271-376/+365
* re PR tree-optimization/19431 (missed optimization with ifs and deferencing)Richard Guenther2007-04-181-0/+299
* re PR tree-optimization/31254 (verify_ssa failed: type mismatch between an SS...Andrew Pinski2007-03-191-6/+3
* re PR tree-optimization/31146 (forwprop does not look through casts)Richard Guenther2007-03-161-34/+46
* tree-pass.h (TODO_update_smt_usage): Remove.Diego Novillo2007-03-091-25/+4
* tree-ssa-copyrename.c (copy_rename_partition_coalesce): Return true when some...Jan Hubicka2007-02-041-0/+1
* tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.Jan Hubicka2007-01-181-1/+1
* re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...Jan Hubicka2007-01-111-2/+1
* Better handling of COND_EXPRs in rhsRoberto Costa2007-01-081-8/+14
* tree-ssa-forwprop.c (forward_propagate_into_cond, [...]): Release defs of pro...Jan Hubicka2007-01-081-1/+5
* tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo2006-12-111-4/+9
* tree-vrp.c (pass_vrp): Remove PROP_smt_usage.Daniel Berlin2006-12-051-1/+1
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-44/+49
* re PR middle-end/29584 (internal compiler error on optimization)Jakub Jelinek2006-11-171-1/+3
* re PR tree-optimization/27373 (ICE: add_virtual_operand with pointers to arrays)Daniel Berlin2006-05-171-9/+30
* Implement new immediate use iterators.Andrew MacLeod2006-04-271-3/+2
* tree-sra.c (tree_sra): Return todoflags;Daniel Berlin2006-03-041-6/+16
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo2006-03-011-2/+2
* tree.h (struct tree_memory_tag): Add is_used_alone member.Daniel Berlin2006-02-201-2/+3
* re PR tree-optimization/25734 (ice for legal kernel code with -Os)Richard Guenther2006-01-111-2/+1
* tree-ssa-dom.c (simplify_cond_and_lookup_avail_expr): Remove code to propagat...Jeff Law2006-01-091-1/+135
* tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law2006-01-061-2/+2
* tree-dfa.c (mark_new_vars_to_rename): Create stmt annotation, if necessary.Richard Guenther2006-01-061-3/+1
* tree-ssa-dom.c (simplify_switch_and_lookup_avail_expr): Code to simplify SWIT...Jeff Law2005-12-181-0/+60
* tree-ssa-dom.c (update_rhs_and_lookup_avail_expr): Kill.Jeff Law2005-12-171-5/+60
* tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i...Diego Novillo2005-12-091-1/+1
* tree-vrp.c (build_assert_expr_for, [...]): Use buildN instead of build.Richard Guenther2005-12-021-3/+3
* tree-ssa-forwprop.c (forward_propagate_addr_expr): Fix thinko in last patch.Richard Guenther2005-12-011-1/+1
* re PR tree-optimization/22501 ([meta-bug] tramp3d-v4 missed optimizations)Richard Guenther2005-11-301-25/+49
* 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-forwprop.c (forward_propagate_addr_expr): See through ADDR_EXPR in f...Richard Guenther2005-05-261-3/+7
* tree-ssa-dom.c (cprop_into_stmt): Do not call recompute_tree_invariant_for_ad...Jeff Law2005-05-231-1/+5
* cfgexpand.c, [...]: Fix comment typos.Kazu Hirata2005-05-191-1/+1
* tree-ssa-forwprop.c (cfg_changed): New.Richard Henderson2005-05-181-19/+34
* tree-ssa-forwprop.c (forward_propagate_addr_expr): Do not propagate an ADDR_E...Jeff Law2005-05-181-0/+5
* Makefile.in (tree-ssa-forwprop.o): Depend on langhooks.h.Jeff Law2005-05-171-10/+294
* tree-ssa-forwprop.c (forward_propagate_into_cond_1): Remove redundant code.Kazu Hirata2005-05-111-5/+0
* re PR tree-optimization/21031 (Another missed forward propagation opportunity)Kazu Hirata2005-04-151-0/+23
* tree-ssa-forwprop.c (vars, [...]): Remove.Kazu Hirata2005-04-131-334/+216