aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-forwprop.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-18tree-ssa-forwprop.c (cfg_changed): New.Richard Henderson1-19/+34
2005-05-18tree-ssa-forwprop.c (forward_propagate_addr_expr): Do not propagate an ADDR_E...Jeff Law1-0/+5
2005-05-17Makefile.in (tree-ssa-forwprop.o): Depend on langhooks.h.Jeff Law1-10/+294
2005-05-11tree-ssa-forwprop.c (forward_propagate_into_cond_1): Remove redundant code.Kazu Hirata1-5/+0
2005-04-15re PR tree-optimization/21031 (Another missed forward propagation opportunity)Kazu Hirata1-0/+23
2005-04-13tree-ssa-forwprop.c (vars, [...]): Remove.Kazu Hirata1-334/+216
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-33/+20
2005-02-17bt-load.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-2/+2
2004-11-26tree-ssa-forwprop.c (substitute_single_use_vars): Remove duplicate code.Kazu Hirata1-11/+4
2004-09-24re PR tree-optimization/17624 (ICE: SSA corruption (another one))Andrew Pinski1-0/+30
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-5/+5
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-1/+2
2004-07-28tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo1-1/+2
2004-07-25fold-const.c (constant_boolean_node): Make extern.Roger Sayle1-5/+5
2004-05-13tree-ssa-forwprop.c (record_single_argument_cond_exprs): Accept new parameter...Jeff Law1-42/+123
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+445