aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dce.c
AgeCommit message (Expand)Author
2004-10-28tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Use EDGE_COUNT instead of ...Kazu Hirata
2004-10-27tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Don't let an explicit GOTO...Kazu Hirata
2004-10-27re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin
2004-09-29tree.h (INDIRECT_REF_P): New macro.Daniel Berlin
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham
2004-09-10tree-ssa-dce.c (remove_dead_stmt): Update profile.Jan Hubicka
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata
2004-08-25tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod
2004-08-12re PR tree-optimization/16867 (Inline array initializer miscompilation at -O)Diego Novillo
2004-07-28tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo
2004-07-22tree-into-ssa.c (set_livein_block): Fix typo in comment.Diego Novillo
2004-07-08tree-cfg.c (make_exit_edges): Use get_call_expr_in.Richard Henderson
2004-06-28tree-cfg.c (verify_stmt): Add last_in_block parameter.Richard Henderson
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher
2004-06-12[multiple changes]Daniel Berlin
2004-06-10Makefile.in (tree-ssanames.o): Depend on TREE_FLOW_H.Diego Novillo
2004-06-10tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo
2004-05-13tree-ssa-dce.c (perform_tree_ssa_dce): Free el at the end of the function.Andrew Pinski
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo