aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-08tree-ssa-dom.c (record_conditions): Only record "unordered" conditions from f...Roger Sayle1-17/+42
2006-04-28The condition the assert was flawed.Andrew MacLeod1-1/+1
2006-04-27Implement new immediate use iterators.Andrew MacLeod1-21/+6
2006-04-22op-common.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-04-20re PR tree-optimization/26854 (Inordinate compile times on large routines)Jeff Law1-1/+1
2006-04-08builtins.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2006-04-03tree-ssa-dom.c (propagate_rhs_into_lhs): Avoid useless folding and operand sc...Jeff Law1-10/+45
2006-03-28timevar.def (TV_TREE_PHI_CPROP): New timevar.Jeff Law1-1/+1
2006-03-28re PR tree-optimization/26796 (ACATS ICE c34002a c52005 spurious storage_error)Jeff Law1-3/+18
2006-03-24tree-ssa-dom.c (propagate_rhs_into_lhs): Don't call update_stmt directly.Jeff Law1-5/+5
2006-03-24tree-ssa-dom.c (propagate_rhs_into_lhs): Temporarily work around bug in immed...Jeff Law1-0/+19
2006-03-20tree-pass.h (pass_phi_only_copy_prop): Delete.Jeff Law1-0/+422
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-03-01re PR tree-optimization/26443 (ICE in add_virtual_operand, at tree-ssa-operan...Daniel Berlin1-2/+3
2006-02-16tree-vrp.c (set_value_range_to_nonnegative): New function.Jeff Law1-157/+6
2006-02-15tree-ssa-dom.c (dom_thread_across_edge): fix tag expression construction.Marcin Dalecki1-1/+1
2006-02-07tree-vrp.c (find_conditional_asserts): Update comments.Jeff Law1-952/+85
2006-01-11tree-ssa-threadupdate.c (threaded_edges): New VEC to hold edge pairs.Jeff Law1-14/+3
2006-01-09tree-ssa-dom.c (simplify_cond_and_lookup_avail_expr): Remove code to propagat...Jeff Law1-143/+7
2005-12-19tree-ssa-dom.c (thread_across_edge): Do not use local_fold.Jeff Law1-3/+8
2005-12-19tree-flow.h (struct stmt_ann_d): Remove makes_aliased_loads and makes_aliased...Zdenek Dvorak1-2/+1
2005-12-18tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis1-22/+22
2005-12-18tree-ssa-dom.c (simplify_switch_and_lookup_avail_expr): Code to simplify SWIT...Jeff Law1-65/+0
2005-12-17tree-ssa-dom.c (update_rhs_and_lookup_avail_expr): Kill.Jeff Law1-114/+3
2005-12-14tree-ssa-ccp.c (fold_stmt_r): DATA argument is now a pointer to a structure c...Jeff Law1-10/+0
2005-12-12tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Remove reassociation code.Jeff Law1-93/+54
2005-12-09tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i...Diego Novillo1-1/+1
2005-12-02tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther1-11/+11
2005-11-18tree-ssa-dom.c (extract_range_from_cond): Deal with variable bounds on types.Richard Kenner1-4/+12
2005-11-10tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Do not perform reassocia...Jeff Law1-0/+1
2005-11-04invoke.texi: Document max-jump-thread-duplication-stmts PARAM.Jeff Law1-0/+16
2005-10-07tree-ssa-dom.c (dom_opt_finalize_block): Fix conditions to determine whether ...Jeff Law1-12/+10
2005-10-04re PR tree-optimization/23049 (ICE with -O3 -ftree-vectorize on 4.1.x)Steven Bosscher1-7/+26
2005-09-26tree-ssa-dom.c (tree_ssa_dominator_optimize): Be more selective about when to...Jeff Law1-1/+5
2005-08-02tree-ssa-dom.c (thread_across_edge): Remove updating here.Jan Hubicka1-2/+0
2005-07-29tree-ssa-dom.c (struct opt_stats_d): Add field num_iterations.Diego Novillo1-0/+6
2005-07-28builtins.c: Fix comment typo(s).Volker Reichelt1-3/+3
2005-07-20tree.h (tree_expr_nonzero_p): Export.James A. Morrison1-1/+1
2005-07-13tree-ssa-dom.c (lookup_avail_expr): Do not pass member in freed structure as ...David Edelsohn1-1/+1
2005-07-12re PR tree-optimization/22335 (DOM creates mis-matched types)Andrew Pinski1-8/+20
2005-07-02tree-ssa-dom.c (find_equivalent_equality_comparison): Do not a eliminate type...Jeff Law1-0/+22
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-13tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): No longer simplify DIV, ...Jeff Law1-133/+8
2005-06-03tree-ssa-dom.c (record_edge_info): Use last_basic_block to allocate info array.Diego Novillo1-1/+1
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-28tree-ssa-dom.c (vrp_element_p): Define.Kazu Hirata1-22/+33
2005-05-27basic-block.h (basic_block_def): Add phi_nodes and predictions.Kazu Hirata1-2/+9
2005-05-27tree-into-ssa.c (update_ssa): Ensure that the operand cache is up-to-date.Kazu Hirata1-9/+9
2005-05-23tree-ssa-dom.c (cprop_into_stmt): Do not call recompute_tree_invariant_for_ad...Jeff Law1-8/+6