aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-17tree-cfg.c (tree_can_merge_blocks_p): Allow phi nodes in the merged block.Zdenek Dvorak1-0/+1
2005-05-16re PR tree-optimization/21399 (libstdc++ 12077.cc ICE)Richard Henderson1-3/+3
2005-05-10re PR tree-optimization/21170 (Comments still mention rewrite_ssa_into_ssa.)Kazu Hirata1-1/+1
2005-05-10tree-ssa-dom.c (dom_opt_finalize_block): Do not call thread_across_edge for a...Jeff Law1-12/+0
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-81/+41
2005-04-23* tree-ssa-dom.c: Fix formatting.Kazu Hirata1-8/+8
2005-04-22[multiple changes]Diego Novillo1-1/+1
2005-04-22tree-ssa-dom.c (block_defs_stack): Remove, no longer needed.Jeff Law1-161/+104
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-48/+49
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-35/+27
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-6/+17
2005-03-31tree-ssa-dom.c (cprop_into_successor_phis): Remove an obsolete comment.Kazu Hirata1-2/+0
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