aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-07ggc.h: Convert to ISO C90 prototypes.Andreas Jaeger1-127/+87
2003-06-02ggc-page.c (init_ggc): Give better diagnostics on failure to open /dev/zero.Zack Weinberg1-1/+1
2003-05-13diagnostic.c (output_format): Add support for %m.Zack Weinberg1-5/+5
2003-04-30ggc-page.c (TREE_EXP_SIZE): Define.Steven Bosscher1-0/+4
2003-03-17Update comment for ggc_alloc - to match API change made 2000-6-9.Per Bothner1-2/+1
2003-03-13ggc-page.c (struct page_entry): Remove varray.h header.Mike Stump1-27/+291
2003-03-04configure.in: Check for <memcheck.h>.Andreas Jaeger1-1/+5
2003-01-30ggc-page.c (G.context_depth_allocations): New.Richard Henderson1-1/+21
2003-01-10ggc-page.c (ggc_collect): Avoid overflow computing min_expand.Geoffrey Keating1-2/+2
2003-01-10Merge from pch-branch.Geoffrey Keating1-10/+248
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-20ggc-common.c [!ENABLE_VALGRIND_CHECKING] (VALGRIND_DISCARD): Define as empty.Hans-Peter Nilsson1-1/+44
2002-11-12params.def (ggc-min-expand, [...]): New parameters.Zack Weinberg1-38/+11
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata1-2/+2
2002-08-24ggc-page.c (compute_inverse): Short circuit calculation for object sizes larg...Zack Weinberg1-0/+12
2002-08-22ggc-page.c: Avoid division in ggc_set_mark.Zack Weinberg1-4/+55
2002-08-14ggc-page.c (RTL_SIZE): New.Richard Henderson1-1/+6
2002-06-04gbl-ctors.h: Fix formatting.Kazu Hirata1-34/+34
2002-05-24ggc-page.c (alloc_page): Cast variables of type size_t to unsigned long, adju...Andreas Jaeger1-6/+8
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-2/+1
2002-01-05cse.c: Fix formatting.Kazu Hirata1-3/+3
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-1/+1
2001-11-11ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-3/+3
2001-10-10calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-09-20* ggc-page.c (ggc_marked_p): Properly convert return to boolean.Richard Kenner1-1/+1
2001-09-20fold-const.c (hashtab.h): Include.Richard Kenner1-0/+29
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-3/+3
2001-05-31ggc-page.c (size_lookup): Increase minimum allocation size to eight bytes.Zack Weinberg1-5/+5
2001-02-20sibcall.c (skip_copy_to_return_value): Call identify_call_return_value here, ...Zack Weinberg1-10/+0
2001-01-14ggc-page.c (alloc_annon): Call perror and correctly call exit.Richard Kenner1-8/+12
2001-01-13ggc-page.c (USING_MALLOC_PAGE_GROUPS): New; set if not using mmap.Richard Henderson1-22/+186
2001-01-13ggc-page.c (alloc_page): Round up allocation size to one page.Richard Henderson1-4/+7
2001-01-12aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Completely rewritten.Zack Weinberg1-36/+54
2001-01-08ggc-page.c (max_alignment): New structure.Mark Mitchell1-13/+28
2001-01-05* ggc-page.c (NUM_EXTRA_ORDERS): Hardwire to zero for now.Mark Mitchell1-0/+11
2001-01-04Special-case tree_decl/tree_list allocations.Mark Mitchell1-34/+88
2000-11-17stringpool.c: New file.Zack Weinberg1-5/+0
2000-08-29flags.h (time_report, mem_report): New global flags.Zack Weinberg1-13/+27
2000-08-24ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're asked for one page...Zack Weinberg1-32/+54
2000-07-23bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing with %p.Joseph Myers1-6/+8
2000-06-09ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,...Zack Weinberg1-7/+3
2000-04-28Makefile.in (OBJS): Add timevar.o.Alex Samuel1-9/+4
2000-04-15Makefile.in (ggc-page.o): Now includes toplev.h.Richard Kenner1-18/+16
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-4/+4
2000-02-10flow.c (mark_regs_live_at_end): Delete unused variables.Kaveh R. Ghazi1-1/+1
2000-01-23(struct globals): Likewise.Mark Mitchell1-1/+1
2000-01-23ggc-page.c (struct page_entry): Make `context_depth' an `unsigned short'.Mark Mitchell1-4/+4
2000-01-17ggc-common.c: PROTO -> PARAMS.Kaveh R. Ghazi1-12/+12
2000-01-16aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.Alexandre Oliva1-9/+9