aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
AgeCommit message (Expand)Author
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
2003-10-272003-10-26 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin
2003-10-18 * rtl.h (rtl_size): Declare.Richard Sandiford
2003-10-05 * c-pretty-print.c: Fix comment formatting.Kazu Hirata
2003-10-04* ggc-page.c: (ggc_pch_write_object) replace fseek() with fwrite()Robert Bowdidge
2003-08-19 * builtins.c: Fix comment typos.Kazu Hirata
2003-07-22 * alias.c: Fix comment formatting.Kazu Hirata
2003-07-19 * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cKaveh Ghazi
2003-07-14 * ggc-page.c (extra_order_size_table): Insns have 9 slots. RegsGerald Pfeifer
2003-07-01 * basic-block.h: Fix comment typos.Kazu Hirata
2003-06-27 * ggc-page.c (inverse_table): Change type of mult to size_t.Ulrich Weigand
2003-06-17gcc:Kaveh Ghazi
2003-06-07 * ggc.h: Convert to ISO C90 prototypes.Andreas Jaeger
2003-06-02 * ggc-page.c (init_ggc): Give better diagnostics on failure toZack Weinberg
2003-05-13 * diagnostic.c (output_format): Add support for %m.Zack Weinberg
2003-04-30 * ggc-page.c (TREE_EXP_SIZE): Define.Steven Bosscher
2003-03-17Update comment for ggc_alloc - to match API change made 2000-6-9.Per Bothner
2003-03-13 * ggc-page.c (struct page_entry): Remove varray.h header.Mike Stump
2003-03-04 * configure.in: Check for <memcheck.h>.Andreas Jaeger
2003-01-30 * ggc-page.c (G.context_depth_allocations): New.Richard Henderson
2003-01-10 * ggc-page.c (ggc_collect): Avoid overflow computingGeoffrey Keating
2003-01-10Merge from pch-branch.Geoffrey Keating
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-11-20 * ggc-common.c [!ENABLE_VALGRIND_CHECKING] (VALGRIND_DISCARD):Hans-Peter Nilsson
2002-11-12 * params.def (ggc-min-expand, ggc-min-heapsize): New parameters.Zack Weinberg
2002-09-22 * dbxout.c: Follow spelling conventions.Kazu Hirata
2002-08-24 * ggc-page.c (compute_inverse): Short circuit calculation forZack Weinberg
2002-08-22 * ggc-page.c: Avoid division in ggc_set_mark.Zack Weinberg
2002-08-15 * ggc-page.c (RTL_SIZE): New.Richard Henderson
2002-06-04 * gbl-ctors.h: Fix formatting.Kazu Hirata
2002-05-24 * ggc-page.c (alloc_page): Cast variables of type size_t toAndreas Jaeger
2002-03-03 * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE inKaveh Ghazi
2002-01-05 * cse.c: Fix formatting.Kazu Hirata
2001-12-02 * c-decl.c (duplicate_decls, push_parm_decl): Remove leadingNeil Booth
2001-11-11 * ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog,Joseph Myers
2001-10-10 * calls.c: Fix formatting.Kazu Hirata
2001-09-21 * ggc-page.c (ggc_marked_p): Properly convert return to boolean.Richard Kenner
2001-09-20 * fold-const.c (hashtab.h): Include.Richard Kenner
2001-08-22 * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,Lars Brinkhoff
2001-08-12 * gcc.c: Fix comment formatting.Kazu Hirata
2001-05-31 * ggc-page.c (size_lookup): Increase minimum allocation sizeZack Weinberg
2001-02-20 * sibcall.c (skip_copy_to_return_value): CallZack Weinberg
2001-01-14 * ggc-page.c (alloc_annon): Call perror and correctly call exit.Richard Kenner
2001-01-13 * ggc-page.c (USING_MALLOC_PAGE_GROUPS): New; set if not using mmap.Richard Henderson
2001-01-13 * ggc-page.c (alloc_page): Round up allocation size to one page.Richard Henderson
2001-01-122001-01-11 Zack Weinberg <zack@wolery.stanford.edu>Zack Weinberg
2001-01-08 * ggc-page.c (max_alignment): New structure.Mark P Mitchell
2001-01-05 * ggc-page.c (NUM_EXTRA_ORDERS): Hardwire to zero for now.Mark Mitchell
2001-01-04 Special-case tree_decl/tree_list allocations.Mark Mitchell
2000-11-17 * stringpool.c: New file.Zack Weinberg