summaryrefslogtreecommitdiff
path: root/gcc/ggc-zone.c
Commit message (Expand)AuthorAgeFilesLines
* Fix building ggc-zone.cDodji Seketeli2011-10-201-1/+1
* Reduce memory waste due to non-power-of-2 allocsTom Tromey2011-10-171-8/+19
* hwint.c: New.Joseph Myers2010-11-301-1/+0
* ggc-zone.c (ggc_pch_read): Fix conditional compilation.Laurynas Biveinis2010-11-301-1/+1
* system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers2010-11-291-12/+0
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-6/+6
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-3/+1
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-37/+32
* ggc-zone.c: Update copyright year.Laurynas Biveinis2010-05-261-5/+9
* toplev.c: Include varray.h for statistics dumping.Steven Bosscher2010-04-301-1/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-10/+10
* plugins.texi (Loading plugins): typo.Basile Starynkevitch2009-05-261-0/+5
* ggc-zone.c (lookup_page_table_if_allocated, [...]): Fix -Wc++-compat and/or -...Kaveh R. Ghazi2008-07-041-15/+15
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-1/+1
* symtab.h (HT_ALLOCED): Remove.Tom Tromey2008-05-211-1/+150
* Support valgrind 3.3 for --enable-checking=valgrind.Hans-Peter Nilsson2008-02-191-34/+32
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* re PR other/22337 (zone collector does not build)Serge Belyshev2005-07-251-2/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* c-common.c, [...]: Fix comment typos.Kazu Hirata2005-05-261-1/+1
* ggc-page.c (ggc_alloc_stat): Record amount of memory allocated.Zdenek Dvorak2005-05-171-0/+2
* ggc.h (ggc_alloc_zone_pass_stat): New macro.Daniel Jacobowitz2005-05-021-5/+5
* 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