aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-simple.c
AgeCommit message (Expand)AuthorFilesLines
1999-10-13Simplified GC interface and other goodies.Richard Henderson1-568/+304
1999-10-11ggc.h (ggc_push_context): Fix comment.Mark Mitchell1-1/+69
1999-10-07Initialize empty_string in ggc-simple.Bernd Schmidt1-1/+1
1999-10-05Include tm_p.h in ggc filesMichael Meissner1-1/+2
1999-10-04ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx, not an array of rt...Jeffrey A Law1-1/+1
1999-09-22Various fixes for problems discovered stress-testing GC.Alex Samuel1-0/+7
1999-09-16ggc.h (ggc_root): Move to ggc-common.c.Alex Samuel1-12/+1
1999-09-15aclocal.m4 (AC_GCC_C_LONG_DOUBLE): New macro.Kaveh R. Ghazi1-0/+4
1999-09-11ggc-simple.c (ggc_pop_context): Fold outstanding bytes into surrounding context.Richard Henderson1-2/+4
1999-09-11Update copyright.Richard Henderson1-1/+1
1999-09-11Alex Samuel <samuel@codesourcery.com>Alex Samuel1-389/+19
1999-09-09ggc.h (lang_cleanup_tree): Remove.Mark Mitchell1-8/+0
1999-09-09ggc-simple.c (IS_MARKED, [...]): New.Richard Henderson1-21/+63
1999-09-09combine.c (SUBST): Break out to a real function do_SUBST.Richard Henderson1-1/+20
1999-09-09ggc.h (ggc_alloc): New function.Mark Mitchell1-3/+83
1999-09-08ggc-simple.c (ggc_free_rtx): Poison the correct amount for the rtx length.Richard Henderson1-1/+2
1999-09-08ggc-simple.c (init_ggc): Absorb the old init.Richard Henderson1-22/+17
1999-09-07emit-rtl.c (free_emit_status): Take decl as a parameter.Mark Mitchell1-36/+150
1999-09-07Commit parts that were missing in Mark's last commitBernd Schmidt1-2/+2
1999-09-06Makefile.in (ggc-simple.o): Depend on hash.h.Mark Mitchell1-1/+48
1999-09-05Makefile.in (ggc-simple.o): Depend on varray.h.Richard Henderson1-0/+35
1999-09-05* ggc-simple.c (ggc_root, ggc_collect): Wrap prototype with PROTO.Kaveh R. Ghazi1-2/+2
1999-09-04Makefile.in (GGC, GGC_LIB): New.Richard Henderson1-0/+714