summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * tree-into-ssa.c (DEF_VEC_MALLOC_P(basic_block)): Declare.dnovillo2004-11-231-52/+47
* 2004-11-19 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-11-191-8/+11
* * tree-cfg.c (verify_expr): Replace TREE_OPERAND withkazu2004-11-161-12/+12
* Fix for PR tree-optimization/17892.fjahanian2004-11-101-1/+2
* * tree-ssa-dom.c: Fix comment typos.kazu2004-10-301-2/+2
* * tree-ssa-dom.c (struct edge_info): New structure holdinglaw2004-10-301-363/+482
* * bitmap.h (bitmap_empty_p): New.nathan2004-10-291-2/+2
* 2004-10-23 Daniel Berlin <dberlin@dberlin.org>dberlin2004-10-231-2/+32
* * alias.c, basic-block.h, cgraphunit.c, combine.c, domwalk.h,kazu2004-10-221-5/+5
* 2004-10-13 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-10-131-0/+2
* PR 17892.fjahanian2004-10-121-1/+14
* * tree-ssa-dom.c (tree_ssa_dominator_optimize):dnovillo2004-10-041-0/+2
* 2004-09-29 Daniel Berlin <dberlin@dberlin.org>dberlin2004-09-291-3/+1
* PR 15089rth2004-09-291-0/+5
* 2004-09-24 Ben Elliston <bje@au.ibm.com>bje2004-09-281-16/+16
* * tree-ssa-dom.c (dom_opt_finalize_block): Fix violation of strictlaw2004-09-241-4/+7
* * tree-ssa-dom.c (record_range): Fix violation of strict aliasingschwab2004-09-241-2/+2
* * tree-ssa-ccp.c (get_default_value): Use SSA_NAME_VALUE ratherlaw2004-09-231-23/+41
* 2004-09-23 Dorit Naishlos <dorit@il.ibm.com>dorit2004-09-231-1/+3