aboutsummaryrefslogtreecommitdiff
path: root/gcc/hash-set.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-11hash-map.h (hash_map::hash_map): Gather statistics only when GATHER_STATISTIC...Michael Matz1-1/+1
2015-11-18PR 68406: Avoid problem with older host compilersRichard Sandiford1-1/+1
2015-11-17Add gencfn-macros.cRichard Sandiford1-1/+2
2015-07-16hash_set: add iterator and remove method.Martin Liska1-0/+39
2015-06-25hash-traits.h (default_hash_traits): New structure.Richard Sandiford1-163/+9
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-2/+0
2015-05-27New memory allocation statistics infrastructure.Martin Liska1-2/+3
2015-04-18remove need for store_values_directlyTrevor Saunders1-1/+0
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-09-02support ggc hash_map and hash_setTrevor Saunders1-1/+93
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-0/+173