summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-live.c
Commit message (Expand)AuthorAgeFilesLines
* Change GPLv2 files (which do not have exceptions or additions) over to GPLv3.Nick Clifton2007-09-011-5/+24
* Makefile.in (TREE_SSA_LIVE_H): Add vecprim.h.Kazu Hirata2006-04-121-13/+15
* Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata2006-04-101-3/+1
* re PR middle-end/25933 (memory leaks)Uttam Pawar2006-01-311-3/+3
* tree-pass.h (TODO_remove_unused_locals): Define.Richard Guenther2006-01-051-0/+70
* tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis2005-12-181-4/+4
* tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost.Jan Hubicka2005-07-301-2/+23
* [multiple changes]Daniel Berlin2005-06-301-18/+16
* re PR testsuite/21967 (gcc.dg/tree-ssa/loop-2.c and gcc.dg/tree-ssa/loop-4.c ...Zdenek Dvorak2005-06-301-0/+12
* Update FSF address.Kelley Cook2005-06-251-2/+2
* sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata2005-06-071-5/+10
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+1
* vec.h: Implement integral type vector specialization.Nathan Sidwell2005-05-271-2/+2
* tree-ssa-live.c (tpa_init, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-141-8/+10
* tree-ssa-live.c (build_tree_conflict_graph): Change the type of tpa_to_clear ...Kazu Hirata2005-04-241-6/+10
* tree-ssa-live.c (build_tree_conflict_graph): Allocate partition_link and tpa_...Kazu Hirata2005-04-231-8/+11
* tree-ssa-live.c (live_worklist): Take a stack allocated on heap as an argument.Kazu Hirata2005-04-231-9/+10
* tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata2005-04-171-4/+0
* tree-ssa-live.c (build_tree_conflict_graph): Remove local variable ann.Kazu Hirata2005-03-131-2/+0
* tree-ssa-live.c (create_ssa_var_map, [...]): Remove local variable snn.Kazu Hirata2005-03-121-4/+0
* bt-load.c, [...]: Update copyright.Kazu Hirata2005-02-171-1/+1
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-10/+10
* tree-if-conv.c (replace_phi_with_cond_modify_expr): Use EDGE_PRED instead of ...Kazu Hirata2004-11-291-1/+1
* tree-ssa-live.c (tpa_init, [...]): Make them static.Kazu Hirata2004-11-081-2/+2
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-12/+12
* tree-ssa-live.c (calculate_live_on_entry): Fix warnings with --disable-checking.Diego Novillo2004-09-281-1/+1
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-6/+8
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-10/+16
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-2/+2
* bb-reorder.c, [...]: Fix comment typos.Kazu Hirata2004-09-101-1/+1
* Makefile.def: Remove libbanshee.Daniel Berlin2004-09-091-1/+0
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-27/+27
* 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