summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-live.c
Commit message (Expand)AuthorAgeFilesLines
* * cfglayout.c, config/arm/arm.c, config/arm/cortex-a8.md,kazu2007-07-281-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-5/+4
* * tree-ssa-live.c: Include debug.h and flags.h.hubicka2007-07-261-1/+114
* * config/i386/i386.c, config/pa/pa.c, config/spu/spu.c,kazu2007-05-261-2/+2
* PR 30562dnovillo2007-02-081-6/+8
* * cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c,kazu2007-01-311-1/+1
* * tree-dfa.c (remove_referenced_var): New function.hubicka2007-01-141-8/+17
* * cgraphunit.c, config/i386/i386.c, config/ia64/ia64.c, cse.c,kazu2006-12-221-3/+3
* New out of ssa Coalescer.amacleod2006-12-101-1142/+233
* Merge gimple-tuples-branch into mainline.aldyh2006-12-051-3/+3
* * config/i386/darwin.h, config/spu/spu.c, tree-ssa-live.c,kazu2006-12-051-2/+2
* Switch live on entry to a per block basis from per variable.amacleod2006-12-041-264/+290
* * common.opt (ftree-combine-temps): Remove.amacleod2006-12-011-96/+9
* Implement coalesce list with hash table instead of linked list.amacleod2006-11-301-111/+150
* Privatize SSA variables into gimple_df.hubicka2006-11-281-1/+1
* * Makefile.in (TREE_SSA_LIVE_H): Add vecprim.h.kazu2006-04-121-13/+15
* * Makefile.in (tree-into-ssa.o, tree-outof-ssa.o,kazu2006-04-101-3/+1
* 2006-01-31 Uttam Pawar <uttamp@us.ibm.com>dje2006-01-311-3/+3
* 2006-01-05 Richard Guenther <rguenther@suse.de>rguenth2006-01-051-0/+70
* * tree-tailcall.c (find_tail_calls): Use XNEW.gdr2005-12-181-4/+4
* * tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost.hubicka2005-07-301-2/+23
* 2005-06-29 Daniel Berlin <dberlin@dberlin.org>dberlin2005-06-301-18/+16
* PR testsuite/21967rakdver2005-06-301-0/+12
* Update FSF address.kcook2005-06-251-2/+2
* * sbitmap.h (sbitmap_iterator, sbitmap_iter_init,kazu2005-06-071-5/+10
* * basic-block.h, bb-reorder.c, c-gimplify.c, config/darwin.c,ghazi2005-06-011-1/+1
* * vec.h: Implement integral type vector specialization.nathan2005-05-271-2/+2
* * tree-ssa-live.c (tpa_init, tpa_delete, tpa_compact,kazu2005-05-141-8/+10
* * tree-ssa-live.c (build_tree_conflict_graph): Change the typekazu2005-04-241-6/+10
* * tree-ssa-live.c (build_tree_conflict_graph): Allocatekazu2005-04-231-8/+11
* * tree-ssa-live.c (live_worklist): Take a stack allocated onkazu2005-04-231-9/+10
* * tree-flow-inline.h (get_stmt_operands): Remove.kazu2005-04-171-4/+0
* * tree-ssa-live.c (build_tree_conflict_graph): Remove localkazu2005-03-131-2/+0
* * tree-ssa-live.c (create_ssa_var_map,kazu2005-03-121-4/+0
* * bt-load.c, cfgloop.c, convert.c, dominance.c, global.c,kazu2005-02-171-1/+1
* * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.nathan2005-02-171-10/+10
* * tree-if-conv.c (replace_phi_with_cond_modify_expr): Usekazu2004-11-291-1/+1
* * tree-ssa-live.c (tpa_init, pop_best_coalesce): Make themkazu2004-11-081-2/+2
* * bitmap.c (bitmap_print): Make bitno unsigned.nathan2004-11-041-12/+12
* * tree-ssa-live.c (calculate_live_on_entry): Fix warningsdnovillo2004-09-281-1/+1
* 2004-09-24 Ben Elliston <bje@au.ibm.com>bje2004-09-281-6/+8
* * bitmap.h (EXECUTE_IF_SET_IN_BITMAP, EXECUTE_IF_AND_COMPL_IN_BITMAP,rakdver2004-09-261-10/+16
* 2004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com>zack2004-09-171-2/+2
* * bb-reorder.c, c-common.c, c-incpath.c, c-typeck.c,kazu2004-09-101-1/+1
* Toplevel:dberlin2004-09-091-1/+0
* * targhooks.c (default_unwind_emit, default_scalar_mode_supported_p):nathan2004-09-091-27/+27
* 2004-08-25 Andrew MacLeod <amacleod@redhat.com>amacleod2004-08-251-52/+18
* * tree.h (struct tree_decl): Add gimple_formal_temp.rth2004-08-181-3/+2
* * tree-ssa-copyrename.c (copy_rename_partition_coalesce):neroden2004-08-161-1/+2
* * Makefile.in (OBJC-common): Add tree-ssa-threadupdate.claw2004-08-091-92/+0