summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.nathan2005-02-171-4/+4
* * tree-ssa-dom.c (thread_across_edge): Use xmalloc, not xcalloc.law2005-02-101-3/+3
* * tree-ssa-dom.c (record_cond): Pass correct variable typelaw2005-02-011-1/+1
* PR middle-end/17278steven2005-01-271-1/+1
* * alias.c, c-common.h, c-incpath.c, c-incpath.h, expr.c,kazu2005-01-231-2/+2
* 2005-01-20 Daniel Berlin <dberlin@dberlin.org>dberlin2005-01-221-0/+8
* Opps. Committed wrong version.law2005-01-181-0/+3
* * tree-ssa-dom.c (tree_ssa_dominator_optimize): Clear SSA_NAME_VALUElaw2005-01-181-20/+20
* * tree-ssa-dom.c (tree_ssa_dominator_optimize): Don't callkazu2005-01-171-5/+0
* * tree-ssa-dom.c (extract_range_from_cond): Correct condition.sayle2005-01-151-1/+1
* PR tree-optimization/19060jakub2005-01-151-7/+19
* * tree-ssa-dom.c (thread_across_edge): Remove broken code tolaw2004-12-281-16/+0
* * tree-ssa-dom.c (thread_across_edge): Do not thread jumps if alaw2004-12-131-0/+10
* * tree-ssa-dom.c (record_edge_info): Fix memory leak.kazu2004-12-131-6/+6
* * tree-ssa-dom.c (record_equivalences_from_phis): Add akazu2004-12-131-1/+3
* * tree-ssa-dom.c (record_equivalences_from_phis): Speed up bykazu2004-12-131-1/+1
* * tree-ssa-dom.c (thread_across_edge): Fix a comment typo.kazu2004-12-121-1/+1
* * tree-ssa-dom.c (thread_across_edge): Fix a comment typo.kazu2004-12-121-1/+1
* * tree-ssa-dom.c (thread_across_edge): Speed up by avoiding akazu2004-12-101-5/+5
* * tree-ssa-dom.c (record_equivalences_from_phis): Remove ankazu2004-12-031-17/+12
* * tree.c (operand_equal_for_phi_arg_p): New.kazu2004-11-271-2/+2
* * tree-ssa-dom.c (cprop_into_successor_phis): Replace indexkazu2004-11-241-4/+4
* * tree-ssa-dom.c (cprop_into_successor_phis): Remove code tokazu2004-11-241-35/+4