summaryrefslogtreecommitdiff
path: root/gcc/hash-map.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2016-01-041-1/+1
* * hash-map.h, hash-table.h: Make copy constructors explicit.jason2015-12-151-2/+3
* PR c++/68309jason2015-12-141-0/+5
* * hash-map.h (hash_map::hash_map): Gather statistics onlymatz2015-12-111-2/+4
* * hash-map.h (hash_map::empty): New.jason2015-11-131-0/+2
* gcc/rsandifo2015-06-261-2/+4
* gcc/rsandifo2015-06-251-1/+2
* Fix BITMAP identifier clash.marxin2015-06-101-1/+1
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-7/+0
* New memory allocation statistics infrastructure.marxin2015-05-271-82/+10
* remove need for store_values_directlytbsaunde2015-04-181-1/+0
* Update copyright years.jakub2015-01-051-1/+1
* remove param1_is usagetbsaunde2014-11-201-0/+34
* 2014-10-30 Richard Biener <rguenther@suse.de>rguenth2014-10-301-0/+2
* move many gc hashtab to hash_tabletbsaunde2014-10-121-0/+10
* support ggc hash_map and hash_settbsaunde2014-09-021-2/+77
* convert the rest of the users of pointer_map to hash_maptbsaunde2014-08-071-5/+2
* convert many uses of pointer_map to hash_maptbsaunde2014-08-021-1/+15
* add hash_map classtbsaunde2014-06-241-0/+203