summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dce.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2004-09-051-1/+1
* tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod2004-08-251-23/+8
* re PR tree-optimization/16867 (Inline array initializer miscompilation at -O)Diego Novillo2004-08-121-30/+76
* tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo2004-07-281-2/+2
* tree-into-ssa.c (set_livein_block): Fix typo in comment.Diego Novillo2004-07-221-0/+1
* tree-cfg.c (make_exit_edges): Use get_call_expr_in.Richard Henderson2004-07-081-7/+6
* tree-cfg.c (verify_stmt): Add last_in_block parameter.Richard Henderson2004-06-281-1/+1
* tree.h (PHI_CHAIN): New.Steven Bosscher2004-06-161-3/+3
* [multiple changes]Daniel Berlin2004-06-121-0/+8
* Makefile.in (tree-ssanames.o): Depend on TREE_FLOW_H.Diego Novillo2004-06-101-1/+1
* tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth2004-06-101-13/+26
* tree-gimple.c: Rename from tree-simple.c.Diego Novillo2004-05-131-1/+1
* tree-ssa-dce.c (perform_tree_ssa_dce): Free el at the end of the function.Andrew Pinski2004-05-131-0/+2
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+911