Age | Commit message (Expand) | Author | Files | Lines |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-03 | pch: Add support for PCH for relocatable executables [PR71934] | Jakub Jelinek | 1 | -0/+4 |
2021-08-18 | Turn 'bool force_collect' parameter to 'ggc_collect' into an 'enum ggc_collec... | Thomas Schwinge | 1 | -4/+6 |
2021-08-17 | Turn global 'ggc_force_collect' variable into 'force_collect' parameter to 'g... | Thomas Schwinge | 1 | -2/+4 |
2021-05-27 | PR other/100463 - many errors using GTY and hash_map | Martin Sebor | 1 | -14/+25 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-04 | Come up with ggc_delete. | Martin Liska | 1 | -0/+10 |
2019-11-03 | config.in: Regenerate. | Jan Hubicka | 1 | -0/+3 |
2019-10-29 | Release function and edge summaries allocated with GGC. | Martin Liska | 1 | -0/+12 |
2019-10-29 | Remove misleading sorting function in ggc memory report. | Martin Liska | 1 | -1/+1 |
2019-10-11 | ggc-page.c (release_pages): Output statistics when !quiet_flag. | Jan Hubicka | 1 | -0/+3 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-06-30 | ggc.h (empty_string): Delete. | Nathan Sidwell | 1 | -3/+0 |
2017-06-30 | ggc.h: Replace all 'static inline' with plain 'inline'. | Nathan Sidwell | 1 | -20/+18 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -3/+2 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -1/+0 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-10 | remove gengtype support for param_is use_param, if_marked and splay tree allo... | Trevor Saunders | 1 | -40/+0 |
2014-11-20 | implement a replacement for if_marked | Trevor Saunders | 1 | -0/+3 |
2014-10-12 | move many gc hashtab to hash_table | Trevor Saunders | 1 | -0/+5 |
2014-09-02 | support ggc hash_map and hash_set | Trevor Saunders | 1 | -0/+21 |
2014-05-25 | ggc.h (ggc_grow): New function. | Jan Hubicka | 1 | -0/+3 |
2014-05-17 | add finalizers to ggc | Trevor Saunders | 1 | -8/+63 |
2014-05-17 | remove unused function | Trevor Saunders | 1 | -7/+0 |
2014-05-17 | use templates instead of gengtype for typed allocation functions | Trevor Saunders | 1 | -7/+26 |
2014-05-17 | rm a bunch of _stat allocation functions | Trevor Saunders | 1 | -41/+24 |
2014-02-07 | parser.c (synthesize_implicit_template_parm): Use grow_tree_vec. | Jan Hubicka | 1 | -0/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-27 | cgraph.h (enum cgraph_simd_clone_arg_type): New. | Aldy Hernandez | 1 | -0/+7 |
2013-11-19 | Convert gimple types from a union to C++ inheritance | David Malcolm | 1 | -3/+3 |
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 |