aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-live.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-28tree-ssa-live.c (calculate_live_on_entry): Fix warnings with --disable-checking.Diego Novillo1-1/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-6/+8
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak1-10/+16
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-2/+2
2004-09-10bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
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-27/+27
2004-08-25tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod1-52/+18
2004-08-18tree.h (struct tree_decl): Add gimple_formal_temp.Richard Henderson1-3/+2
2004-08-16tree-ssa-copyrename.c (copy_rename_partition_coalesce): Check for arificial v...Nathanael Nerode1-1/+2
2004-08-09Makefile.in (OBJC-common): Add tree-ssa-threadupdate.cJeff Law1-92/+0
2004-07-22tree-ssa-live.c (create_ssa_var_map): Avoid defined-but-not-used variables du...Richard Henderson1-16/+10
2004-07-21gimple-low.c (expand_var_p): Don't look at TREE_ADDRESSABLE...Richard Henderson1-5/+32
2004-06-17tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod1-12/+12
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher1-7/+7
2004-06-10Makefile.in (tree-ssanames.o): Depend on TREE_FLOW_H.Diego Novillo1-4/+4
2004-06-10tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth1-4/+15
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-3/+3
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-05-13tree-ssa-live.c (calculate_live_on_entry): Ignore virtual variables.Jeff Law1-30/+5
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1
2004-05-13tree-ssa-live (calculate_live_on_entry): Free saw_def at the end of the funct...Andrew Pinski1-0/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+1912