aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-simple.c
AgeCommit message (Expand)Author
2000-11-17 * stringpool.c: New file.Zack Weinberg
2000-08-29 * flags.h (time_report, mem_report): New global flags.Zack Weinberg
2000-06-09toplevel:Zack Weinberg
2000-05-12 * ggc-simple.c (offsetof): Macro definition moved from here ...Philippe De Muyter
2000-04-28hangeLog:Alex Samuel
2000-03-07 * rtl.h (rtunion_def): Constify member `rtstr'.Kaveh Ghazi
2000-01-17Update copyrightsKaveh Ghazi
2000-01-17 * ggc-common.c: PROTO -> PARAMS.Kaveh Ghazi
1999-12-261999-12-26 Zack Weinberg <zack@wolery.cumb.org>Zack Weinberg
1999-12-231999-12-23 Zack Weinberg <zack@wolery.cumb.org>Zack Weinberg
1999-10-30 * ggc-common.c: Update pre-function commentary.Richard Henderson
1999-10-29 * ggc.h (struct ggc_statistics): New type.Mark Mitchell
1999-10-13Simplified GC interface and other goodies.Richard Henderson
1999-10-11 * ggc.h (ggc_push_context): Fix comment.Mark Mitchell
1999-10-07Initialize empty_string in ggc-simple.Bernd Schmidt
1999-10-05Include tm_p.h in ggc filesMichael Meissner
1999-10-04 * ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx,Jeffrey A Law
1999-09-22 Various fixes for problems discovered stress-testing GC.Alex Samuel
1999-09-16Thu Sep 16 11:50:52 1999 Alex Samuel <samuel@codesourcery.com>Alex Samuel
1999-09-15 * aclocal.m4 (AC_GCC_C_LONG_DOUBLE): New macro.Kaveh Ghazi
1999-09-12 * ggc-simple.c (ggc_pop_context): Fold outstanding bytes intoRichard Henderson
1999-09-11Update copyright.Richard Henderson
1999-09-11Alex Samuel <samuel@codesourcery.com>Alex Samuel
1999-09-09 * ggc.h (lang_cleanup_tree): Remove.Mark Mitchell
1999-09-09 * ggc-simple.c (IS_MARKED, IGNORE_MARK): New.Richard Henderson
1999-09-09 * combine.c (SUBST): Break out to a real function do_SUBST.Richard Henderson
1999-09-09 * ggc.h (ggc_alloc): New function.Mark Mitchell
1999-09-08 * ggc-simple.c (ggc_free_rtx): Poison the correct amountRichard Henderson
1999-09-08 * ggc-simple.c (init_ggc): Absorb the old init.Richard Henderson
1999-09-07 * emit-rtl.c (free_emit_status): Take decl as a parameter.Mark Mitchell
1999-09-07Commit parts that were missing in Mark's last commitBernd Schmidt
1999-09-06 * Makefile.in (ggc-simple.o): Depend on hash.h.Mark Mitchell
1999-09-05 * Makefile.in (ggc-simple.o): Depend on varray.h.Richard Henderson
1999-09-05 * ggc-simple.c (ggc_root, ggc_collect): Wrap prototype with PROTO.Kaveh Ghazi
1999-09-04 * Makefile.in (GGC, GGC_LIB): New.Richard Henderson