aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-21tree-ssa-dom.c (opt_stats): Move so that it lives just after the opt_stats_d ...Jeff Law1-21/+78
2004-09-20tree-ssanames.c (make_ssa_name): No longer need to clear, then initialize key...Jeff Law1-60/+24
2004-09-19basic-block.h (update_bb_profile_after_threading): Declare.Jan Hubicka1-0/+2
2004-09-19tree-ssa-dom.c (restore_nonzero_vars_to_original_value): Fix prototype.Andreas Jaeger1-1/+1
2004-09-18tree-ssa-dom.c (nonzero_vars_stack, [...]): New global varrays to replace the...Jeff Law1-104/+57
2004-09-18alias.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-13/+11
2004-09-17tree-ssa-dom.c (const_and_copies_stack): New.Jeff Law1-54/+40
2004-09-16tree-into-ssa.c (block_defs_stack): New toplevel varray.Jeff Law1-34/+37
2004-09-15Makefile.in (tree-ssa-dom.o): Depend on tree-ssa-propagate.h.Steven Bosscher1-0/+9
2004-09-15* tree-ssa-dom.c: Fix comment typos.Kazu Hirata1-2/+2
2004-09-14tree-ssa-dom.c (avail_exprs_stack): New global varray.Jeff Law1-163/+100
2004-09-14tree-ssa-dom.c (stmts_to_rescan): Move from a block-local varray to a global ...Jeff Law1-16/+21
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-28/+18
2004-09-07builtins.c (fold_builtin_strchr): Use build_int_cst, not fold_convert.Nathan Sidwell1-2/+2
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-1/+2
2004-08-25tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod1-56/+9
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-1/+1
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-1/+1
2004-08-11tree-flow-inline.h (get_def_ops, [...]): Add operand structure reference.Andrew MacLeod1-31/+1
2004-08-10tree-cfg.c (bsi_insert_before, [...]): Call modify_stmt after linking stmt in...Andrew MacLeod1-31/+22
2004-08-09Makefile.in (OBJC-common): Add tree-ssa-threadupdate.cJeff Law1-299/+24
2004-07-28tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo1-1/+1
2004-07-25fold-const.c (constant_boolean_node): Make extern.Roger Sayle1-2/+3
2004-07-22tree-into-ssa.c (set_livein_block): Fix typo in comment.Diego Novillo1-5/+9
2004-07-19tree-ssa-dom.c (single_incoming_edge_ignoring_loop_edges): New.Jeff Law1-17/+41
2004-07-07tree-ssa-dom.c (simplify_switch_and_lookup_avail_expr): Look through any valu...Richard Henderson1-4/+22
2004-07-07tree-flow-inline.h (may_propagate_copy): Move...Richard Henderson1-12/+12
2004-07-03tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Don't fold fp plus with ...Richard Henderson1-0/+20
2004-07-03tree-ssa.c (tree_ssa_useless_type_conversion): Also look at VIEW_CONVERT_EXPR...Richard Kenner1-1/+0
2004-07-02ifcvt.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-06-30tree-ssa-loop-ch.c: New file.Zdenek Dvorak1-1/+1
2004-06-28tree-cfg.c (verify_stmt): Add last_in_block parameter.Richard Henderson1-6/+28
2004-06-28common.opt (ftree-fre): New flag.Diego Novillo1-7/+240
2004-06-26c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-06-24tree-ssa-dom.c (real_avail_expr_hash): New.Richard Henderson1-1/+7
2004-06-24tree-ssa-dom.c (record_dominating_conditions): New function.Jeff Law1-0/+177
2004-06-17tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod1-6/+6
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher1-5/+5
2004-06-16re PR tree-optimization/15993 ([lno] Compiler hangs at -O3)Zdenek Dvorak1-1/+1