summaryrefslogtreecommitdiff
path: root/gcc/ggc-zone.c
Commit message (Expand)AuthorAgeFilesLines
* alloc-pool.c, [...]: Update copyright.Kazu Hirata2005-03-141-1/+1
* * ggc-zone.c: Fix comment typos.Kazu Hirata2005-03-141-2/+2
* ggc-zone.c: Rewritten.Daniel Jacobowitz2005-03-131-647/+1408
* gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-091-35/+18
* ggc-zone.c (struc alloc_chunk): Rearrange flag bits and SIZE.Daniel Jacobowitz2004-08-241-5/+10
* ggc-zone.c (struct alloc_zone): Add statistics counters.Daniel Jacobowitz2004-08-091-21/+231
* re PR bootstrap/12804 (zone allocator is broken on 64bit)Daniel Jacobowitz2004-07-261-8/+5
* ggc-zone.c (ggc_alloc_zone_1): Add MEM_STAT_DECL parameter.Paolo Bonzini2004-05-041-11/+18
* bb-reorder.c, [...]: Fix comment typos.Kazu Hirata2004-04-301-1/+1
* * ggc-zone.c (ggc_pch_write_object): Don't align file pointer.Ian Lance Taylor2004-03-041-3/+0
* ggc-zone.c (ggc_free): New function.Daniel Berlin2004-01-311-7/+26
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+2
* alias.c: Fix comment typos.Kazu Hirata2004-01-061-1/+1
* ggc-zone.c: Remove everything in #ifdef USING_MALLOC_PAGE_GROUPSDaniel Berlin2004-01-051-423/+62
* c-typeck.c: Fix comment typos.Kazu Hirata2003-12-131-1/+1
* ggc-zone.c (struct alloc_zone): Don't pre-declare, it already comes in with g...Steven Bosscher2003-12-131-21/+45
* ggc-zone.c: Follow spelling conventions.Kazu Hirata2003-12-131-1/+1
* ggc.h (struct alloc_zone): Move forward declaration up.Steven Bosscher2003-12-011-49/+74
* ggc-zone.c (ggc_pch_write_object): Calculate object size using ggc_get_size (...Daniel Berlin2003-12-011-1/+1
* ChangeLog.7: Fix comment typos.Kazu Hirata2003-11-211-2/+2
* configure.in: Look for <valgrind/memcheck.h> first.Hans-Peter Nilsson2003-10-291-1/+7
* ggc-zone.c (check_cookies): Add missing variable.Andreas Jaeger2003-10-281-6/+8
* ggc-zone.c: New file, zone allocating collector.Daniel Berlin2003-10-271-0/+1701