aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-25re PR tree-optimization/20204 (miscompilation of asm-declared registers)Diego Novillo1-5/+1
2005-02-24* tree-into-ssa.c: Re-organize internal functions.Diego Novillo1-712/+726
2005-02-22tree-into-ssa.c (rewrite_blocks): Move debug dumps from ...Diego Novillo1-7/+8
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-17/+17
2005-01-31tree-into-ssa.c (mark_def_sites_global_data): Make KILLS bitmap a sparse bitm...Jeff Law1-18/+18
2005-01-27tree-into-ssa.c (ssa_rewrite_initialize_block): Do not register definitions o...Jeff Law1-14/+8
2004-12-11tree-into-ssa.c (rewrite_ssa_into_ssa): Free SSA_NAME_AUX before we release a...Kazu Hirata1-0/+5
2004-12-10tree-into-ssa.c (REWRITE_THIS_STMT): Define.Diego Novillo1-13/+46
2004-11-29tree-into-ssa.c (insert_phi_nodes_for): Pass argument WORK_STACK by reference.Diego Novillo1-12/+15
2004-11-25tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a...Kazu Hirata1-2/+2
2004-11-23tree-into-ssa.c (DEF_VEC_MALLOC_P(basic_block)): Declare.Diego Novillo1-21/+20
2004-11-19re PR tree-optimization/18507 (block_defs_stack varrray should not be GC'ed)Andrew Pinski1-19/+22
2004-11-08tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata1-6/+6
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-19/+7
2004-10-29bitmap.h (bitmap_empty_p): New.Nathan Sidwell1-3/+2
2004-10-29tree-into-ssa.c (rewrite_virtual_phi_arguments): New function.Daniel Berlin1-10/+51
2004-10-27re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin1-85/+119
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-30tree-flow.h (struct bb_ann_d): Remove num_preds member.Ben Elliston1-8/+2
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-20/+14
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak1-33/+51
2004-09-18tree-into-ssa.c (rewrite_ssa_into_ssa): Expect ssa_name to return NULL.Jan Hubicka1-2/+3
2004-09-16tree-into-ssa.c (block_defs_stack): New toplevel varray.Jeff Law1-79/+79
2004-09-09Makefile.def: Remove libbanshee.Daniel Berlin1-1/+0
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-15/+4
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-1/+2
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-08-25tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod1-217/+26
2004-08-04tree-cfg.c (tree_duplicate_bb): Mark duplicated definitions.Zdenek Dvorak1-7/+11
2004-07-22tree-into-ssa.c (set_livein_block): Fix typo in comment.Diego Novillo1-7/+9
2004-06-30tree-ssa-loop-ch.c: New file.Zdenek Dvorak1-58/+739
2004-06-17tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod1-46/+60
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher1-2/+2
2004-06-10tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth1-17/+48
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-05-19tree-into-ssa.c (prepare_operand_for_rename): New argument is_use.Jeff Law1-23/+33
2004-05-15c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher1-1/+1
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1
2004-05-13tree-into-ssa.c (compute_global_livein): Use EXECUTE_IF_SET_IN_BITMAP rather ...Jeff Law1-9/+6
2004-05-13tree-into-ssa.c (insert_phi_nodes_for): XFREE bitmaps allocated with BITMAP_X...Andrew Pinski1-1/+1
2004-05-13tree-into-ssa.c (def_blocks_free): XFREE bitmaps allocated with BITMAP_XMALLOC.Andrew Pinski1-2/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+1179