| Commit message (Expand) | Author | Age | Files | Lines |
* | Use ONE_? macros. | Martin Liska | 2020-09-21 | 1 | -1/+1 |
* | Use SIZE_AMOUNT macro for GGC memory allocation numbers. | Martin Liska | 2020-09-21 | 1 | -8/+7 |
* | Update copyright years. | Jakub Jelinek | 2020-01-01 | 1 | -1/+1 |
* | Release memory-block-pool memory back to malloc. | Jan Hubicka | 2019-11-22 | 1 | -0/+3 |
* | Remove gcc/params.* files. | Martin Liska | 2019-11-12 | 1 | -1/+0 |
* | Apply mechanical replacement (generated patch). | Martin Liska | 2019-11-12 | 1 | -2/+2 |
* | config.in: Regenerate. | Jan Hubicka | 2019-11-03 | 1 | -1/+1 |
* | re PR middle-end/92153 (ICE / segmentation fault, use-after-free at gcc/ggc-p... | Jakub Jelinek | 2019-10-18 | 1 | -1/+1 |
* | ggc-page.c (release_pages): Output statistics when !quiet_flag. | Jan Hubicka | 2019-10-11 | 1 | -6/+39 |
* | [PATCH, c-family] Fix a PCH thinko (and thus PR61250). | Iain Sandoe | 2019-08-23 | 1 | -2/+3 |
* | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 2019-07-09 | 1 | -1/+1 |
* | Fix 2 clang warnings. | Martin Liska | 2019-07-01 | 1 | -3/+3 |
* | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 2019-05-17 | 1 | -6/+6 |
* | Update copyright years. | Jakub Jelinek | 2019-01-01 | 1 | -1/+1 |
* | Don't use %z printf length specifier | Michael Matz | 2018-11-16 | 1 | -25/+26 |
* | Come up with SIZE_AMOUNT and use it in memory statistics and sort stats. | Martin Liska | 2018-11-05 | 1 | -43/+43 |
* | Update copyright years. | Jakub Jelinek | 2018-01-03 | 1 | -1/+1 |
* | re PR target/66488 (segfault on sizeof(long) < sizeof(void*) and large GCC me... | Eric Botcazou | 2017-12-15 | 1 | -5/+0 |
* | ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i-- check. | Nathan Sidwell | 2017-05-02 | 1 | -5/+3 |
* | ggc-page.c (ggc_allocated_p): Rename to ... | Richard Biener | 2017-04-20 | 1 | -10/+14 |
* | Update copyright years. | Jakub Jelinek | 2017-01-01 | 1 | -1/+1 |
* | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 2016-10-13 | 1 | -0/+1 |
* | Update copyright years. | Jakub Jelinek | 2016-01-04 | 1 | -1/+1 |
* | Support GGC finalizers with PCH. | Jason Merrill | 2015-11-18 | 1 | -31/+62 |
* | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 2015-10-27 | 1 | -6/+5 |
* | system.h (ROUND_UP): New macro definition. | Uros Bizjak | 2015-10-02 | 1 | -5/+1 |
* | remove more useless typedefs | Trevor Saunders | 2015-08-19 | 1 | -4/+4 |
* | tree-core.h: Include symtab.h. | Andrew MacLeod | 2015-07-08 | 1 | -6/+1 |
* | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 2015-06-25 | 1 | -2/+0 |
* | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 2015-06-17 | 1 | -3/+0 |
* | gcc-plugin.h: Move decls to plugin.h and include it. | Andrew MacLeod | 2015-06-09 | 1 | -0/+1 |
* | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 2015-06-08 | 1 | -8/+0 |
* | coretypes.h: Include machmode.h... | Andrew MacLeod | 2015-06-04 | 1 | -4/+0 |
* | Fix memory report layout at various places. | Martin Liska | 2015-06-03 | 1 | -21/+25 |
* | Always pass explicit location to fatal_error. | Joseph Myers | 2015-01-30 | 1 | -6/+6 |
* | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 2015-01-09 | 1 | -0/+9 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 1 | -1/+1 |
* | cgraph.h: Flatten. | Andrew MacLeod | 2014-10-28 | 1 | -0/+11 |
* | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 2014-10-27 | 1 | -0/+1 |
* | State cleanups from jit branch | David Malcolm | 2014-10-21 | 1 | -0/+5 |
* | tree-ssa-ccp.c (prop_value_d): Rename to ... | Jan Hubicka | 2014-09-22 | 1 | -1/+1 |
* | support ggc hash_map and hash_set | Trevor Saunders | 2014-09-02 | 1 | -1/+9 |
* | system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. | Richard Biener | 2014-05-26 | 1 | -1/+1 |
* | ggc.h (ggc_grow): New function. | Jan Hubicka | 2014-05-25 | 1 | -0/+17 |
* | comment ggc_handle_finalizers | Trevor Saunders | 2014-05-17 | 1 | -0/+5 |
* | add finalizers to ggc | Trevor Saunders | 2014-05-17 | 1 | -1/+86 |
* | rm a bunch of _stat allocation functions | Trevor Saunders | 2014-05-17 | 1 | -1/+1 |
* | Update copyright years in gcc/ | Richard Sandiford | 2014-01-02 | 1 | -1/+1 |
* | tree-ssa.h: Remove all #include's | Andrew MacLeod | 2013-10-23 | 1 | -1/+1 |
* | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 2013-09-28 | 1 | -7/+7 |