Fix commit of testcase which got truncated somehow.
[gcc.git] / gcc / ggc-zone.c
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-07-24 Steven Bosschersbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for...
2011-10-20 Dodji SeketeliFix building ggc-zone.c
2011-10-17 Tom TromeyReduce memory waste due to non-power-of-2 allocs
2010-11-30 Joseph Myershwint.c: New.
2010-11-30 Laurynas Biveinisggc-zone.c (ggc_pch_read): Fix conditional compilation.
2010-11-29 Joseph Myerssystem.h: Include "safe-ctype.h" instead of <safe-ctype.h>.
2010-11-10 Joseph Myerscfgloop.c (verify_loop_structure): Use %' in diagnostics.
2010-10-21 Nathan Froydbasic-block.h (single_succ_edge): Use gcc_checking_assert.
2010-07-08 Manuel López-Ibáñeztoplev.h: Do not include diagnostic-core.h.
2010-06-08 Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-05-26 Laurynas Biveinisggc-zone.c: Update copyright year.
2010-04-30 Steven Bosschertoplev.c: Include varray.h for statistics dumping.
2009-11-25 H.J. LuRemove trailing white spaces.
2009-05-26 Basile Starynkevitchplugins.texi (Loading plugins): typo.
2008-07-04 Kaveh R. Ghaziggc-zone.c (lookup_page_table_if_allocated, [...])...
2008-06-06 Ralf Wildenhuescgraph.c: Fix typos in comments.
2008-05-21 Tom Tromeysymtab.h (HT_ALLOCED): Remove.
2008-02-19 Hans-Peter NilssonSupport valgrind 3.3 for --enable-checking=valgrind.
2007-07-26 Nick CliftonChange copyright header to refer to version 3 of the...
2005-07-25 Serge Belyshevre PR other/22337 (zone collector does not build)
2005-06-25 Kelley CookUpdate FSF address.
2005-05-26 Kazu Hiratac-common.c, [...]: Fix comment typos.
2005-05-17 Zdenek Dvorakggc-page.c (ggc_alloc_stat): Record amount of memory...
2005-05-02 Daniel Jacobowitzggc.h (ggc_alloc_zone_pass_stat): New macro.
2005-03-14 Kazu Hirataalloc-pool.c, [...]: Update copyright.
2005-03-14 Kazu Hirata* ggc-zone.c: Fix comment typos.
2005-03-13 Daniel Jacobowitzggc-zone.c: Rewritten.
2004-09-09 Nathan Sidwellgcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unrea...
2004-08-24 Daniel Jacobowitzggc-zone.c (struc alloc_chunk): Rearrange flag bits...
2004-08-09 Daniel Jacobowitzggc-zone.c (struct alloc_zone): Add statistics counters.
2004-07-26 Daniel Jacobowitzre PR bootstrap/12804 (zone allocator is broken on...
2004-05-04 Paolo Bonziniggc-zone.c (ggc_alloc_zone_1): Add MEM_STAT_DECL parameter.
2004-04-30 Kazu Hiratabb-reorder.c, [...]: Fix comment typos.
2004-03-04 Ian Lance Taylor* ggc-zone.c (ggc_pch_write_object): Don't align file...
2004-01-31 Daniel Berlinggc-zone.c (ggc_free): New function.
2004-01-21 Kazu Hirataalias.c, [...]: Update copyright.
2004-01-06 Kazu Hirataalias.c: Fix comment typos.
2004-01-05 Daniel Berlinggc-zone.c: Remove everything in #ifdef USING_MALLOC_PA...
2003-12-13 Kazu Hiratac-typeck.c: Fix comment typos.
2003-12-13 Steven Bosscherggc-zone.c (struct alloc_zone): Don't pre-declare,...
2003-12-13 Kazu Hirataggc-zone.c: Follow spelling conventions.
2003-12-01 Steven Bosscherggc.h (struct alloc_zone): Move forward declaration up.
2003-12-01 Daniel Berlinggc-zone.c (ggc_pch_write_object): Calculate object...
2003-11-21 Kazu HirataChangeLog.7: Fix comment typos.
2003-10-29 Hans-Peter Nilssonconfigure.in: Look for <valgrind/memcheck.h> first.
2003-10-28 Andreas Jaegerggc-zone.c (check_cookies): Add missing variable.
2003-10-27 Daniel Berlinggc-zone.c: New file, zone allocating collector.