aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-live.h
AgeCommit message (Expand)AuthorFilesLines
2009-04-27ssaexpand.h (struct ssaexpand): Member 'values' is a bitmap.Michael Matz1-2/+2
2009-04-26tree-outof-ssa.c (rewrite_trees): Add ATTRIBUTE_UNUSED.H.J. Lu1-1/+2
2009-04-26Expand from SSA.Michael Matz1-29/+8
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-2/+2
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-02-03c-decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-12-22cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2006-12-10New out of ssa Coalescer.Andrew MacLeod1-310/+85
2006-12-08New TER code.Andrew MacLeod1-0/+4
2006-12-04Switch live on entry to a per block basis from per variable.Andrew MacLeod1-9/+20
2006-12-01common.opt (ftree-combine-temps): Remove.Andrew MacLeod1-136/+3
2006-11-30Implement coalesce list with hash table instead of linked list.Andrew MacLeod1-17/+12
2006-04-12Makefile.in (TREE_SSA_LIVE_H): Add vecprim.h.Kazu Hirata1-2/+3
2005-07-30tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost.Jan Hubicka1-0/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-14tree-ssa-live.c (tpa_init, [...]): Use VEC instead of VARRAY.Kazu Hirata1-2/+2
2005-02-13* flags.h, read-rtl.c, tree-ssa-live.h: Update copyright.Kazu Hirata1-1/+1
2005-02-12c-tree.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-11-17basic-block.h, [...]: Remove unused prototypes.Kazu Hirata1-1/+0
2004-11-08tree-ssa-live.c (tpa_init, [...]): Make them static.Kazu Hirata1-2/+0
2004-11-04bitmap.h (bitmap_a_or_b, [...]): Remove.Nathan Sidwell1-1/+1
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-2/+2
2004-09-10bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-34/+12
2004-08-09Makefile.in (OBJC-common): Add tree-ssa-threadupdate.cJeff Law1-10/+0
2004-06-03Makefile.in (RA_H, [...]): New.Jerry Quinn1-0/+2
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-05-14re PR tree-optimization/14466 (missed PHI optimization (different types))Andrew Pinski1-0/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+747