aboutsummaryrefslogtreecommitdiff
path: root/gcc/hash-set.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-01PR middle-end/90923 - hash_map destroys elements without constructing themMartin Sebor1-1/+11
2019-06-07Enable sanitization for hash tables.Martin Liska1-1/+1
2019-05-03Come up with is_empty for hash_{table,map,set}.Martin Liska1-0/+3
2019-03-21hash-table.h (hash_table): Add Lazy template parameter defaulted to false...Jakub Jelinek1-17/+25
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-27hash-set.h (DEFINE_DEBUG_HASH_SET): Remove static qualifier from explicit ins...Gerald Pfeifer1-1/+1
2017-11-20vec.h (debug_helper): New function.Aldy Hernandez1-0/+38
2017-11-18hash-set.h (hash_set::empty): New.Aldy Hernandez1-0/+4
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