summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
Commit message (Expand)AuthorAgeFilesLines
* * tree-ssa-dom.c (thread_across_edge): Do not use local_fold.law2005-12-201-3/+8
* * tree-flow.h (struct stmt_ann_d): Removerakdver2005-12-191-2/+1
* * tree-tailcall.c (find_tail_calls): Use XNEW.gdr2005-12-181-22/+22
* * tree-ssa-dom.c (simplify_switch_and_lookup_avail_expr): Codelaw2005-12-181-65/+0
* * tree-ssa-dom.c (update_rhs_and_lookup_avail_expr): Kill.law2005-12-171-114/+3
* * tree-ssa-ccp.c (fold_stmt_r): DATA argument is now a pointerlaw2005-12-141-10/+0
* * tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Removelaw2005-12-121-93/+54
* * tree.c (recompute_tree_invariant_for_addr_expr): Rename fromdnovillo2005-12-091-1/+1
* 2005-12-02 Richard Guenther <rguenther@suse.de>rguenth2005-12-021-11/+11
* * tree-ssa-dom.c (extract_range_from_cond): Deal with variable boundskenner2005-11-181-4/+12
* * tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Do notlaw2005-11-101-0/+1
* * doc/invoke.texi: Document max-jump-thread-duplication-stmts PARAM.law2005-11-041-0/+16
* * tree-ssa-dom.c (dom_opt_finalize_block): Fix conditions tolaw2005-10-071-12/+10
* 2005-10-05 Steven Bosscher <stevenb@suse.de>steven2005-10-041-7/+26
* * tree-ssa-dom.c (tree_ssa_dominator_optimize): Be more selectivelaw2005-09-261-1/+5
* * tree-ssa-dom.c (thread_across_edge): Remove updating here.hubicka2005-08-021-2/+0
* * tree-ssa-dom.c (struct opt_stats_d): Add field num_iterations.dnovillo2005-07-291-0/+6
* * builtins.c: Fix comment typo(s).reichelt2005-07-281-3/+3
* 2005-07-20 James A. Morrison <phython@gcc.gnu.org>phython2005-07-201-1/+1
* * tree-ssa-dom.c (lookup_avail_expr): Do not pass member in freeddje2005-07-131-1/+1
* 2005-07-12 Andrew Pinski <pinskia@physics.uc.edu>pinskia2005-07-121-8/+20
* * tree-ssa-dom.c (find_equivalent_equality_comparison): Do notlaw2005-07-021-0/+22
* Update FSF address.kcook2005-06-251-2/+2
* * tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): No longerlaw2005-06-131-133/+8
* * tree-ssa-dom.c (record_edge_info): Use last_basic_block todnovillo2005-06-031-1/+1
* * basic-block.h, bb-reorder.c, c-gimplify.c, config/darwin.c,ghazi2005-06-011-1/+0
* * tree-ssa-dom.c (vrp_element_p): Define.kazu2005-05-281-22/+33
* * basic-block.h (basic_block_def): Add phi_nodes andkazu2005-05-271-2/+9
* * tree-into-ssa.c (update_ssa): Ensure that the operand cachekazu2005-05-271-9/+9
* * tree-ssa-dom.c (cprop_into_stmt): Do not calllaw2005-05-241-8/+6
* * tree-cfg.c (tree_can_merge_blocks_p): Allow phi nodes in therakdver2005-05-171-0/+1
* PR tree-opt/21399rth2005-05-161-3/+3
* PR tree-optimization/21170kazu2005-05-101-1/+1
* * tree-ssa-dom.c (dom_opt_finalize_block): Do not calllaw2005-05-101-12/+0
* 2005-05-03 Andrew MacLeod <amacleod@redhat.com>amacleod2005-05-031-81/+41
* * tree-ssa-dom.c: Fix formatting.kazu2005-04-231-8/+8
* 2005-04-22 Diego Novillo <dnovillo@redhat.com>dnovillo2005-04-231-1/+1
* * tree-ssa-dom.c (block_defs_stack): Remove, no longer needed.law2005-04-231-161/+104
* * vec.h: Update API to separate allocation mechanism from type.nathan2005-04-211-48/+49
* Merge from tree-cleanup-branch: VRP, store CCP, storednovillo2005-04-091-35/+27
* 2005-04-05 Andrew MacLeod <amacleod@redhat.com>amacleod2005-04-051-6/+17
* * tree-ssa-dom.c (cprop_into_successor_phis): Remove ankazu2005-03-311-2/+0
* * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,rakdver2005-03-111-5/+5
* * tree-cfg.c (find_taken_edge_computed_goto): New function.law2005-03-081-1/+16
* * basic-block.h (rediscover_loops_after_threading): Declare.law2005-03-041-1/+34
* * tree-ssa-dom.c (tree_ssa_dominator_optimize): Callkazu2005-03-021-1/+2
* * tree-ssa-dom.c (tree_ssa_dominator_optimize): Fix setting oflaw2005-03-021-2/+2
* * tree-ssa-dom.c (simple_iv_increment_p): New function.rakdver2005-02-261-1/+49
* * ChangeLog.5: Fix log message typo(s).reichelt2005-02-241-2/+2
* PR tree-optimization/18663ebotcazou2005-02-211-4/+7