summaryrefslogtreecommitdiff
path: root/gcc/ggc-simple.c
Commit message (Expand)AuthorAgeFilesLines
* sibcall.c (skip_copy_to_return_value): Call identify_call_return_value here, ...Zack Weinberg2001-02-201-24/+1
* stringpool.c: New file.Zack Weinberg2000-11-171-7/+0
* flags.h (time_report, mem_report): New global flags.Zack Weinberg2000-08-291-3/+49
* ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,...Zack Weinberg2000-06-091-6/+2
* ggc-simple.c (offsetof): Macro definition moved from here ...Philippe De Muyter2000-05-121-4/+0
* Makefile.in (OBJS): Add timevar.o.Alex Samuel2000-04-281-10/+4
* rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi2000-03-071-6/+6
* Update copyrightsKaveh Ghazi2000-01-171-1/+1
* ggc-common.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-7/+7
* acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING, GC_CHECKING, GC_AL...Zack Weinberg1999-12-261-2/+4
* Makefile.in (ggc-simple.c, ggc-page.c): Don't depend on hash.h.Zack Weinberg1999-12-231-1/+0
* ggc-common.c: Update pre-function commentary.Richard Henderson1999-10-301-0/+12
* ggc.h (struct ggc_statistics): New type.Mark Mitchell1999-10-291-0/+9
* Simplified GC interface and other goodies.Richard Henderson1999-10-131-568/+304
* ggc.h (ggc_push_context): Fix comment.Mark Mitchell1999-10-111-1/+69
* Initialize empty_string in ggc-simple.Bernd Schmidt1999-10-071-1/+1
* Include tm_p.h in ggc filesMichael Meissner1999-10-051-1/+2
* ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx, not an array of rt...Jeffrey A Law1999-10-041-1/+1
* Various fixes for problems discovered stress-testing GC.Alex Samuel1999-09-221-0/+7
* ggc.h (ggc_root): Move to ggc-common.c.Alex Samuel1999-09-161-12/+1
* aclocal.m4 (AC_GCC_C_LONG_DOUBLE): New macro.Kaveh R. Ghazi1999-09-151-0/+4
* ggc-simple.c (ggc_pop_context): Fold outstanding bytes into surrounding context.Richard Henderson1999-09-111-2/+4
* Update copyright.Richard Henderson1999-09-111-1/+1
* Alex Samuel <samuel@codesourcery.com>Alex Samuel1999-09-111-389/+19
* ggc.h (lang_cleanup_tree): Remove.Mark Mitchell1999-09-091-8/+0
* ggc-simple.c (IS_MARKED, [...]): New.Richard Henderson1999-09-091-21/+63
* combine.c (SUBST): Break out to a real function do_SUBST.Richard Henderson1999-09-091-1/+20
* ggc.h (ggc_alloc): New function.Mark Mitchell1999-09-091-3/+83
* ggc-simple.c (ggc_free_rtx): Poison the correct amount for the rtx length.Richard Henderson1999-09-081-1/+2
* ggc-simple.c (init_ggc): Absorb the old init.Richard Henderson1999-09-081-22/+17
* emit-rtl.c (free_emit_status): Take decl as a parameter.Mark Mitchell1999-09-071-36/+150
* Commit parts that were missing in Mark's last commitBernd Schmidt1999-09-071-2/+2
* Makefile.in (ggc-simple.o): Depend on hash.h.Mark Mitchell1999-09-061-1/+48
* Makefile.in (ggc-simple.o): Depend on varray.h.Richard Henderson1999-09-051-0/+35
* * ggc-simple.c (ggc_root, ggc_collect): Wrap prototype with PROTO.Kaveh R. Ghazi1999-09-051-2/+2
* Makefile.in (GGC, GGC_LIB): New.Richard Henderson1999-09-041-0/+714