summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-live.h
Commit message (Expand)AuthorAgeFilesLines
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-3/+0
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-1/+1
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher2012-08-171-11/+11
* tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz2012-08-011-14/+1
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+2
* cgraph.h (varpool_first_static_initializer, [...]): Make checking only when c...Jan Hubicka2010-06-091-12/+10
* Remove trailing white spaces.H.J. Lu2009-11-251-27/+27
* ssaexpand.h (struct ssaexpand): Member 'values' is a bitmap.Michael Matz2009-04-271-2/+2
* tree-outof-ssa.c (rewrite_trees): Add ATTRIBUTE_UNUSED.H.J. Lu2009-04-261-1/+2
* Expand from SSA.Michael Matz2009-04-261-29/+8
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-2/+2
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+2
* 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