tree-pass.h (TODO_remove_unused_locals): Define.
[gcc.git] / gcc / tree-into-ssa.c
2006-01-05 Richard Guenthertree-pass.h (TODO_remove_unused_locals): Define.
2005-12-18 Gabriel Dos Reistree-vn.c (vn_add): Use XNEW.
2005-11-30 David S. Miller* tree-into-ssa.c (rewrite_into_ssa): Fix comment typo.
2005-10-15 Ranjit Mathewtree-into-ssa.c (mark_def_sites): Correct minor typo...
2005-07-28 Volker Reicheltbuiltins.c: Fix comment typo(s).
2005-07-19 Ben Ellistonbt-load.c (link_btr_uses): Fix uninitialised warnings.
2005-06-30 Daniel Berlin[multiple changes]
2005-06-25 Kelley CookUpdate FSF address.
2005-06-07 Kazu Hiratasbitmap.h (sbitmap_iterator, [...]): New.
2005-06-01 Kaveh R. Ghazibasic-block.h, [...]: Don't include errors.h and includ...
2005-05-27 Nathan Sidwellvec.h: Implement integral type vector specialization.
2005-05-27 Kazu Hiratatree-into-ssa.c (update_ssa): Ensure that the operand...
2005-05-25 Kazu Hiratatree-into-ssa.c (rewrite_into_ssa, update_ssa): Replace...
2005-05-17 Kazu Hiratatree-into-ssa.c (update_ssa): Clean up by shortening...
2005-05-08 Kazu Hiratatree-dfa.c (referenced_vars, [...]): Use VEC instead...
2005-05-03 Andrew MacLeodlambda-code.c (gcc_loop_to_lambda_loop, [...]): Use...
2005-04-23 Diego Novillo[multiple changes]
2005-04-22 Zdenek DvorakMakefile.in (LIBGCOV): Add _gcov_interval_profiler...
2005-04-21 Nathan Sidwellvec.h: Update API to separate allocation mechanism...
2005-04-17 Kazu Hirata* tree-into-ssa.c: Fix a comment typo.
2005-04-09 Diego Novillobackport: copy-prop, incremental SSA updating of FUD...
2005-04-05 Andrew MacLeodlambda-code.c (lambda_loopnest_to_gcc_loopnest): Use...
2005-03-21 Kazu Hirata* tree-into-ssa.c: Remove obsolete comments.
2005-03-18 Kazu Hiratatree-into-ssa.c (find_idf): Use VEC_quick_push instead...
2005-03-13 Kazu Hiratatree-into-ssa.c (find_idf): Speed up by putting the...
2005-03-09 Kazu Hirata* tree-into-ssa.c (ann): Remove ann.
2005-02-25 Diego Novillore PR tree-optimization/20204 (miscompilation of asm...
2005-02-24 Diego Novillo* tree-into-ssa.c: Re-organize internal functions.
2005-02-22 Diego Novillotree-into-ssa.c (rewrite_blocks): Move debug dumps...
2005-02-17 Nathan Sidwellbitmap.h (BITMAP_XMALLOC, [...]): Remove.
2005-02-01 Jeff Lawtree-into-ssa.c (mark_def_sites_global_data): Make...
2005-01-27 Jeff Lawtree-into-ssa.c (ssa_rewrite_initialize_block): Do...
2004-12-11 Kazu Hiratatree-into-ssa.c (rewrite_ssa_into_ssa): Free SSA_NAME_A...
2004-12-10 Diego Novillotree-into-ssa.c (REWRITE_THIS_STMT): Define.
2004-11-29 Diego Novillotree-into-ssa.c (insert_phi_nodes_for): Pass argument...
2004-11-25 Kazu Hiratatree-phinodes.c (add_phi_arg): Take "tree" instead...
2004-11-23 Diego Novillotree-into-ssa.c (DEF_VEC_MALLOC_P(basic_block)): Declare.
2004-11-19 Andrew Pinskire PR tree-optimization/18507 (block_defs_stack varrray...
2004-11-08 Kazu Hiratatree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN...
2004-11-04 Nathan Sidwellbitmap.c (bitmap_print): Make bitno unsigned.
2004-10-29 Nathan Sidwellbitmap.h (bitmap_empty_p): New.
2004-10-29 Daniel Berlintree-into-ssa.c (rewrite_virtual_phi_arguments): New...
2004-10-27 Daniel Berlinre PR tree-optimization/17133 (wrong code with -ftree...
2004-10-22 Kazu Hirataalias.c, [...]: Fix comment formatting.
2004-09-29 Ben Ellistontree-flow.h (struct bb_ann_d): Remove num_preds member.
2004-09-28 Ben Ellistonbackport: basic-block.h: Include vec.h, errors.h.
2004-09-26 Zdenek Dvorakbitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed...
2004-09-18 Jan Hubickatree-into-ssa.c (rewrite_ssa_into_ssa): Expect ssa_name...
2004-09-16 Jeff Lawtree-into-ssa.c (block_defs_stack): New toplevel varray.
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-05 Kazu Hiratac-common.c, [...]: Fix comment formatting.
2004-08-25 Andrew MacLeodtree-ssa-operands.h (struct ssa_operand_iterator_d...
2004-08-04 Zdenek Dvoraktree-cfg.c (tree_duplicate_bb): Mark duplicated definit...
2004-07-22 Diego Novillotree-into-ssa.c (set_livein_block): Fix typo in comment.
2004-06-30 Zdenek Dvoraktree-ssa-loop-ch.c: New file.
2004-06-17 Andrew MacLeodtree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.
2004-06-16 Steven Bosschertree.h (PHI_CHAIN): New.
2004-06-10 Brian Boothtree-ssa.texi: Remove references to VDEF and add descri...
2004-05-30 Kazu Hiratac-common.c, [...]: Fix comment typos.
2004-05-19 Jeff Lawtree-into-ssa.c (prepare_operand_for_rename): New argum...
2004-05-15 Steven Bosscherc-gimplify.c (c_genericize): Replace calls via (*lang_h...
2004-05-14 Diego Novillotree-gimple.c: Rename from tree-simple.c.
2004-05-13 Jeff Lawtree-into-ssa.c (compute_global_livein): Use EXECUTE_IF...
2004-05-13 Andrew Pinskitree-into-ssa.c (insert_phi_nodes_for): XFREE bitmaps...
2004-05-13 Andrew Pinskitree-into-ssa.c (def_blocks_free): XFREE bitmaps alloca...
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.