summaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
Commit message (Expand)AuthorAgeFilesLines
* ggc-page.c (size_lookup): Increase minimum allocation size to eight bytes.Zack Weinberg2001-05-311-5/+5
* sibcall.c (skip_copy_to_return_value): Call identify_call_return_value here, ...Zack Weinberg2001-02-201-10/+0
* ggc-page.c (alloc_annon): Call perror and correctly call exit.Richard Kenner2001-01-141-8/+12
* ggc-page.c (USING_MALLOC_PAGE_GROUPS): New; set if not using mmap.Richard Henderson2001-01-131-22/+186
* ggc-page.c (alloc_page): Round up allocation size to one page.Richard Henderson2001-01-131-4/+7
* aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Completely rewritten.Zack Weinberg2001-01-121-36/+54
* ggc-page.c (max_alignment): New structure.Mark Mitchell2001-01-081-13/+28
* * ggc-page.c (NUM_EXTRA_ORDERS): Hardwire to zero for now.Mark Mitchell2001-01-051-0/+11
* Special-case tree_decl/tree_list allocations.Mark Mitchell2001-01-041-34/+88
* stringpool.c: New file.Zack Weinberg2000-11-171-5/+0
* flags.h (time_report, mem_report): New global flags.Zack Weinberg2000-08-291-13/+27
* ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're asked for one page...Zack Weinberg2000-08-241-32/+54
* bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing with %p.Joseph Myers2000-07-231-6/+8
* ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,...Zack Weinberg2000-06-091-7/+3
* Makefile.in (OBJS): Add timevar.o.Alex Samuel2000-04-281-9/+4
* Makefile.in (ggc-page.o): Now includes toplev.h.Richard Kenner2000-04-151-18/+16
* rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi2000-03-071-4/+4
* flow.c (mark_regs_live_at_end): Delete unused variables.Kaveh R. Ghazi2000-02-101-1/+1
* (struct globals): Likewise.Mark Mitchell2000-01-231-1/+1
* ggc-page.c (struct page_entry): Make `context_depth' an `unsigned short'.Mark Mitchell2000-01-231-4/+4
* ggc-common.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-12/+12
* aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.Alexandre Oliva2000-01-161-9/+9
* acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING, GC_CHECKING, GC_AL...Zack Weinberg1999-12-261-3/+3
* lcm.c (compute_laterin): Cast bb->aux to size_t not int.Richard Henderson1999-11-301-2/+2
* ggc-page.c (struct page_entry): Remove save_num_free_objects.Mark Mitchell1999-11-011-23/+59
* ggc-common.c: Update pre-function commentary.Richard Henderson1999-10-301-24/+34
* ggc-common.c (ggc_print_statistics): Make arguments to fprintf match format s...Mark Mitchell1999-10-301-3/+6
* ggc.h (struct ggc_statistics): New type.Mark Mitchell1999-10-291-0/+65
* * ggc-page.c (poison_pages): Don't be overzealous.Mark Mitchell1999-10-271-0/+8
* * gcc-page.c: Try MAP_ANON if we don't have MAP_ANONYMOUS.Richard Earnshaw1999-10-201-0/+3
* * ggc-page.c (init_ggc): Work around SunOS unaligned mmap bug.Richard Henderson1999-10-181-0/+20
* * ggc-page.c (MAP_FAILED): Provide default.Richard Henderson1999-10-131-0/+4
* Simplified GC interface and other goodies.Richard Henderson1999-10-131-145/+75
* ggc.h (ggc_push_context): Fix comment.Mark Mitchell1999-10-111-7/+47
* * ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.Paul Burchard1999-10-051-1/+1
* Include tm_p.h in ggc filesMichael Meissner1999-10-051-0/+1
* 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
* ggc-page.c: Don't include <unistd.h> etc taken care of by "system.h".Richard Henderson1999-09-291-7/+4
* ggc-page.c (GGC_MIN_LAST_ALLOCATED): New.Richard Henderson1999-09-271-3/+7
* ggc-page.c: New file.Alex Samuel1999-09-231-0/+1083