aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-27ggc-page.c (GGC_QUIRE_SIZE): Bump up from 16 to 256 if we're using mmap.Matt Austern1-2/+9
2004-09-09gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-61/+26
2004-09-02gimplify.c (gimplify_compound_lval): Move "stack" varray out of GGC.Jan Hubicka1-11/+21
2004-03-22bt-load.c, [...]: Remove unnecessary casts.Kazu Hirata1-4/+4
2004-03-11c-typeck.c, [...]: Fix comment typos and formatting.Kazu Hirata1-1/+1
2004-03-03ggc-common.c (ggc_alloc_cleared_stat, [...]): Rename from ...; make statistic...Jan Hubicka1-5/+10
2004-03-01fold-const.c (fold): An equality comparison of a non-weak object against zero...Jeff Law1-7/+63
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata1-1/+2
2004-01-28ggc.h (ggc_free): Declare.Richard Henderson1-40/+168
2004-01-26Revert accidental commit.Richard Henderson1-149/+29
2004-01-26c-parse.in (extension): Use itype.Richard Henderson1-29/+149
2003-12-21Patch from Dan NicolaescuDan Nicolaescu1-7/+18
2003-12-03* gcc-page.c (extra_order_size_tab): Correct comment.James E Wilson1-1/+1
2003-12-01ggc.h (struct alloc_zone): Move forward declaration up.Steven Bosscher1-0/+14
2003-10-31ggc-page.c (ggc_pch_read): Wrap call to poison_pages in ENABLE_GC_CHECKING no...Richard Earnshaw1-1/+1
2003-10-29configure.in: Look for <valgrind/memcheck.h> first.Hans-Peter Nilsson1-3/+5
2003-10-27ggc-zone.c: New file, zone allocating collector.Daniel Berlin1-4/+23
2003-10-18rtl.h (rtl_size): Declare.Richard Sandiford1-1/+1
2003-10-05c-pretty-print.c: Fix comment formatting.Kazu Hirata1-3/+3
2003-10-03ggc-page.c: (ggc_pch_write_object) replace fseek() with fwrite() in PCH gener...Robert Bowdidge1-5/+25
2003-08-19builtins.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-22alias.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-17/+16
2003-07-14ggc-page.c (extra_order_size_table): Insns have 9 slots.Gerald Pfeifer1-3/+79
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-2/+2
2003-06-27ggc-page.c (inverse_table): Change type of mult to size_t.Ulrich Weigand1-14/+3
2003-06-17alloc-pool.c: Don't check HAVE_LONG_DOUBLE.Kaveh R. Ghazi1-4/+0
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