Age | Commit message (Expand) | Author | Files | Lines |
2020-06-05 | Add new/delete to struct occurence | Jonathan Wakely | 1 | -0/+6 |
2020-05-05 | Use const for some function arguments. | Martin Liska | 1 | -1/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+2 |
2019-02-26 | Improve memory statistics report readability. | Martin Liska | 1 | -3/+0 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-16 | Don't use %z printf length specifier | Michael Matz | 1 | -4/+4 |
2018-11-05 | Come up with SIZE_AMOUNT and use it in memory statistics and sort stats. | Martin Liska | 1 | -7/+11 |
2018-10-30 | Don't allow the pool allocator to be configured to allocate zero-sized objects | Richard Earnshaw | 1 | -0/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-08-02 | re PR other/81667 (trunk/gcc/alloc-pool.h:239: possible missing initialiser ?) | Marek Polacek | 1 | -2/+3 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-02-25 | Do not gather mem stats in run_exit_handles (PR | Martin Liska | 1 | -1/+4 |
2016-02-23 | alloc-pool.h (struct allocation_object): Make id member conditional on CHECKI... | Richard Biener | 1 | -4/+16 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-10 | Enhance pool allocator | Martin Liska | 1 | -1/+14 |
2015-11-06 | alloc-pool.h (object_allocator::allocate): Default-initialize object. | Richard Biener | 1 | -1/+1 |
2015-10-26 | alloc-pool.h (base_pool_allocator): Use placement new. | Richard Biener | 1 | -3/+4 |
2015-10-26 | ENABLE_CHECKING refactoring: pool allocators | Mikhail Maltsev | 1 | -17/+10 |
2015-09-16 | Share memory blocks between pool allocators | Mikhail Maltsev | 1 | -34/+90 |
2015-07-16 | Add new object_allocator and clean-up allocator usage. | Martin Liska | 1 | -77/+110 |
2015-06-10 | Fix BITMAP identifier clash. | Martin Liska | 1 | -1/+1 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -1/+0 |
2015-06-03 | Fix GNU coding style in memory statistics. | Martin Liska | 1 | -7/+14 |
2015-06-03 | Fix memory report layout at various places. | Martin Liska | 1 | -1/+1 |
2015-06-03 | Port pool-allocator memory stats to a new infrastructure. | Martin Liska | 1 | -21/+80 |
2015-06-02 | Pool allocator fallout: fix uninialized class members. | Martin Liska | 1 | -4/+3 |
2015-06-01 | Small pool-allocator fallback. | Martin Liska | 1 | -1/+1 |
2015-06-01 | Remove old pool allocator. | Martin Liska | 1 | -51/+0 |
2015-06-01 | Introduce new type-based pool allocator. | Martin Liska | 1 | -2/+378 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-07-13 | ggc.h (ggc_internal_alloc_stat, [...]): Add ATTRIBUTE_MALLOC. | Steven Bosscher | 1 | -1/+1 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -1/+1 |
2007-11-23 | re PR tree-optimization/34176 (SCCVN breaks gettext) | Richard Guenther | 1 | -0/+1 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -2/+13 |
2006-06-20 | alloc-pool.h (free_alloc_pool_if_empty): Prototype new function. | Richard Guenther | 1 | -0/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2004-02-04 | alloc-pool.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-30 | alloc-pool.c: Include hashtab.h | Jan Hubicka | 1 | -1/+2 |
2003-06-15 | alloc-pool.c: Convert to ISO C90 prototypes. | Andreas Jaeger | 1 | -4/+4 |
2003-05-12 | alloc-pool.h (ALLOC_POOL_ID_TYPE): New type. | Josef Zlomek | 1 | -2/+8 |
2002-12-19 | Makefile.in (OBJS): Add alloc-pool.o | Daniel Berlin | 1 | -0/+48 |