aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
AgeCommit message (Expand)Author
2005-06-03 * tree-ssa-dom.c (record_edge_info): Use last_basic_block toDiego Novillo
2005-06-01 * basic-block.h, bb-reorder.c, c-gimplify.c, config/darwin.c,Kaveh Ghazi
2005-05-28 * tree-ssa-dom.c (vrp_element_p): Define.Kazu Hirata
2005-05-27 * basic-block.h (basic_block_def): Add phi_nodes andKazu Hirata
2005-05-27 * tree-into-ssa.c (update_ssa): Ensure that the operand cacheKazu Hirata
2005-05-24 * tree-ssa-dom.c (cprop_into_stmt): Do not callJeff Law
2005-05-17 * tree-cfg.c (tree_can_merge_blocks_p): Allow phi nodes in theZdenek Dvorak
2005-05-16 PR tree-opt/21399Richard Henderson
2005-05-10 PR tree-optimization/21170Kazu Hirata
2005-05-10 * tree-ssa-dom.c (dom_opt_finalize_block): Do not callJeff Law
2005-05-032005-05-03 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2005-04-23 * tree-ssa-dom.c: Fix formatting.Kazu Hirata
2005-04-232005-04-22 Diego Novillo <dnovillo@redhat.com>Diego Novillo
2005-04-23 * tree-ssa-dom.c (block_defs_stack): Remove, no longer needed.Jeff Law
2005-04-21 * vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell
2005-04-09 Merge from tree-cleanup-branch: VRP, store CCP, storeDiego Novillo
2005-04-052005-04-05 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2005-03-31 * tree-ssa-dom.c (cprop_into_successor_phis): Remove anKazu Hirata
2005-03-11 * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,Zdenek Dvorak
2005-03-08 * tree-cfg.c (find_taken_edge_computed_goto): New function.Jeff Law
2005-03-04 * basic-block.h (rediscover_loops_after_threading): Declare.Jeff Law
2005-03-02 * tree-ssa-dom.c (tree_ssa_dominator_optimize): CallKazu Hirata
2005-03-02 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Fix setting ofJeff Law
2005-02-26 * tree-ssa-dom.c (simple_iv_increment_p): New function.Zdenek Dvorak
2005-02-24 * ChangeLog.5: Fix log message typo(s).Volker Reichelt
2005-02-21 PR tree-optimization/18663Eric Botcazou
2005-02-17 * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.Nathan Sidwell
2005-02-10 * tree-ssa-dom.c (thread_across_edge): Use xmalloc, not xcalloc.Jeff Law
2005-02-01 * tree-ssa-dom.c (record_cond): Pass correct variable typeJeff Law
2005-01-27 PR middle-end/17278Steven Bosscher
2005-01-23 * alias.c, c-common.h, c-incpath.c, c-incpath.h, expr.c,Kazu Hirata
2005-01-222005-01-20 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin
2005-01-18Opps. Committed wrong version.Jeff Law
2005-01-18 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Clear SSA_NAME_VALUEJeff Law
2005-01-17 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Don't callKazu Hirata
2005-01-15 * tree-ssa-dom.c (extract_range_from_cond): Correct condition.Roger Sayle
2005-01-15 PR tree-optimization/19060Jakub Jelinek
2004-12-28 * tree-ssa-dom.c (thread_across_edge): Remove broken code toJeff Law
2004-12-13 * tree-ssa-dom.c (thread_across_edge): Do not thread jumps if aJeff Law
2004-12-13 * tree-ssa-dom.c (record_edge_info): Fix memory leak.Kazu Hirata
2004-12-13 * tree-ssa-dom.c (record_equivalences_from_phis): Add aKazu Hirata
2004-12-13 * tree-ssa-dom.c (record_equivalences_from_phis): Speed up byKazu Hirata
2004-12-12 * tree-ssa-dom.c (thread_across_edge): Fix a comment typo.Kazu Hirata
2004-12-12 * tree-ssa-dom.c (thread_across_edge): Fix a comment typo.Kazu Hirata
2004-12-10 * tree-ssa-dom.c (thread_across_edge): Speed up by avoiding aKazu Hirata
2004-12-03 * tree-ssa-dom.c (record_equivalences_from_phis): Remove anKazu Hirata
2004-11-27 * tree.c (operand_equal_for_phi_arg_p): New.Kazu Hirata
2004-11-24 * tree-ssa-dom.c (cprop_into_successor_phis): Replace indexKazu Hirata
2004-11-24 * tree-ssa-dom.c (cprop_into_successor_phis): Remove code toKazu Hirata
2004-11-23 * tree-into-ssa.c (DEF_VEC_MALLOC_P(basic_block)): Declare.Diego Novillo