aboutsummaryrefslogtreecommitdiff
path: root/gcc/hash-map.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-03Come up with is_empty for hash_{table,map,set}.Martin Liska1-0/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-14re PR bootstrap/86739 (Bootstrap broken with host GCC 4.1.2)Jakub Jelinek1-2/+15
2018-07-10hash-map.h (hash_map::iterator::operator*): Return references to key and value.Richard Biener1-2/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-27Fix UB in hash-map.hMarkus Trippelsdorf1-1/+2
2017-11-14Support GTY((cache)) on hash_map.Jason Merrill1-1/+20
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-15* hash-map.h, hash-table.h: Make copy constructors explicit.Jason Merrill1-2/+3
2015-12-14re PR c++/68309 (ICE: Segmentation fault)Jason Merrill1-0/+5
2015-12-11hash-map.h (hash_map::hash_map): Gather statistics only when GATHER_STATISTIC...Michael Matz1-2/+4
2015-11-13* hash-map.h (hash_map::empty): New.Jason Merrill1-0/+2
2015-06-26hash-map.h (hash_map::traverse): Use the definition of the Key typedef rather...Richard Sandiford1-2/+4
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-1/+2
2015-06-10Fix BITMAP identifier clash.Martin Liska1-1/+1
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-05-27New memory allocation statistics infrastructure.Martin Liska1-82/+10
2015-04-18remove need for store_values_directlyTrevor Saunders1-1/+0
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-20remove param1_is usageTrevor Saunders1-0/+34
2014-10-30genmatch.c: Remove <map>, <utility> and <string> includes.Richard Biener1-0/+2
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-0/+10
2014-09-02support ggc hash_map and hash_setTrevor Saunders1-2/+77
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-5/+2
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-1/+15
2014-06-24add hash_map classTrevor Saunders1-0/+203