summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-live.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod2004-08-251-52/+18
* tree.h (struct tree_decl): Add gimple_formal_temp.Richard Henderson2004-08-181-3/+2
* tree-ssa-copyrename.c (copy_rename_partition_coalesce): Check for arificial v...Nathanael Nerode2004-08-161-1/+2
* Makefile.in (OBJC-common): Add tree-ssa-threadupdate.cJeff Law2004-08-091-92/+0
* tree-ssa-live.c (create_ssa_var_map): Avoid defined-but-not-used variables du...Richard Henderson2004-07-221-16/+10
* gimple-low.c (expand_var_p): Don't look at TREE_ADDRESSABLE...Richard Henderson2004-07-211-5/+32
* tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod2004-06-171-12/+12
* tree.h (PHI_CHAIN): New.Steven Bosscher2004-06-161-7/+7
* Makefile.in (tree-ssanames.o): Depend on TREE_FLOW_H.Diego Novillo2004-06-101-4/+4
* tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth2004-06-101-4/+15
* bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata2004-05-301-3/+3
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-05-301-2/+2
* tree-ssa-live.c (calculate_live_on_entry): Ignore virtual variables.Jeff Law2004-05-131-30/+5
* tree-gimple.c: Rename from tree-simple.c.Diego Novillo2004-05-131-1/+1
* tree-ssa-live (calculate_live_on_entry): Free saw_def at the end of the funct...Andrew Pinski2004-05-131-0/+2
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+1912