summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-live.h
Commit message (Expand)AuthorAgeFilesLines
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* c-decl.c, [...]: Fix comment typos.Kazu Hirata2007-02-031-1/+1
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2006-12-221-3/+3
* New out of ssa Coalescer.Andrew MacLeod2006-12-101-310/+85
* New TER code.Andrew MacLeod2006-12-081-0/+4
* Switch live on entry to a per block basis from per variable.Andrew MacLeod2006-12-041-9/+20
* common.opt (ftree-combine-temps): Remove.Andrew MacLeod2006-12-011-136/+3
* Implement coalesce list with hash table instead of linked list.Andrew MacLeod2006-11-301-17/+12
* Makefile.in (TREE_SSA_LIVE_H): Add vecprim.h.Kazu Hirata2006-04-121-2/+3
* tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost.Jan Hubicka2005-07-301-0/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* tree-ssa-live.c (tpa_init, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-141-2/+2
* * flags.h, read-rtl.c, tree-ssa-live.h: Update copyright.Kazu Hirata2005-02-131-1/+1
* c-tree.h, [...]: Fix comment typos.Kazu Hirata2005-02-121-1/+1
* basic-block.h, [...]: Remove unused prototypes.Kazu Hirata2004-11-171-1/+0
* tree-ssa-live.c (tpa_init, [...]): Make them static.Kazu Hirata2004-11-081-2/+0
* bitmap.h (bitmap_a_or_b, [...]): Remove.Nathan Sidwell2004-11-041-1/+1
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-2/+2
* bb-reorder.c, [...]: Fix comment typos.Kazu Hirata2004-09-101-1/+1
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-34/+12
* Makefile.in (OBJC-common): Add tree-ssa-threadupdate.cJeff Law2004-08-091-10/+0
* Makefile.in (RA_H, [...]): New.Jerry Quinn2004-06-031-0/+2
* bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata2004-05-301-1/+1
* re PR tree-optimization/14466 (missed PHI optimization (different types))Andrew Pinski2004-05-141-0/+1
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+747