aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-simple.c
AgeCommit message (Expand)AuthorFilesLines
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