tree-ssa.c (ssa_remove_edge): Remove.
[gcc.git] / gcc / tree-ssa.c
2004-11-22 Kazu Hiratatree-ssa.c (ssa_remove_edge): Remove.
2004-11-22 Kazu Hiratatree-cfg.c (tree_execute_on_shrinking_pred): New.
2004-11-22 Kazu Hiratatree-flow.h: Remove the prototype for remove_phi_arg.
2004-11-22 Daniel Berlintree-ssa.c (verify_ssa): SSA_OP_ALL_USES should be...
2004-11-22 Jeff Lawtree-ssa.c (verify_use): Fix comment.
2004-11-19 Jeff Lawtree-ssa.c (verify_ssa): Remove redundant checking...
2004-11-14 Zdenek Dvorakre PR tree-optimization/18431 (Code for arrays and...
2004-11-12 Steven Bosschertree-ssa.c (walk_use_def_chains_1): Make the visited...
2004-11-08 Kazu Hiratatree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN...
2004-11-04 Ulrich Weigandre PR tree-optimization/18184 (Tree optimizers ignore...
2004-11-02 Andrew Pinskire PR tree-optimization/16808 (verify_ssa failed: Missi...
2004-10-31 Roger Saylere PR middle-end/14521 (Inconsistent quoting in new...
2004-10-29 Nathan Sidwellbitmap.h (bitmap_empty_p): New.
2004-10-28 Kazu Hiratalambda-code.c (nestify_update_pending_stmts): Remove.
2004-10-27 Daniel Berlinre PR tree-optimization/17133 (wrong code with -ftree...
2004-10-18 Diego Novillotree-cfg.c (bsi_for_stmt): Rename from stmt_for_bsi.
2004-10-18 Diego Novillore PR tree-optimization/17656 (internal compiler error...
2004-10-12 Daniel BerlinThe apostrophe was there to signal that the s was coming
2004-10-12 Daniel Berlintree-ssa-alias.c (verify_name_tags): New function.
2004-10-05 Daniel Berlintree-ssa.c (verify_ssa): Verify phi arguments only...
2004-09-30 Richard Hendersonre PR tree-optimization/17739 (tree-optimizers extend...
2004-09-28 Ben Ellistonbackport: basic-block.h: Include vec.h, errors.h.
2004-09-22 Daniel Berlintree-ssa.c (verify_def): Use print_generic_stmt, not...
2004-09-18 Jan Hubickatree-into-ssa.c (rewrite_ssa_into_ssa): Expect ssa_name...
2004-09-17 Jeffrey D. Oldhamalias.c (find_base_decl): Remove unreachable case ...
2004-09-17 Diego Novillore PR tree-optimization/17273 (ICE in get_indirect_ref_...
2004-09-17 Kazu Hiratabasic-block.h, [...]: Fix comment typos.
2004-09-15 Zdenek Dvorakre PR tree-optimization/17468 (Java garbage collector...
2004-09-14 Nathan SidwellMakefile.in (STAGE1_CHECKING): New variable.
2004-09-11 Zdenek Dvoraktree-cfg.c (set_bb_for_stmt): Use PHI_BB.
2004-09-09 Daniel BerlinMakefile.def: Remove libbanshee.
2004-09-09 Giovanni Bajotarghooks.c (default_unwind_emit, [...]): Use gcc_asser...
2004-09-06 Paolo BonziniUnify the management of RTL and tree-level dump files.
2004-09-03 Jan Hubickacfg.c (free_edge): Use ggc_free.
2004-09-01 Richard Kenner* tree-ssa.c (propagate_into_addr): Properly test for...
2004-08-25 Andrew MacLeodtree-ssa-operands.h (struct ssa_operand_iterator_d...
2004-08-18 Diego Novillotree-dfa.c (add_referenced_var): Only global variables...
2004-08-10 Andrew MacLeodtree-cfg.c (bsi_insert_before, [...]): Call modify_stmt...
2004-07-29 Diego Novillotree-ssa.c (verify_flow_sensitive_alias_info): When...
2004-07-28 Diego Novillotree-ssa.c (verify_flow_insensitive_alias_info): Proces...
2004-07-28 Diego Novillotree-optimize.c (init_tree_optimization_passes): Schedu...
2004-07-24 Diego Novillore PR tree-optimization/16688 (ICE in group_aliases...
2004-07-22 Diego Novillotree-into-ssa.c (set_livein_block): Fix typo in comment.
2004-07-22 Richard Hendersongimple-low.c (expand_var_p): Don't look at TREE_ADDRESS...
2004-07-08 Joseph Myersre PR c/2511 (-pedantic not warning about bitfield...
2004-07-08 Diego Novillotree-flow.h (addressable_vars): Declare.
2004-07-03 Richard Kennertree-ssa.c (tree_ssa_useless_type_conversion): Also...
2004-06-30 Zdenek Dvorakcommon.opt (ftree-loop-optimize): New flag.
2004-06-29 Diego Novillocommon.opt (ftree-fre): New flag.
2004-06-23 Diego NovilloMakefile.in (tree-vn.o): New.
2004-06-22 Ben Elliston* tree-ssa.c (ssa_redirect_edge): Correct leading comment.
2004-06-22 Richard Kenneralias.c (adjust_offset_for_component_ref): Use componen...
2004-06-19 Zdenek Dvoraktree-ssa.c (raise_value): Removed.
2004-06-17 Andrew MacLeodtree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.
2004-06-17 Zdenek Dvorakre PR tree-optimization/15991 (phi nodes with identical...
2004-06-16 Steven Bosschertree.h (PHI_CHAIN): New.
2004-06-14 Jeff Lawtree-ssa.c (kill_redundant_phi_nodes): More correctly...
2004-06-10 Diego NovilloMakefile.in (tree-ssanames.o): Depend on TREE_FLOW_H.
2004-06-10 Brian Boothtree-ssa.texi: Remove references to VDEF and add descri...
2004-06-10 Daniel Berlintree-ssa.c (verify_ssa): Verify that vdefs/makes_aliase...
2004-06-02 Andrew Pinskire PR tree-optimization/14736 ([tree-ssa] code quality...
2004-05-14 Diego Novillotree-gimple.c: Rename from tree-simple.c.
2004-05-13 Andrew Pinskitree-ssa.c (delete_tree_ssa): XFREE bitmaps allocated...
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.