aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dce.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-03-15tree-ssa-dce.c (EXECUTE_IF_CONTROL_DEPENDENT): Make it an iterator-style macro.Kazu Hirata1-13/+9
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-3/+6
2006-02-08tree-ssa-dce.c (remove_dead_statement): When removing a dead control statemen...Jeff Law1-23/+22
2006-01-31tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Remove unreachable code.Zdenek Dvorak1-10/+1
2006-01-18[multiple changes]Diego Novillo1-1/+1
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law1-1/+1
2006-01-05tree-pass.h (TODO_remove_unused_locals): Define.Richard Guenther1-1/+2
2005-12-18tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis1-2/+1
2005-11-04re PR tree-optimization/24627 (xntp miscompiled)Diego Novillo1-3/+3
2005-10-11Makefile.in (tree-ssa-dce.o): Depend on SCEV_H.Richard Henderson1-1/+2
2005-10-11re PR tree-optimization/24300 (segfault in operand_equal_p with -ftree-vector...Richard Henderson1-0/+28
2005-09-17tree-pass.h, [...]: Revert last change.Richard Henderson1-1/+1
2005-09-17tree-pass.h (pass_vect_dce): Declare.Richard Henderson1-1/+1
2005-07-28builtins.c: Fix comment typo(s).Volker Reichelt1-1/+1
2005-07-05tree-ssa-dce.c (cfg_altered): New global.Jeff Law1-1/+23
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-07re PR tree-optimization/21847 (misscompiling of the following java code)Steven Bosscher1-0/+9
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-04tree-flow-inline.h (op_iter_init_use, [...]): Assert that the flags are of ap...Andrew MacLeod1-2/+1
2005-04-27* tree-ssa-dce.c: Fix a comment typo.Kazu Hirata1-1/+1
2005-04-23tree-ssa-dce.c (worklist): Change to VEC(tree,heap).Kazu Hirata1-10/+10
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-4/+0
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-5/+12
2005-04-02re PR tree-optimization/20640 (ICE on NULL PHI_ARG_DEF)Alexandre Oliva1-3/+18
2005-03-12tree-cfg.c (make_goto_expr_edges): Don't use error_mark_node.Steven Bosscher1-1/+0
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-1/+1
2005-03-07tree-ssa-dce.c (control_dependence_map, [...]): Make them static.Kazu Hirata1-2/+2
2005-03-05tree-phinodes.c (remove_phi_node): Drop the last argument.Kazu Hirata1-1/+1
2005-03-01Makefile.in (tree-ssa-sink.o): New.Daniel Berlin1-73/+3
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-2/+2
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-14tree-ssa-dce.c (visited_control_parents): New sbitmap to replace BB_VISITED u...Steven Bosscher1-9/+14
2004-12-13defaults.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-0/+1
2004-11-17re PR tree-optimization/18519 (ICE: Segmentation fault with optimization)Daniel Berlin1-8/+3
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-1/+1
2004-10-28tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Use EDGE_COUNT instead of ...Kazu Hirata1-11/+1
2004-10-27tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Don't let an explicit GOTO...Kazu Hirata1-2/+2
2004-10-27re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin1-27/+108
2004-09-29tree.h (INDIRECT_REF_P): New macro.Daniel Berlin1-3/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-15/+11
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak1-1/+8
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-1/+3
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-1/+1
2004-09-10tree-ssa-dce.c (remove_dead_stmt): Update profile.Jan Hubicka1-0/+2
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-36/+14
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-2/+4
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-08-25tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod1-23/+8