aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-5/+5
2005-03-07tree-cfg.c (find_taken_edge_computed_goto): New function.Jeff Law1-1/+16
2005-03-04basic-block.h (rediscover_loops_after_threading): Declare.Jeff Law1-1/+34
2005-03-02tree-ssa-dom.c (tree_ssa_dominator_optimize): Call free_dominance_info only w...Kazu Hirata1-1/+2
2005-03-02tree-ssa-dom.c (tree_ssa_dominator_optimize): Fix setting of CFG_ALTERED in t...Jeff Law1-2/+2
2005-02-26tree-ssa-dom.c (simple_iv_increment_p): New function.Zdenek Dvorak1-1/+49
2005-02-24ChangeLog.5: Fix log message typo(s).Volker Reichelt1-2/+2
2005-02-21re PR tree-optimization/18663 (ACATS ICE cc1221d expected integer_cst, have n...Eric Botcazou1-4/+7
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-4/+4
2005-02-10tree-ssa-dom.c (thread_across_edge): Use xmalloc, not xcalloc.Jeff Law1-3/+3
2005-01-31tree-ssa-dom.c (record_cond): Pass correct variable type for last argument to...Jeff Law1-1/+1
2005-01-27re PR middle-end/17278 (8% C++ compile-time regression in comparison with 3.4...Steven Bosscher1-1/+1
2005-01-23alias.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-01-22re PR tree-optimization/19038 (tree-ssa causing loops to have more than one BB)Daniel Berlin1-0/+8
2005-01-17Opps. Committed wrong version.Jeff Law1-0/+3
2005-01-17tree-ssa-dom.c (tree_ssa_dominator_optimize): Clear SSA_NAME_VALUE at the end...Jeff Law1-20/+20
2005-01-17tree-ssa-dom.c (tree_ssa_dominator_optimize): Don't call mark_dfs_back_edges.Kazu Hirata1-5/+0
2005-01-15* tree-ssa-dom.c (extract_range_from_cond): Correct condition.Roger Sayle1-1/+1
2005-01-15re PR tree-optimization/19060 (Miscompiling of if and "long long")Jakub Jelinek1-7/+19
2004-12-27tree-ssa-dom.c (thread_across_edge): Remove broken code to avoid threading in...Jeff Law1-16/+0
2004-12-13tree-ssa-dom.c (thread_across_edge): Do not thread jumps if a PHI argument is...Jeff Law1-0/+10
2004-12-13* tree-ssa-dom.c (record_edge_info): Fix memory leak.Kazu Hirata1-6/+6
2004-12-13tree-ssa-dom.c (record_equivalences_from_phis): Add a comment.Kazu Hirata1-1/+3
2004-12-13tree-ssa-dom.c (record_equivalences_from_phis): Speed up by doing a pointer c...Kazu Hirata1-1/+1
2004-12-12* tree-ssa-dom.c (thread_across_edge): Fix a comment typo.Kazu Hirata1-1/+1
2004-12-12* tree-ssa-dom.c (thread_across_edge): Fix a comment typo.Kazu Hirata1-1/+1
2004-12-10tree-ssa-dom.c (thread_across_edge): Speed up by avoiding a call to is_gimple...Kazu Hirata1-5/+5
2004-12-03tree-ssa-dom.c (record_equivalences_from_phis): Remove an "if" whose conditio...Kazu Hirata1-17/+12
2004-11-27tree.c (operand_equal_for_phi_arg_p): New.Kazu Hirata1-2/+2
2004-11-24tree-ssa-dom.c (cprop_into_successor_phis): Replace index with indx.Kazu Hirata1-4/+4
2004-11-24tree-ssa-dom.c (cprop_into_successor_phis): Remove code to find the index of ...Kazu Hirata1-35/+4
2004-11-23tree-into-ssa.c (DEF_VEC_MALLOC_P(basic_block)): Declare.Diego Novillo1-52/+47
2004-11-19re PR tree-optimization/18507 (block_defs_stack varrray should not be GC'ed)Andrew Pinski1-8/+11
2004-11-16tree-cfg.c (verify_expr): Replace TREE_OPERAND with COND_EXPR_COND.Kazu Hirata1-12/+12
2004-11-10re PR tree-optimization/17892 (gcc-4.0 should not reassociate floating point ...Fariborz Jahanian1-1/+2
2004-10-30* tree-ssa-dom.c: Fix comment typos.Kazu Hirata1-2/+2
2004-10-29tree-ssa-dom.c (struct edge_info): New structure holding edge equivalences an...Jeff Law1-363/+482
2004-10-29bitmap.h (bitmap_empty_p): New.Nathan Sidwell1-2/+2
2004-10-23tree-ssa-dom.c (record_equality): Use loop depth to determine which way to re...Daniel Berlin1-2/+32
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-5/+5
2004-10-13tree-ssa-dom.c (record_range): Free the element if we are not going to use it.Andrew Pinski1-0/+2
2004-10-12re PR tree-optimization/17892 (gcc-4.0 should not reassociate floating point ...Fariborz Jahanian1-1/+14
2004-10-04tree-ssa-dom.c (tree_ssa_dominator_optimize): Initialize OPT_STATS to 0.Diego Novillo1-0/+2
2004-09-29tree.h (INDIRECT_REF_P): New macro.Daniel Berlin1-3/+1
2004-09-28re PR tree-optimization/15089 (local register variable with a specified regis...Richard Henderson1-0/+5
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-16/+16
2004-09-24tree-ssa-dom.c (dom_opt_finalize_block): Fix violation of strict aliasing rules.Jeff Law1-4/+7
2004-09-24tree-ssa-dom.c (record_range): Fix violation of strict aliasing rules.Andreas Schwab1-2/+2
2004-09-23tree-ssa-ccp.c (get_default_value): Use SSA_NAME_VALUE rather than SSA_NAME_E...Jeff Law1-23/+41
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-1/+3