summaryrefslogtreecommitdiff
path: root/gcc/hash-table.h
Commit message (Expand)AuthorAgeFilesLines
* fix assert in hash_table pch routinestbsaunde2014-09-121-2/+3
* support ggc hash_map and hash_settbsaunde2014-09-021-9/+100
* playcate old gcctbsaunde2014-07-091-10/+15
* allow storing values directly in hash tablestbsaunde2014-06-241-30/+695
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-440/+232
* 2014-01-09 Steve Ellcey <sellcey@mips.com>sje2014-01-091-4/+1
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* gcc/rsandifo2013-09-301-11/+11
* gcc/rsandifo2013-09-281-4/+4
* This patch extracts approved portions of the hash_table patches tocrowl2013-04-231-14/+193
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Change hash_table to support a comparator type different from thecrowl2012-10-251-137/+292
* Change more non-GTY hash tables to use the new type-safe template hash table.crowl2012-10-091-14/+14
* 2012-08-17 Richard Guenther <rguenther@suse.de>rguenth2012-08-171-192/+139
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-0/+783