aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-17tree-cfg.c (tree_can_merge_blocks_p): Allow phi nodes in the merged block.Zdenek Dvorak1-0/+1
2005-05-16re PR tree-optimization/21399 (libstdc++ 12077.cc ICE)Richard Henderson1-3/+3
2005-05-10re PR tree-optimization/21170 (Comments still mention rewrite_ssa_into_ssa.)Kazu Hirata1-1/+1
2005-05-10tree-ssa-dom.c (dom_opt_finalize_block): Do not call thread_across_edge for a...Jeff Law1-12/+0
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-81/+41
2005-04-23* tree-ssa-dom.c: Fix formatting.Kazu Hirata1-8/+8
2005-04-22[multiple changes]Diego Novillo1-1/+1
2005-04-22tree-ssa-dom.c (block_defs_stack): Remove, no longer needed.Jeff Law1-161/+104
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-48/+49
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-35/+27
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-6/+17
2005-03-31tree-ssa-dom.c (cprop_into_successor_phis): Remove an obsolete comment.Kazu Hirata1-2/+0
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-5/+5
2005-03-07tree-cfg.c (find_taken_edge_computed_goto): New function.Jeff Law1-1/+16
2005-03-04basic-block.h (rediscover_loops_after_threading): Declare.Jeff Law1-1/+34
2005-03-02tree-ssa-dom.c (tree_ssa_dominator_optimize): Call free_dominance_info only w...Kazu Hirata1-1/+2
2005-03-02tree-ssa-dom.c (tree_ssa_dominator_optimize): Fix setting of CFG_ALTERED in t...Jeff Law1-2/+2