aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-page.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-2689/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-08-18Turn 'bool force_collect' parameter to 'ggc_collect' into an 'enum ggc_collec...Thomas Schwinge1-2/+3
2021-08-17Turn global 'ggc_force_collect' variable into 'force_collect' parameter to 'g...Thomas Schwinge1-2/+2
2021-05-06Add line debug info for virtual thunksBernd Edlinger1-0/+6
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-21Use ONE_? macros.Martin Liska1-1/+1
2020-09-21Use SIZE_AMOUNT macro for GGC memory allocation numbers.Martin Liska1-8/+7
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-22Release memory-block-pool memory back to malloc.Jan Hubicka1-0/+3
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-2/+2
2019-11-03config.in: Regenerate.Jan Hubicka1-1/+1
2019-10-18re PR middle-end/92153 (ICE / segmentation fault, use-after-free at gcc/ggc-p...Jakub Jelinek1-1/+1
2019-10-11ggc-page.c (release_pages): Output statistics when !quiet_flag.Jan Hubicka1-6/+39
2019-08-23[PATCH, c-family] Fix a PCH thinko (and thus PR61250).Iain Sandoe1-2/+3
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+1
2019-07-01Fix 2 clang warnings.Martin Liska1-3/+3
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-6/+6
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-16Don't use %z printf length specifierMichael Matz1-25/+26
2018-11-05Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska1-43/+43
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-15re PR target/66488 (segfault on sizeof(long) < sizeof(void*) and large GCC me...Eric Botcazou1-5/+0
2017-05-02ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i-- check.Nathan Sidwell1-5/+3
2017-04-20ggc-page.c (ggc_allocated_p): Rename to ...Richard Biener1-10/+14
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-18Support GGC finalizers with PCH.Jason Merrill1-31/+62
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-6/+5
2015-10-02system.h (ROUND_UP): New macro definition.Uros Bizjak1-5/+1
2015-08-19remove more useless typedefsTrevor Saunders1-4/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-6/+1
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-09gcc-plugin.h: Move decls to plugin.h and include it.Andrew MacLeod1-0/+1
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-8/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-06-03Fix memory report layout at various places.Martin Liska1-21/+25
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-6/+6
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+11
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+1
2014-10-21State cleanups from jit branchDavid Malcolm1-0/+5
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka1-1/+1
2014-09-02support ggc hash_map and hash_setTrevor Saunders1-1/+9
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-1/+1
2014-05-25ggc.h (ggc_grow): New function.Jan Hubicka1-0/+17