summaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
Commit message (Expand)AuthorAgeFilesLines
* bt-load.c, [...]: Remove unnecessary casts.Kazu Hirata2004-03-221-4/+4
* c-typeck.c, [...]: Fix comment typos and formatting.Kazu Hirata2004-03-111-1/+1
* ggc-common.c (ggc_alloc_cleared_stat, [...]): Rename from ...; make statistic...Jan Hubicka2004-03-031-5/+10
* fold-const.c (fold): An equality comparison of a non-weak object against zero...Jeff Law2004-03-011-7/+63
* alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata2004-01-311-1/+2
* ggc.h (ggc_free): Declare.Richard Henderson2004-01-281-40/+168
* Revert accidental commit.Richard Henderson2004-01-261-149/+29
* c-parse.in (extension): Use itype.Richard Henderson2004-01-261-29/+149
* Patch from Dan NicolaescuDan Nicolaescu2003-12-211-7/+18
* * gcc-page.c (extra_order_size_tab): Correct comment.James E Wilson2003-12-031-1/+1
* ggc.h (struct alloc_zone): Move forward declaration up.Steven Bosscher2003-12-011-0/+14
* ggc-page.c (ggc_pch_read): Wrap call to poison_pages in ENABLE_GC_CHECKING no...Richard Earnshaw2003-10-311-1/+1
* configure.in: Look for <valgrind/memcheck.h> first.Hans-Peter Nilsson2003-10-291-3/+5
* ggc-zone.c: New file, zone allocating collector.Daniel Berlin2003-10-271-4/+23
* rtl.h (rtl_size): Declare.Richard Sandiford2003-10-181-1/+1
* c-pretty-print.c: Fix comment formatting.Kazu Hirata2003-10-051-3/+3
* ggc-page.c: (ggc_pch_write_object) replace fseek() with fwrite() in PCH gener...Robert Bowdidge2003-10-031-5/+25
* builtins.c: Fix comment typos.Kazu Hirata2003-08-191-1/+1
* alias.c: Fix comment formatting.Kazu Hirata2003-07-221-2/+2
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-17/+16
* ggc-page.c (extra_order_size_table): Insns have 9 slots.Gerald Pfeifer2003-07-141-3/+79
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-2/+2
* ggc-page.c (inverse_table): Change type of mult to size_t.Ulrich Weigand2003-06-271-14/+3
* alloc-pool.c: Don't check HAVE_LONG_DOUBLE.Kaveh R. Ghazi2003-06-171-4/+0
* ggc.h: Convert to ISO C90 prototypes.Andreas Jaeger2003-06-071-127/+87
* ggc-page.c (init_ggc): Give better diagnostics on failure to open /dev/zero.Zack Weinberg2003-06-021-1/+1
* diagnostic.c (output_format): Add support for %m.Zack Weinberg2003-05-131-5/+5
* ggc-page.c (TREE_EXP_SIZE): Define.Steven Bosscher2003-04-301-0/+4
* Update comment for ggc_alloc - to match API change made 2000-6-9.Per Bothner2003-03-171-2/+1
* ggc-page.c (struct page_entry): Remove varray.h header.Mike Stump2003-03-131-27/+291
* configure.in: Check for <memcheck.h>.Andreas Jaeger2003-03-041-1/+5
* ggc-page.c (G.context_depth_allocations): New.Richard Henderson2003-01-301-1/+21
* ggc-page.c (ggc_collect): Avoid overflow computing min_expand.Geoffrey Keating2003-01-101-2/+2
* Merge from pch-branch.Geoffrey Keating2003-01-101-10/+248
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* ggc-common.c [!ENABLE_VALGRIND_CHECKING] (VALGRIND_DISCARD): Define as empty.Hans-Peter Nilsson2002-11-201-1/+44
* params.def (ggc-min-expand, [...]): New parameters.Zack Weinberg2002-11-121-38/+11
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-2/+2
* ggc-page.c (compute_inverse): Short circuit calculation for object sizes larg...Zack Weinberg2002-08-241-0/+12
* ggc-page.c: Avoid division in ggc_set_mark.Zack Weinberg2002-08-221-4/+55
* ggc-page.c (RTL_SIZE): New.Richard Henderson2002-08-141-1/+6
* gbl-ctors.h: Fix formatting.Kazu Hirata2002-06-041-34/+34
* ggc-page.c (alloc_page): Cast variables of type size_t to unsigned long, adju...Andreas Jaeger2002-05-241-6/+8
* attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi2002-03-031-2/+1
* cse.c: Fix formatting.Kazu Hirata2002-01-051-3/+3
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-1/+1
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-111-3/+3
* calls.c: Fix formatting.Kazu Hirata2001-10-101-1/+1
* * ggc-page.c (ggc_marked_p): Properly convert return to boolean.Richard Kenner2001-09-201-1/+1
* fold-const.c (hashtab.h): Include.Richard Kenner2001-09-201-0/+29