summaryrefslogtreecommitdiff
path: root/gcc/hash-map.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Fix UB in hash-map.hMarkus Trippelsdorf2017-11-271-1/+2
* Support GTY((cache)) on hash_map.Jason Merrill2017-11-141-1/+20
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* * hash-map.h, hash-table.h: Make copy constructors explicit.Jason Merrill2015-12-151-2/+3
* re PR c++/68309 (ICE: Segmentation fault)Jason Merrill2015-12-141-0/+5
* hash-map.h (hash_map::hash_map): Gather statistics only when GATHER_STATISTIC...Michael Matz2015-12-111-2/+4
* * hash-map.h (hash_map::empty): New.Jason Merrill2015-11-131-0/+2
* hash-map.h (hash_map::traverse): Use the definition of the Key typedef rather...Richard Sandiford2015-06-261-2/+4
* hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford2015-06-251-1/+2
* Fix BITMAP identifier clash.Martin Liska2015-06-101-1/+1
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-7/+0
* New memory allocation statistics infrastructure.Martin Liska2015-05-271-82/+10
* remove need for store_values_directlyTrevor Saunders2015-04-181-1/+0
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* remove param1_is usageTrevor Saunders2014-11-201-0/+34
* genmatch.c: Remove <map>, <utility> and <string> includes.Richard Biener2014-10-301-0/+2
* move many gc hashtab to hash_tableTrevor Saunders2014-10-121-0/+10
* support ggc hash_map and hash_setTrevor Saunders2014-09-021-2/+77
* convert the rest of the users of pointer_map to hash_mapTrevor Saunders2014-08-071-5/+2
* convert many uses of pointer_map to hash_mapTrevor Saunders2014-08-021-1/+15
* add hash_map classTrevor Saunders2014-06-241-0/+203