aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
AgeCommit message (Expand)Author
2006-02-06Merge reload-branch up to revision 101000reload-branchBernd Schmidt
2006-01-11Merged revisions 96681,96683-96686,96689-96692,96698-96701,96705,96708,96710,...Bernd Schmidt
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
2004-11-192004-11-19 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski
2004-11-16 * tree-cfg.c (verify_expr): Replace TREE_OPERAND withKazu Hirata
2004-11-10Fix for PR tree-optimization/17892.Fariborz Jahanian
2004-10-30 * tree-ssa-dom.c: Fix comment typos.Kazu Hirata
2004-10-30 * tree-ssa-dom.c (struct edge_info): New structure holdingJeff Law
2004-10-29 * bitmap.h (bitmap_empty_p): New.Nathan Sidwell
2004-10-232004-10-23 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin
2004-10-22 * alias.c, basic-block.h, cgraphunit.c, combine.c, domwalk.h,Kazu Hirata
2004-10-132004-10-13 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski
2004-10-12PR 17892.Fariborz Jahanian
2004-10-04 * tree-ssa-dom.c (tree_ssa_dominator_optimize):Diego Novillo
2004-09-292004-09-29 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin
2004-09-29 PR 15089Richard Henderson
2004-09-282004-09-24 Ben Elliston <bje@au.ibm.com>Ben Elliston
2004-09-24 * tree-ssa-dom.c (dom_opt_finalize_block): Fix violation of strictJeff Law
2004-09-24 * tree-ssa-dom.c (record_range): Fix violation of strict aliasingAndreas Schwab