summaryrefslogtreecommitdiff
path: root/gcc/hash-map.h
AgeCommit message (Expand)Author
2020-01-14hash-table.h: support non-zero empty values in empty_slow (v2)David Malcolm
2020-01-01Update copyright years.Jakub Jelinek
2019-10-02Add some hash_map_safe_* functions like vec_safe_*.Jason Merrill
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-01PR middle-end/90923 - hash_map destroys elements without constructing themMartin Sebor
2019-06-12Disable hash-table sanitization for mem stats maps.Martin Liska
2019-06-10Fix build with --enable-gather-detailed-mem-stats.Martin Liska
2019-05-03Come up with is_empty for hash_{table,map,set}.Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-11-14re PR bootstrap/86739 (Bootstrap broken with host GCC 4.1.2)Jakub Jelinek
2018-07-10hash-map.h (hash_map::iterator::operator*): Return references to key and value.Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-11-27Fix UB in hash-map.hMarkus Trippelsdorf
2017-11-14Support GTY((cache)) on hash_map.Jason Merrill
2017-01-01Update copyright years.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-12-15* hash-map.h, hash-table.h: Make copy constructors explicit.Jason Merrill
2015-12-14re PR c++/68309 (ICE: Segmentation fault)Jason Merrill
2015-12-11hash-map.h (hash_map::hash_map): Gather statistics only when GATHER_STATISTIC...Michael Matz
2015-11-13* hash-map.h (hash_map::empty): New.Jason Merrill
2015-06-26hash-map.h (hash_map::traverse): Use the definition of the Key typedef rather...Richard Sandiford
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.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-05-27New memory allocation statistics infrastructure.Martin Liska
2015-04-18remove need for store_values_directlyTrevor Saunders
2015-01-05Update copyright years.Jakub Jelinek
2014-11-20remove param1_is usageTrevor Saunders
2014-10-30genmatch.c: Remove <map>, <utility> and <string> includes.Richard Biener
2014-10-12move many gc hashtab to hash_tableTrevor Saunders
2014-09-02support ggc hash_map and hash_setTrevor Saunders
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders
2014-06-24add hash_map classTrevor Saunders