summaryrefslogtreecommitdiff
path: root/gcc/ggc.h
Commit message (Expand)AuthorAgeFilesLines
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-1/+1
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-3/+0
* sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher2012-07-241-4/+0
* ggc.h (ggc_internal_alloc_stat, [...]): Add ATTRIBUTE_MALLOC.Steven Bosscher2012-07-131-8/+16
* Reduce memory waste due to non-power-of-2 allocsTom Tromey2011-10-171-0/+2
* ggc.h (ggc_alloc_rtvec_sized): Use ggc_alloc_zone_rtvec_def instead of ggc_al...Andreas Schwab2011-08-161-5/+4
* ggc.h (ggc_alloc_rtvec_sized): Change arguments of ggc_alloc_zone_vec_rtvec_def.Liang Wang2011-08-161-2/+3
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-134/+158
* ggc.h (ggc_min_expand_heuristic, [...]): Remove.Laurynas Biveinis2010-05-261-2/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-1/+1
* Add support for using ggc cache tables from plugins.Duncan Sands2009-09-281-1/+5
* plugins.texi (Loading plugins): typo.Basile Starynkevitch2009-05-261-2/+7
* re PR c/12245 (Uses lots of memory when compiling large initialized arrays)Jan Hubicka2009-02-231-1/+1
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-1/+2
* symtab.h (HT_ALLOCED): Remove.Tom Tromey2008-05-211-2/+11
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* toplev.c (dump_memory_report): Break out from...Jan Hubicka2006-12-231-1/+1
* ggc.h (GGC_RESIZEVEC): New.Gabriel Dos Reis2005-12-021-0/+1
* ggc-page.c (ggc_push_context): Remove.Mark Mitchell2005-09-071-8/+0
* Update FSF address.Kelley Cook2005-06-251-2/+2
* ggc.h (ggc_alloc_zone_pass_stat): New macro.Daniel Jacobowitz2005-05-021-6/+2
* alloc-pool.c, [...]: Update copyright.Kazu Hirata2005-03-141-1/+1
* ggc-zone.c: Rewritten.Daniel Jacobowitz2005-03-131-21/+37
* gimplify.c (gimplify_compound_lval): Move "stack" varray out of GGC.Jan Hubicka2004-09-021-1/+5
* *** empty log message ***Dan Nicolaescu2004-09-021-3/+0
* ggc.h (GGC_NEW, [...]): New macros.Bernardo Innocenti2004-07-251-0/+8
* ggc-common.c (ggc_alloc_cleared_stat, [...]): Rename from ...; make statistic...Jan Hubicka2004-03-031-6/+17
* alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata2004-01-311-1/+1
* ggc.h (ggc_free): Declare.Richard Henderson2004-01-281-0/+2
* Revert accidental commit.Richard Henderson2004-01-261-2/+0
* c-parse.in (extension): Use itype.Richard Henderson2004-01-261-0/+2
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-1/+1
* ggc.h (struct alloc_zone): Move forward declaration up.Steven Bosscher2003-12-011-2/+9
* ggc-zone.c: New file, zone allocating collector.Daniel Berlin2003-10-271-9/+28
* rtl.h (rtl_size): Declare.Richard Sandiford2003-10-181-3/+1
* c-pretty-print.c: Fix comment formatting.Kazu Hirata2003-10-051-1/+1
* re PR c/10962 (lookup_field is a linear search on a linked list (can be slow ...Andrew Pinski2003-07-161-0/+5
* ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'...Steven Bosscher2003-07-101-5/+5
* gcc.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-2/+1
* ggc.h: Follow spelling conventions.Kazu Hirata2003-07-051-1/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2003-06-121-1/+1
* ggc.h: Convert to ISO C90 prototypes.Andreas Jaeger2003-06-071-61/+53
* cpppch.c (reset_ht): Remove.Matt Austern2003-04-031-0/+1
* Makefile.in (ggc-common.o): Depend on $(PARAMS_H)Kaveh R. Ghazi2003-02-221-0/+5
* Merge from pch-branch.Geoffrey Keating2003-01-101-49/+135
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-1/+1
* Index: gcc/ChangeLogGeoffrey Keating2002-09-161-11/+3
* * ggc.h (ggc_add_root): Document as obsolete.Geoffrey Keating2002-07-041-1/+2
* gbl-ctors.h: Fix formatting.Kazu Hirata2002-06-041-5/+5
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-77/+38