summaryrefslogtreecommitdiff
path: root/gcc/hash-table.h
Commit message (Expand)AuthorAgeFilesLines
* * hash-table.h (hash_table_mod1): Fix indentation.nathan2017-07-031-1/+1
* PR c++/80560 - warn on undefined memory operations involving non-trivial typesmsebor2017-06-161-1/+4
* Avoid excessively-big hash tables in empty-add cyclesrsandifo2017-01-131-5/+20
* Update copyright years.jakub2017-01-011-1/+1
* Optimise hash_table::emptyrsandifo2016-01-161-3/+7
* Update copyright years.jakub2016-01-041-1/+1
* * hash-map.h, hash-table.h: Make copy constructors explicit.jason2015-12-151-4/+4
* PR c++/68309jason2015-12-141-0/+33
* * hash-map.h (hash_map::hash_map): Gather statistics onlymatz2015-12-111-2/+4
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-4/+0
* Fix double word typos.aldyh2015-07-131-1/+1
* gcc/rsandifo2015-06-251-30/+33
* gcc/rsandifo2015-06-251-128/+13
* gcc/rsandifo2015-06-251-1/+8
* gcc/rsandifo2015-06-251-2/+7
* gcc/rsandifo2015-06-251-4/+2
* gcc/ada/rsandifo2015-06-251-3/+23
* gcc/rsandifo2015-06-251-138/+2
* Fix BITMAP identifier clash.marxin2015-06-101-2/+2
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-2/+4
* New memory allocation statistics infrastructure.marxin2015-05-271-6/+45
* remove need for store_values_directlytbsaunde2015-04-181-563/+27
* * hash-table.h (hash_table constructor): Add mem stats.hubicka2015-04-131-8/+11
* Update copyright years.jakub2015-01-051-1/+1
* * hash-table.h (struct pointer_hash): Fix formating.hubicka2014-12-191-19/+64
* fix hash_table when empty elements are not 0tbsaunde2014-11-201-21/+26
* implement a replacement for if_markedtbsaunde2014-11-201-0/+50
* 2014-11-12 Richard Biener <rguenther@suse.de>rguenth2014-11-121-7/+0
* 2014-10-15 Richard Biener <rguenther@suse.de>rguenth2014-10-151-0/+7
* move many gc hashtab to hash_tabletbsaunde2014-10-121-4/+60
* 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