aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-common.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-18Turn 'bool force_collect' parameter to 'ggc_collect' into an 'enum ggc_collec...Thomas Schwinge1-1/+1
2021-08-17Turn global 'ggc_force_collect' variable into 'force_collect' parameter to 'g...Thomas Schwinge1-7/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-21Use ONE_? macros.Martin Liska1-8/+8
2020-09-21Use SIZE_AMOUNT macro for GGC memory allocation numbers.Martin Liska1-3/+3
2020-09-21Support new mallinfo2 function.Martin Liska1-3/+9
2020-08-28Correct calls to vec::safe_grow in conditionally compiled code.Martin Sebor1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-2/+2
2019-11-06ggc-common.c (ggc_prune_overhead_list): Do not delete surviving allocations.Jan Hubicka1-4/+4
2019-11-04system.h: Include malloc.h if INCLUDE_MALLOC_H and HAVE_MALLINFO.Richard Biener1-3/+1
2019-11-04* ggc-common.c: Include system.h before malloc.h.David Edelsohn1-1/+1
2019-11-03config.in: Regenerate.Jan Hubicka1-0/+15
2019-10-29Fix unsigned type overflow in memory report.Martin Liska1-3/+6
2019-10-29Move Leak in GCC memory report to the first column.Martin Liska1-4/+5
2019-10-29Remove misleading sorting function in ggc memory report.Martin Liska1-17/+2
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-06-12Disable hash-table sanitization for mem stats maps.Martin Liska1-1/+1
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-11/+11
2019-02-26Improve memory statistics report readability.Martin Liska1-3/+0
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-16Don't use %z printf length specifierMichael Matz1-2/+2
2018-11-05Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska1-21/+11
2018-01-12Fix --enable-gather-detailed-mem-stats build.Martin Liska1-1/+16
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-28re PR pch/68758 (Invalid read of size 8 in gt_pch_save (ggc-common.c:551))Martin Liska1-4/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-31ggc-common.c : Restore needed header for checking=release.Markus Trippelsdorf1-0/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-2/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-2/+2
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-2/+1
2015-06-10Fix BITMAP identifier clash.Martin Liska1-2/+2
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-03Fix GNU coding style in memory statistics.Martin Liska1-12/+24
2015-06-03Port pool-allocator memory stats to a new infrastructure.Martin Liska1-5/+4
2015-05-27New memory allocation statistics infrastructure.Martin Liska1-235/+144
2015-04-18remove need for store_values_directlyTrevor Saunders1-18/+20
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-12/+12
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-75/+0
2014-11-20implement a replacement for if_markedTrevor Saunders1-0/+2
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka1-37/+37
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-24/+25
2014-05-17add finalizers to ggcTrevor Saunders1-2/+3
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-2/+2
2014-05-17rm a bunch of _stat allocation functionsTrevor Saunders1-5/+5
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4