aboutsummaryrefslogtreecommitdiff
path: root/gcc/hash-table.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-02Add some hash_map_safe_* functions like vec_safe_*.Jason Merrill1-1/+1
2019-06-25Put hashtab_chk_error into hash-table.c.Martin Liska1-0/+12
2019-06-07Enable sanitization for hash tables.Martin Liska1-0/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-09-14Fix --enable-gather-detailed-mem-stats.Jason Merrill1-3/+11
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-06-16Fallout for new memory statistics infrastructure.Martin Liska1-0/+3
2015-06-10Fix BITMAP identifier clash.Martin Liska1-1/+1
2015-05-27New memory allocation statistics infrastructure.Martin Liska1-1/+12
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-19hash-table.h (struct pointer_hash): Fix formating.Jan Hubicka1-93/+1
2014-10-15hash-table.c: Include bconfig.h if building for the host.Richard Biener1-0/+4
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-0/+190