summaryrefslogtreecommitdiff
path: root/gcc/hash-table.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid excessively-big hash tables in empty-add cyclesRichard Sandiford2017-01-131-5/+20
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Optimise hash_table::emptyRichard Sandiford2016-01-161-3/+7
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* * hash-map.h, hash-table.h: Make copy constructors explicit.Jason Merrill2015-12-151-4/+4
* re PR c++/68309 (ICE: Segmentation fault)Jason Merrill2015-12-141-0/+33
* hash-map.h (hash_map::hash_map): Gather statistics only when GATHER_STATISTIC...Michael Matz2015-12-111-2/+4
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev2015-10-271-4/+0
* Fix double word typos.Aldy Hernandez2015-07-131-1/+1
* hash-table.h: Update comments.Richard Sandiford2015-06-251-30/+33
* hash-table.h (has_is_deleted, [...]): Delete.Richard Sandiford2015-06-251-128/+13
* hash-traits.h (ggc_cache_hasher): Rename to...Richard Sandiford2015-06-251-1/+8
* hash-traits.h (ggc_hasher): Rename to...Richard Sandiford2015-06-251-2/+7
* hash-table.h: Update comments.Richard Sandiford2015-06-251-4/+2
* decl.c (value_annotation_hasher::handle_cache_entry): Delete.Richard Sandiford2015-06-251-3/+23
* hash-table.h: Include hash-traits.h.Richard Sandiford2015-06-251-138/+2
* Fix BITMAP identifier clash.Martin Liska2015-06-101-2/+2
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-2/+4
* New memory allocation statistics infrastructure.Martin Liska2015-05-271-6/+45
* remove need for store_values_directlyTrevor Saunders2015-04-181-563/+27
* hash-table.h (hash_table constructor): Add mem stats.Jan Hubicka2015-04-131-8/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* hash-table.h (struct pointer_hash): Fix formating.Jan Hubicka2014-12-191-19/+64
* fix hash_table when empty elements are not 0Trevor Saunders2014-11-201-21/+26
* implement a replacement for if_markedTrevor Saunders2014-11-201-0/+50
* re PR middle-end/63819 (Cannot build compiler with --enable-gather-detailed-m...Richard Biener2014-11-121-7/+0
* hash-table.c: Include bconfig.h if building for the host.Richard Biener2014-10-151-0/+7
* move many gc hashtab to hash_tableTrevor Saunders2014-10-121-4/+60
* fix assert in hash_table pch routinesTrevor Saunders2014-09-121-2/+3
* support ggc hash_map and hash_setTrevor Saunders2014-09-021-9/+100
* playcate old gccTrevor Saunders2014-07-091-10/+15
* allow storing values directly in hash tablesTrevor Saunders2014-06-241-30/+695
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-440/+232
* Makefile.in (TREE_FLOW_H): Remove.Steve Ellcey2014-01-091-4/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-11/+11
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl2013-04-231-14/+193
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Change hash_table to support a comparator type different from the value type ...Lawrence Crowl2012-10-251-137/+292
* Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl2012-10-091-14/+14
* hash-table.h (class hash_table): Use a descriptor template argument instead o...Richard Guenther2012-08-171-192/+139
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-0/+783