aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-18Turn 'bool force_collect' parameter to 'ggc_collect' into an 'enum ggc_collec...Thomas Schwinge1-4/+6
2021-08-17Turn global 'ggc_force_collect' variable into 'force_collect' parameter to 'g...Thomas Schwinge1-2/+4
2021-05-27PR other/100463 - many errors using GTY and hash_mapMartin Sebor1-14/+25
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-04Come up with ggc_delete.Martin Liska1-0/+10
2019-11-03config.in: Regenerate.Jan Hubicka1-0/+3
2019-10-29Release function and edge summaries allocated with GGC.Martin Liska1-0/+12
2019-10-29Remove misleading sorting function in ggc memory report.Martin Liska1-1/+1
2019-10-11ggc-page.c (release_pages): Output statistics when !quiet_flag.Jan Hubicka1-0/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-06-30ggc.h (empty_string): Delete.Nathan Sidwell1-3/+0
2017-06-30ggc.h: Replace all 'static inline' with plain 'inline'.Nathan Sidwell1-20/+18
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-20switch from gimple to gimple*Trevor Saunders1-3/+2
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-10remove gengtype support for param_is use_param, if_marked and splay tree allo...Trevor Saunders1-40/+0
2014-11-20implement a replacement for if_markedTrevor Saunders1-0/+3
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-0/+5
2014-09-02support ggc hash_map and hash_setTrevor Saunders1-0/+21
2014-05-25ggc.h (ggc_grow): New function.Jan Hubicka1-0/+3
2014-05-17add finalizers to ggcTrevor Saunders1-8/+63
2014-05-17remove unused functionTrevor Saunders1-7/+0
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-7/+26
2014-05-17rm a bunch of _stat allocation functionsTrevor Saunders1-41/+24
2014-02-07parser.c (synthesize_implicit_template_parm): Use grow_tree_vec.Jan Hubicka1-0/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez1-0/+7
2013-11-19Convert gimple types from a union to C++ inheritanceDavid Malcolm1-3/+3
2013-08-20Revert my last two changes, r201865 and r201864David Malcolm1-46/+0
2013-08-20Make opt_pass and gcc::pass_manager be GC-managedDavid Malcolm1-0/+46
2013-01-24Remove zone allocator.Diego Novillo1-91/+11
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-1/+1
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-3/+0
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-4/+0
2012-07-13ggc.h (ggc_internal_alloc_stat, [...]): Add ATTRIBUTE_MALLOC.Steven Bosscher1-8/+16
2011-10-17Reduce memory waste due to non-power-of-2 allocsTom Tromey1-0/+2
2011-08-16ggc.h (ggc_alloc_rtvec_sized): Use ggc_alloc_zone_rtvec_def instead of ggc_al...Andreas Schwab1-5/+4
2011-08-16ggc.h (ggc_alloc_rtvec_sized): Change arguments of ggc_alloc_zone_vec_rtvec_def.Liang Wang1-2/+3
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-134/+158
2010-05-26ggc.h (ggc_min_expand_heuristic, [...]): Remove.Laurynas Biveinis1-2/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-09-28Add support for using ggc cache tables from plugins.Duncan Sands1-1/+5
2009-05-26plugins.texi (Loading plugins): typo.Basile Starynkevitch1-2/+7
2009-02-23re PR c/12245 (Uses lots of memory when compiling large initialized arrays)Jan Hubicka1-1/+1