summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dce.c
Commit message (Expand)AuthorAgeFilesLines
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-1/+1
* pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle2006-07-071-3/+3
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-1/+1
* tree-ssa-dce.c (EXECUTE_IF_CONTROL_DEPENDENT): Make it an iterator-style macro.Kazu Hirata2006-03-151-13/+9
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-3/+6
* tree-ssa-dce.c (remove_dead_statement): When removing a dead control statemen...Jeff Law2006-02-081-23/+22
* tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Remove unreachable code.Zdenek Dvorak2006-01-311-10/+1
* [multiple changes]Diego Novillo2006-01-181-1/+1
* tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law2006-01-061-1/+1
* tree-pass.h (TODO_remove_unused_locals): Define.Richard Guenther2006-01-051-1/+2
* tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis2005-12-181-2/+1
* re PR tree-optimization/24627 (xntp miscompiled)Diego Novillo2005-11-041-3/+3
* Makefile.in (tree-ssa-dce.o): Depend on SCEV_H.Richard Henderson2005-10-111-1/+2
* re PR tree-optimization/24300 (segfault in operand_equal_p with -ftree-vector...Richard Henderson2005-10-111-0/+28
* tree-pass.h, [...]: Revert last change.Richard Henderson2005-09-171-1/+1
* tree-pass.h (pass_vect_dce): Declare.Richard Henderson2005-09-171-1/+1
* builtins.c: Fix comment typo(s).Volker Reichelt2005-07-281-1/+1
* tree-ssa-dce.c (cfg_altered): New global.Jeff Law2005-07-051-1/+23
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR tree-optimization/21847 (misscompiling of the following java code)Steven Bosscher2005-06-071-0/+9
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* tree-flow-inline.h (op_iter_init_use, [...]): Assert that the flags are of ap...Andrew MacLeod2005-05-041-2/+1
* * tree-ssa-dce.c: Fix a comment typo.Kazu Hirata2005-04-271-1/+1
* tree-ssa-dce.c (worklist): Change to VEC(tree,heap).Kazu Hirata2005-04-231-10/+10
* tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata2005-04-171-4/+0
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-5/+12
* re PR tree-optimization/20640 (ICE on NULL PHI_ARG_DEF)Alexandre Oliva2005-04-021-3/+18
* tree-cfg.c (make_goto_expr_edges): Don't use error_mark_node.Steven Bosscher2005-03-121-1/+0
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-1/+1
* tree-ssa-dce.c (control_dependence_map, [...]): Make them static.Kazu Hirata2005-03-071-2/+2
* tree-phinodes.c (remove_phi_node): Drop the last argument.Kazu Hirata2005-03-051-1/+1
* Makefile.in (tree-ssa-sink.o): New.Daniel Berlin2005-03-011-73/+3
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-2/+2
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* tree-ssa-dce.c (visited_control_parents): New sbitmap to replace BB_VISITED u...Steven Bosscher2005-01-141-9/+14
* defaults.h, [...]: Fix comment typos.Kazu Hirata2004-12-131-1/+1
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-0/+1
* re PR tree-optimization/18519 (ICE: Segmentation fault with optimization)Daniel Berlin2004-11-171-8/+3
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-1/+1
* tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Use EDGE_COUNT instead of ...Kazu Hirata2004-10-281-11/+1
* tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Don't let an explicit GOTO...Kazu Hirata2004-10-271-2/+2
* re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin2004-10-271-27/+108
* tree.h (INDIRECT_REF_P): New macro.Daniel Berlin2004-09-291-3/+1
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-15/+11
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-1/+8
* tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos2004-09-231-1/+3
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-1/+1
* tree-ssa-dce.c (remove_dead_stmt): Update profile.Jan Hubicka2004-09-101-0/+2
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-36/+14
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-2/+4