Age | Commit message (Expand) | Author | Files | Lines |
2003-06-07 | ggc.h: Convert to ISO C90 prototypes. | Andreas Jaeger | 1 | -75/+50 |
2003-01-25 | * ggc-simple.c (debug_ggc_tree): Add PTR cast. | Kelley Cook | 1 | -1/+1 |
2003-01-10 | Merge from pch-branch. | Geoffrey Keating | 1 | -5/+80 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-11-12 | params.def (ggc-min-expand, [...]): New parameters. | Zack Weinberg | 1 | -25/+11 |
2002-06-04 | gbl-ctors.h: Fix formatting. | Kazu Hirata | 1 | -5/+5 |
2001-09-20 | fold-const.c (hashtab.h): Include. | Richard Kenner | 1 | -0/+17 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -10/+10 |
2001-02-20 | sibcall.c (skip_copy_to_return_value): Call identify_call_return_value here, ... | Zack Weinberg | 1 | -24/+1 |
2000-11-17 | stringpool.c: New file. | Zack Weinberg | 1 | -7/+0 |
2000-08-29 | flags.h (time_report, mem_report): New global flags. | Zack Weinberg | 1 | -3/+49 |
2000-06-09 | ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,... | Zack Weinberg | 1 | -6/+2 |
2000-05-12 | ggc-simple.c (offsetof): Macro definition moved from here ... | Philippe De Muyter | 1 | -4/+0 |
2000-04-28 | Makefile.in (OBJS): Add timevar.o. | Alex Samuel | 1 | -10/+4 |
2000-03-07 | rtl.h (rtunion_def): Constify member `rtstr'. | Kaveh R. Ghazi | 1 | -6/+6 |
2000-01-17 | Update copyrights | Kaveh Ghazi | 1 | -1/+1 |
2000-01-17 | ggc-common.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -7/+7 |
1999-12-26 | acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING, GC_CHECKING, GC_AL... | Zack Weinberg | 1 | -2/+4 |
1999-12-23 | Makefile.in (ggc-simple.c, ggc-page.c): Don't depend on hash.h. | Zack Weinberg | 1 | -1/+0 |
1999-10-30 | ggc-common.c: Update pre-function commentary. | Richard Henderson | 1 | -0/+12 |
1999-10-29 | ggc.h (struct ggc_statistics): New type. | Mark Mitchell | 1 | -0/+9 |
1999-10-13 | Simplified GC interface and other goodies. | Richard Henderson | 1 | -568/+304 |
1999-10-11 | ggc.h (ggc_push_context): Fix comment. | Mark Mitchell | 1 | -1/+69 |
1999-10-07 | Initialize empty_string in ggc-simple. | Bernd Schmidt | 1 | -1/+1 |
1999-10-05 | Include tm_p.h in ggc files | Michael Meissner | 1 | -1/+2 |
1999-10-04 | ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx, not an array of rt... | Jeffrey A Law | 1 | -1/+1 |
1999-09-22 | Various fixes for problems discovered stress-testing GC. | Alex Samuel | 1 | -0/+7 |
1999-09-16 | ggc.h (ggc_root): Move to ggc-common.c. | Alex Samuel | 1 | -12/+1 |
1999-09-15 | aclocal.m4 (AC_GCC_C_LONG_DOUBLE): New macro. | Kaveh R. Ghazi | 1 | -0/+4 |
1999-09-11 | ggc-simple.c (ggc_pop_context): Fold outstanding bytes into surrounding context. | Richard Henderson | 1 | -2/+4 |
1999-09-11 | Update copyright. | Richard Henderson | 1 | -1/+1 |
1999-09-11 | Alex Samuel <samuel@codesourcery.com> | Alex Samuel | 1 | -389/+19 |
1999-09-09 | ggc.h (lang_cleanup_tree): Remove. | Mark Mitchell | 1 | -8/+0 |
1999-09-09 | ggc-simple.c (IS_MARKED, [...]): New. | Richard Henderson | 1 | -21/+63 |
1999-09-09 | combine.c (SUBST): Break out to a real function do_SUBST. | Richard Henderson | 1 | -1/+20 |
1999-09-09 | ggc.h (ggc_alloc): New function. | Mark Mitchell | 1 | -3/+83 |
1999-09-08 | ggc-simple.c (ggc_free_rtx): Poison the correct amount for the rtx length. | Richard Henderson | 1 | -1/+2 |
1999-09-08 | ggc-simple.c (init_ggc): Absorb the old init. | Richard Henderson | 1 | -22/+17 |
1999-09-07 | emit-rtl.c (free_emit_status): Take decl as a parameter. | Mark Mitchell | 1 | -36/+150 |
1999-09-07 | Commit parts that were missing in Mark's last commit | Bernd Schmidt | 1 | -2/+2 |
1999-09-06 | Makefile.in (ggc-simple.o): Depend on hash.h. | Mark Mitchell | 1 | -1/+48 |
1999-09-05 | Makefile.in (ggc-simple.o): Depend on varray.h. | Richard Henderson | 1 | -0/+35 |
1999-09-05 | * ggc-simple.c (ggc_root, ggc_collect): Wrap prototype with PROTO. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-09-04 | Makefile.in (GGC, GGC_LIB): New. | Richard Henderson | 1 | -0/+714 |