Age | Commit message (Expand) | Author | Files | Lines |
2013-08-20 | Revert my last two changes, r201865 and r201864 | David Malcolm | 1 | -46/+0 |
2013-08-20 | Make opt_pass and gcc::pass_manager be GC-managed | David Malcolm | 1 | -0/+46 |
2013-01-24 | Remove zone allocator. | Diego Novillo | 1 | -91/+11 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -1/+1 |
2012-08-14 | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 1 | -3/+0 |
2012-07-24 | sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS. | Steven Bosscher | 1 | -4/+0 |
2012-07-13 | ggc.h (ggc_internal_alloc_stat, [...]): Add ATTRIBUTE_MALLOC. | Steven Bosscher | 1 | -8/+16 |
2011-10-17 | Reduce memory waste due to non-power-of-2 allocs | Tom Tromey | 1 | -0/+2 |
2011-08-16 | ggc.h (ggc_alloc_rtvec_sized): Use ggc_alloc_zone_rtvec_def instead of ggc_al... | Andreas Schwab | 1 | -5/+4 |
2011-08-16 | ggc.h (ggc_alloc_rtvec_sized): Change arguments of ggc_alloc_zone_vec_rtvec_def. | Liang Wang | 1 | -2/+3 |
2010-06-08 | utils.c (init_gnat_to_gnu): Use typed GC allocation. | Laurynas Biveinis | 1 | -134/+158 |
2010-05-26 | ggc.h (ggc_min_expand_heuristic, [...]): Remove. | Laurynas Biveinis | 1 | -2/+0 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -1/+1 |
2009-09-28 | Add support for using ggc cache tables from plugins. | Duncan Sands | 1 | -1/+5 |
2009-05-26 | plugins.texi (Loading plugins): typo. | Basile Starynkevitch | 1 | -2/+7 |
2009-02-23 | re PR c/12245 (Uses lots of memory when compiling large initialized arrays) | Jan Hubicka | 1 | -1/+1 |
2008-06-20 | ggc.h (GGC_RESIZEVAR): New, reorder macros. | Kaveh R. Ghazi | 1 | -1/+2 |
2008-05-21 | symtab.h (HT_ALLOCED): Remove. | Tom Tromey | 1 | -2/+11 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2006-12-23 | toplev.c (dump_memory_report): Break out from... | Jan Hubicka | 1 | -1/+1 |
2005-12-02 | ggc.h (GGC_RESIZEVEC): New. | Gabriel Dos Reis | 1 | -0/+1 |
2005-09-07 | ggc-page.c (ggc_push_context): Remove. | Mark Mitchell | 1 | -8/+0 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-02 | ggc.h (ggc_alloc_zone_pass_stat): New macro. | Daniel Jacobowitz | 1 | -6/+2 |
2005-03-14 | alloc-pool.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-03-13 | ggc-zone.c: Rewritten. | Daniel Jacobowitz | 1 | -21/+37 |
2004-09-02 | gimplify.c (gimplify_compound_lval): Move "stack" varray out of GGC. | Jan Hubicka | 1 | -1/+5 |
2004-09-02 | *** empty log message *** | Dan Nicolaescu | 1 | -3/+0 |
2004-07-25 | ggc.h (GGC_NEW, [...]): New macros. | Bernardo Innocenti | 1 | -0/+8 |
2004-03-03 | ggc-common.c (ggc_alloc_cleared_stat, [...]): Rename from ...; make statistic... | Jan Hubicka | 1 | -6/+17 |
2004-01-31 | alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c, | Kazu Hirata | 1 | -1/+1 |
2004-01-28 | ggc.h (ggc_free): Declare. | Richard Henderson | 1 | -0/+2 |
2004-01-26 | Revert accidental commit. | Richard Henderson | 1 | -2/+0 |
2004-01-26 | c-parse.in (extension): Use itype. | Richard Henderson | 1 | -0/+2 |
2003-12-21 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-12-01 | ggc.h (struct alloc_zone): Move forward declaration up. | Steven Bosscher | 1 | -2/+9 |
2003-10-27 | ggc-zone.c: New file, zone allocating collector. | Daniel Berlin | 1 | -9/+28 |
2003-10-18 | rtl.h (rtl_size): Declare. | Richard Sandiford | 1 | -3/+1 |
2003-10-05 | c-pretty-print.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-07-16 | re PR c/10962 (lookup_field is a linear search on a linked list (can be slow ... | Andrew Pinski | 1 | -0/+5 |
2003-07-10 | ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'... | Steven Bosscher | 1 | -5/+5 |
2003-07-06 | gcc.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -2/+1 |
2003-07-05 | ggc.h: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2003-06-12 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2003-06-07 | ggc.h: Convert to ISO C90 prototypes. | Andreas Jaeger | 1 | -61/+53 |
2003-04-03 | cpppch.c (reset_ht): Remove. | Matt Austern | 1 | -0/+1 |
2003-02-22 | Makefile.in (ggc-common.o): Depend on $(PARAMS_H) | Kaveh R. Ghazi | 1 | -0/+5 |
2003-01-10 | Merge from pch-branch. | Geoffrey Keating | 1 | -49/+135 |