aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-forwprop.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-04re PR tree-optimization/33627 (ICE in verify_stmts compiling abiword)Richard Guenther1-36/+6
2007-09-27re PR tree-optimization/33565 (spurious warning: assuming signed overflow do...Ian Lance Taylor1-2/+1
2007-09-04re PR tree-optimization/33291 (a+=2; a+=2 not simplified to a+=4; with -O3...Richard Guenther1-7/+0
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-02re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther1-1/+1
2007-07-02tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther1-2/+2
2007-06-15[multiple changes]Andrew Pinski1-38/+13
2007-06-06tree-ssa-forwprop.c (forward_propagate_into_cond): Return 2 if we need to sch...Richard Biener1-6/+15
2007-05-25re PR tree-optimization/32090 (ICE in forwprop with zero sized array)Andrew Pinski1-7/+7
2007-05-25cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-05-25re PR tree-optimization/31982 (Missed forw prop with indirect ref and addr. (...Richard Guenther1-19/+21
2007-05-12re PR tree-optimization/31797 (infinite loop in tree-ssa-pre or ICE)Richard Guenther1-2/+9
2007-05-02re PR tree-optimization/31146 (forwprop does not look through casts)Richard Guenther1-4/+17
2007-04-27tree-ssa-forwprop.c (forward_propagate_into_cond): Keep track if we simplifie...Richard Guenther1-5/+20
2007-04-27tree-ssa-forwprop.c (get_prop_dest_stmt): Fix comment typo.Richard Guenther1-1/+1
2007-04-27re PR tree-optimization/30965 (Fails to tree-combine conditions in COND_EXPRs)Richard Guenther1-376/+365
2007-04-18re PR tree-optimization/19431 (missed optimization with ifs and deferencing)Richard Guenther1-0/+299
2007-03-19re PR tree-optimization/31254 (verify_ssa failed: type mismatch between an SS...Andrew Pinski1-6/+3
2007-03-16re PR tree-optimization/31146 (forwprop does not look through casts)Richard Guenther1-34/+46
2007-03-09tree-pass.h (TODO_update_smt_usage): Remove.Diego Novillo1-25/+4
2007-02-04tree-ssa-copyrename.c (copy_rename_partition_coalesce): Return true when some...Jan Hubicka1-0/+1
2007-01-18tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.Jan Hubicka1-1/+1
2007-01-11re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...Jan Hubicka1-2/+1
2007-01-08Better handling of COND_EXPRs in rhsRoberto Costa1-8/+14
2007-01-08tree-ssa-forwprop.c (forward_propagate_into_cond, [...]): Release defs of pro...Jan Hubicka1-1/+5
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-4/+9
2006-12-05tree-vrp.c (pass_vrp): Remove PROP_smt_usage.Daniel Berlin1-1/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-44/+49
2006-11-17re PR middle-end/29584 (internal compiler error on optimization)Jakub Jelinek1-1/+3
2006-05-17re PR tree-optimization/27373 (ICE: add_virtual_operand with pointers to arrays)Daniel Berlin1-9/+30
2006-04-27Implement new immediate use iterators.Andrew MacLeod1-3/+2
2006-03-04tree-sra.c (tree_sra): Return todoflags;Daniel Berlin1-6/+16
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-2/+2
2006-02-20tree.h (struct tree_memory_tag): Add is_used_alone member.Daniel Berlin1-2/+3
2006-01-11re PR tree-optimization/25734 (ice for legal kernel code with -Os)Richard Guenther1-2/+1
2006-01-09tree-ssa-dom.c (simplify_cond_and_lookup_avail_expr): Remove code to propagat...Jeff Law1-1/+135
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law1-2/+2
2006-01-06tree-dfa.c (mark_new_vars_to_rename): Create stmt annotation, if necessary.Richard Guenther1-3/+1
2005-12-18tree-ssa-dom.c (simplify_switch_and_lookup_avail_expr): Code to simplify SWIT...Jeff Law1-0/+60
2005-12-17tree-ssa-dom.c (update_rhs_and_lookup_avail_expr): Kill.Jeff Law1-5/+60
2005-12-09tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i...Diego Novillo1-1/+1
2005-12-02tree-vrp.c (build_assert_expr_for, [...]): Use buildN instead of build.Richard Guenther1-3/+3
2005-12-01tree-ssa-forwprop.c (forward_propagate_addr_expr): Fix thinko in last patch.Richard Guenther1-1/+1
2005-11-30re PR tree-optimization/22501 ([meta-bug] tramp3d-v4 missed optimizations)Richard Guenther1-25/+49
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-05-26tree-ssa-forwprop.c (forward_propagate_addr_expr): See through ADDR_EXPR in f...Richard Guenther1-3/+7
2005-05-23tree-ssa-dom.c (cprop_into_stmt): Do not call recompute_tree_invariant_for_ad...Jeff Law1-1/+5
2005-05-19cfgexpand.c, [...]: Fix comment typos.Kazu Hirata1-1/+1