real.h (struct real_format): Split the signbit field into two two fields, signbit_ro...
[gcc.git] / gcc / tree-into-ssa.c
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.