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