aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-28builtins.c: Fix comment typo(s).Volker Reichelt1-3/+3
2005-07-20tree.h (tree_expr_nonzero_p): Export.James A. Morrison1-1/+1
2005-07-13tree-ssa-dom.c (lookup_avail_expr): Do not pass member in freed structure as ...David Edelsohn1-1/+1
2005-07-12re PR tree-optimization/22335 (DOM creates mis-matched types)Andrew Pinski1-8/+20
2005-07-02tree-ssa-dom.c (find_equivalent_equality_comparison): Do not a eliminate type...Jeff Law1-0/+22
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-13tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): No longer simplify DIV, ...Jeff Law1-133/+8
2005-06-03tree-ssa-dom.c (record_edge_info): Use last_basic_block to allocate info array.Diego Novillo1-1/+1
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-28tree-ssa-dom.c (vrp_element_p): Define.Kazu Hirata1-22/+33
2005-05-27basic-block.h (basic_block_def): Add phi_nodes and predictions.Kazu Hirata1-2/+9
2005-05-27tree-into-ssa.c (update_ssa): Ensure that the operand cache is up-to-date.Kazu Hirata1-9/+9
2005-05-23tree-ssa-dom.c (cprop_into_stmt): Do not call recompute_tree_invariant_for_ad...Jeff Law1-8/+6
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