aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-14Initialized merge tracking via "svnmerge" with revisions "1-114681" from boehms-gcLaurynas Biveinis
2007-08-14Partially fix (but don't do yet) type-tagification of RTLLaurynas Biveinis
2007-07-31Type-tagify treesLaurynas Biveinis
2007-07-30Make splay trees use type-tagged allocatorsLaurynas Biveinis
2007-07-26Move objects from GC heap to obstack in stmt.cLaurynas Biveinis
2007-07-26Use type-tagged allocation in tree-dfa.cLaurynas Biveinis
2007-07-26Use type-tagged allocation in varasm.cLaurynas Biveinis
2007-07-26Move some objects from GC to obstack in lambda-code.cLaurynas Biveinis
2007-07-24Add missing dependency introduced by the last patchLaurynas Biveinis
2007-07-23Allocate histogram_value variables in dedicated obstack instead of GCLaurynas Biveinis
2007-07-23GTYify c-typeck.cLaurynas Biveinis
2007-07-23Allocate format_wanted_type variables in obstack instead of GCLaurynas Biveinis
2007-07-19Convert "low-hanging fruit" GC allocations to typed onesLaurynas Biveinis
2007-07-12Use atomic allocationLaurynas Biveinis
2007-07-11Move some more things out of ggc.hLaurynas Biveinis
2007-07-11Revert last usage of broken type tagged GCLaurynas Biveinis
2007-07-10Factor a new header file ggc-internal.h out of ggc.hLaurynas Biveinis
2007-07-10Factor out Valgrind support from GCLaurynas Biveinis
2007-07-10Remove borked type-tagging supportLaurynas Biveinis
2006-12-21Commit currently broken tagged-allocation patchLaurynas Biveinis
2006-12-21Commit currently broken tagged-allocation patchLaurynas Biveinis
2006-08-21Change some typed allocations to atomic onesLaurynas Biveinis
2006-08-17Convert GCC to typed GC allocationLaurynas Biveinis
2006-08-17Gengtype fixesLaurynas Biveinis
2006-08-15Start using typed allocation routinesLaurynas Biveinis
2006-08-15Add cleared allocation routinesLaurynas Biveinis
2006-08-15Generate enums and allocation routines for more types, generate cleared alloc...Laurynas Biveinis
2006-08-13Add type tag to type-allocated objectsLaurynas Biveinis
2006-08-10Implement weak pointer callback in Boehm's GC and use it for proper cache has...Laurynas Biveinis
2006-08-04Update Boehm's GC to version 6.8Laurynas Biveinis
2006-07-27Blacklisting improvementLaurynas Biveinis
2006-07-16Handle gt_ggc_deletable_rtabLaurynas Biveinis
2006-07-15Handle gt_ggc_cache_rtab with weak pointersLaurynas Biveinis
2006-07-15Fix Boehm's GC build as a host libraryLaurynas Biveinis
2006-07-111) Fix broken --with-gc=page.Laurynas Biveinis
2006-06-22Move ggc_realloc_stat() from ggc-common.c hereLaurynas Biveinis
2006-06-22Move ggc_realloc_stat() from ggc-common.c hereLaurynas Biveinis
2006-06-22Bootstrapping version of ggc-boehm garbage collectorLaurynas Biveinis
2006-06-15 * (ggc-boehm.c): new file.Laurynas Biveinis
2006-06-15Create Boehm's GC for GCC branchLaurynas Biveinis
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