summaryrefslogtreecommitdiff
path: root/gcc/hash-set.h
Commit message (Expand)AuthorAgeFilesLines
* PR middle-end/90923 - hash_map destroys elements without constructing themMartin Sebor2019-07-011-1/+11
* Enable sanitization for hash tables.Martin Liska2019-06-071-1/+1
* Come up with is_empty for hash_{table,map,set}.Martin Liska2019-05-031-0/+3
* hash-table.h (hash_table): Add Lazy template parameter defaulted to false...Jakub Jelinek2019-03-211-17/+25
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* hash-set.h (DEFINE_DEBUG_HASH_SET): Remove static qualifier from explicit ins...Gerald Pfeifer2017-11-271-1/+1
* vec.h (debug_helper): New function.Aldy Hernandez2017-11-201-0/+38
* hash-set.h (hash_set::empty): New.Aldy Hernandez2017-11-181-0/+4
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* hash-map.h (hash_map::hash_map): Gather statistics only when GATHER_STATISTIC...Michael Matz2015-12-111-1/+1
* PR 68406: Avoid problem with older host compilersRichard Sandiford2015-11-181-1/+1
* Add gencfn-macros.cRichard Sandiford2015-11-171-1/+2
* hash_set: add iterator and remove method.Martin Liska2015-07-161-0/+39
* hash-traits.h (default_hash_traits): New structure.Richard Sandiford2015-06-251-163/+9
* 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-2/+0
* New memory allocation statistics infrastructure.Martin Liska2015-05-271-2/+3
* remove need for store_values_directlyTrevor Saunders2015-04-181-1/+0
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* support ggc hash_map and hash_setTrevor Saunders2014-09-021-1/+93
* add a hash_set based on hash_tableTrevor Saunders2014-08-021-0/+173