aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-common.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-11-06ggc-common.c (ggc_prune_overhead_list): Do not delete surviving allocations.Jan Hubicka
2019-11-04system.h: Include malloc.h if INCLUDE_MALLOC_H and HAVE_MALLINFO.Richard Biener
2019-11-04* ggc-common.c: Include system.h before malloc.h.David Edelsohn
2019-11-03config.in: Regenerate.Jan Hubicka
2019-10-29Fix unsigned type overflow in memory report.Martin Liska
2019-10-29Move Leak in GCC memory report to the first column.Martin Liska
2019-10-29Remove misleading sorting function in ggc memory report.Martin Liska
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-06-12Disable hash-table sanitization for mem stats maps.Martin Liska
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor
2019-02-26Improve memory statistics report readability.Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-11-16Don't use %z printf length specifierMichael Matz
2018-11-05Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska
2018-01-12Fix --enable-gather-detailed-mem-stats build.Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-01-28re PR pch/68758 (Invalid read of size 8 in gt_pch_save (ggc-common.c:551))Martin Liska
2016-01-04Update copyright years.Jakub Jelinek
2015-10-31ggc-common.c : Restore needed header for checking=release.Markus Trippelsdorf
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford
2015-06-10Fix BITMAP identifier clash.Martin Liska
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-03Fix GNU coding style in memory statistics.Martin Liska
2015-06-03Port pool-allocator memory stats to a new infrastructure.Martin Liska
2015-05-27New memory allocation statistics infrastructure.Martin Liska
2015-04-18remove need for store_values_directlyTrevor Saunders
2015-01-30Always pass explicit location to fatal_error.Joseph Myers
2015-01-05Update copyright years.Jakub Jelinek
2014-12-10remove gengtype support for param_is use_param, if_marked and splay tree allo...Trevor Saunders
2014-11-20implement a replacement for if_markedTrevor Saunders
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders
2014-05-17add finalizers to ggcTrevor Saunders
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders
2014-05-17rm a bunch of _stat allocation functionsTrevor Saunders
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl
2013-03-05re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek
2013-01-24Remove zone allocator.Diego Novillo
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-12-03re PR bootstrap/53912 (bootstrap fails using default c++ mode in stage 2 and ...Kai Tietz
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo