aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-simple.c
AgeCommit message (Expand)AuthorFilesLines
2002-06-04gbl-ctors.h: Fix formatting.Kazu Hirata1-5/+5
2001-09-20fold-const.c (hashtab.h): Include.Richard Kenner1-0/+17
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-10/+10
2001-02-20sibcall.c (skip_copy_to_return_value): Call identify_call_return_value here, ...Zack Weinberg1-24/+1
2000-11-17stringpool.c: New file.Zack Weinberg1-7/+0
2000-08-29flags.h (time_report, mem_report): New global flags.Zack Weinberg1-3/+49
2000-06-09ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,...Zack Weinberg1-6/+2
2000-05-12ggc-simple.c (offsetof): Macro definition moved from here ...Philippe De Muyter1-4/+0
2000-04-28Makefile.in (OBJS): Add timevar.o.Alex Samuel1-10/+4
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-6/+6
2000-01-17Update copyrightsKaveh Ghazi1-1/+1
2000-01-17ggc-common.c: PROTO -> PARAMS.Kaveh R. Ghazi1-7/+7
1999-12-26acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING, GC_CHECKING, GC_AL...Zack Weinberg1-2/+4
1999-12-23Makefile.in (ggc-simple.c, ggc-page.c): Don't depend on hash.h.Zack Weinberg1-1/+0
1999-10-30ggc-common.c: Update pre-function commentary.Richard Henderson1-0/+12
1999-10-29ggc.h (struct ggc_statistics): New type.Mark Mitchell1-0/+9
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