aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-102006-10-10 Andrew MacLeod <amacleod@redhat.com>out-of-ssa-the-sequelAndrew Macleod
2006-10-06Split abnormal coalesces out from coalesce list.Andrew Macleod
2006-10-062006-10-06 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2006-10-05oopsAndrew Macleod
2006-10-05split out coalesce code, and adjust #include file lists.Andrew Macleod
2006-10-05implement ssa conflict graph.Andrew Macleod
2006-09-292006-09-29 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2006-09-29use simpler hash function from conflict.cAndrew Macleod
2006-09-29fix coalesce time problems.Andrew Macleod
2006-09-26Add comment and remove -fno-tree-lrs from testcaseAndrew Macleod
2006-09-25 Cleaned up implementation of TER.Andrew Macleod
2006-09-14New coalescerAndrew Macleod
2006-08-30change compaction routines to partition view, dont add coalesces when bulding...Andrew Macleod
2006-08-29Remove the type-var code... should have bene part of the remove-coalesce_var...Andrew Macleod
2006-08-28Remove references to the variable coalescing in out of ssaAndrew Macleod
2006-08-28 The live range speedup patch.Andrew Macleod
2006-08-28 * tree-outof-ssa.c (struct value_expr_d): Remove.Andrew Macleod
2006-08-28revert 116257 which is the rewrite_liverange_info patch, so be replaced withAndrew Macleod
2006-08-19rewrite the live on entry routines to use the immediate use links.Andrew Macleod
2006-08-04Remove the refcount which is calculated by create_ssa_var_map and simply useAndrew Macleod
2006-06-22add support for coalesce lists implemented with hash table instead of a linea...Andrew Macleod
2006-06-21commit the rest of the files from the merge..Andrew Macleod
2006-06-20 update to mainline 114812 June 20/2006Andrew Macleod
2006-06-16Initialized merge tracking via "svnmerge" with revisions "1-114683" from Andrew Macleod
2006-06-15creating out-of-ssa-the-sequel branchAndrew Macleod
2006-06-152006-06-15 Richard Guenther <rguenther@suse.de>Richard Guenther
2006-06-152006-06-15 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons
2006-06-152006-06-16 Richard Guenther <rguenther@suse.de>Richard Guenther
2006-06-15 * gcc.dg/cpp/_Pragma6.c: Fix comment.J"orn Rennecke
2006-06-152006-06-15 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2006-06-152006-06-15 Thomas Koenig <Thomas.Koenig@online.de>Thomas Koenig
2006-06-152006-06-15 Paolo Carlini <pcarlini@suse.de>Paolo Carlini
2006-06-152006-06-15 Richard Guenther <rguenther@suse.de>Richard Guenther
2006-06-15 * tree-ssa-loop-niter.c (implies_nonnegative_p): New function.Zdenek Dvorak
2006-06-152006-06-15 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2006-06-15 PR c++/26559Mark Mitchell
2006-06-15 PR c++/27665Mark Mitchell
2006-06-15Fix ChangeLogMark Mitchell
2006-06-15 PR c++/26748Mark Mitchell
2006-06-15Fix ChangeLogMark Mitchell
2006-06-152006-06-14 Mark Mitchell <mark@codesourcery.com>Mark Mitchell
2006-06-15Daily bump.GCC Administrator
2006-06-142006-06-14 Ami Tavory <atavory@gmail.com>Ami Tavory
2006-06-14 * typeck.c (build_modify_expr): Tidy diagnostic message.Gabriel Dos Reis
2006-06-14 PR c++/28018Mark Mitchell
2006-06-14 * cp-tree.def: Fix typo.Gabriel Dos Reis
2006-06-14 PR c++/27227Mark Mitchell
2006-06-14 PR libgomp/28008Richard Henderson
2006-06-142006-06-14 Andreas Krebbel <krebbel1@de.ibm.com>Andreas Krebbel
2006-06-14 PR java/28024:Tom Tromey