Age | Commit message (Expand) | Author | Files | Lines |
2017-01-13 | Avoid excessively-big hash tables in empty-add cycles | Richard Sandiford | 1 | -5/+20 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-01-16 | Optimise hash_table::empty | Richard Sandiford | 1 | -3/+7 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-15 | * hash-map.h, hash-table.h: Make copy constructors explicit. | Jason Merrill | 1 | -4/+4 |
2015-12-14 | re PR c++/68309 (ICE: Segmentation fault) | Jason Merrill | 1 | -0/+33 |
2015-12-11 | hash-map.h (hash_map::hash_map): Gather statistics only when GATHER_STATISTIC... | Michael Matz | 1 | -2/+4 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -4/+0 |
2015-07-13 | Fix double word typos. | Aldy Hernandez | 1 | -1/+1 |
2015-06-25 | hash-table.h: Update comments. | Richard Sandiford | 1 | -30/+33 |
2015-06-25 | hash-table.h (has_is_deleted, [...]): Delete. | Richard Sandiford | 1 | -128/+13 |
2015-06-25 | hash-traits.h (ggc_cache_hasher): Rename to... | Richard Sandiford | 1 | -1/+8 |
2015-06-25 | hash-traits.h (ggc_hasher): Rename to... | Richard Sandiford | 1 | -2/+7 |
2015-06-25 | hash-table.h: Update comments. | Richard Sandiford | 1 | -4/+2 |
2015-06-25 | decl.c (value_annotation_hasher::handle_cache_entry): Delete. | Richard Sandiford | 1 | -3/+23 |
2015-06-25 | hash-table.h: Include hash-traits.h. | Richard Sandiford | 1 | -138/+2 |
2015-06-10 | Fix BITMAP identifier clash. | Martin Liska | 1 | -2/+2 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -2/+4 |
2015-05-27 | New memory allocation statistics infrastructure. | Martin Liska | 1 | -6/+45 |
2015-04-18 | remove need for store_values_directly | Trevor Saunders | 1 | -563/+27 |
2015-04-13 | hash-table.h (hash_table constructor): Add mem stats. | Jan Hubicka | 1 | -8/+11 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-19 | hash-table.h (struct pointer_hash): Fix formating. | Jan Hubicka | 1 | -19/+64 |
2014-11-20 | fix hash_table when empty elements are not 0 | Trevor Saunders | 1 | -21/+26 |
2014-11-20 | implement a replacement for if_marked | Trevor Saunders | 1 | -0/+50 |
2014-11-12 | re PR middle-end/63819 (Cannot build compiler with --enable-gather-detailed-m... | Richard Biener | 1 | -7/+0 |
2014-10-15 | hash-table.c: Include bconfig.h if building for the host. | Richard Biener | 1 | -0/+7 |
2014-10-12 | move many gc hashtab to hash_table | Trevor Saunders | 1 | -4/+60 |
2014-09-12 | fix assert in hash_table pch routines | Trevor Saunders | 1 | -2/+3 |
2014-09-02 | support ggc hash_map and hash_set | Trevor Saunders | 1 | -9/+100 |
2014-07-09 | playcate old gcc | Trevor Saunders | 1 | -10/+15 |
2014-06-24 | allow storing values directly in hash tables | Trevor Saunders | 1 | -30/+695 |
2014-06-24 | Remove a layer of indirection from hash_table | Trevor Saunders | 1 | -440/+232 |
2014-01-09 | Makefile.in (TREE_FLOW_H): Remove. | Steve Ellcey | 1 | -4/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-09-30 | basic-block.h (edge_list): Prefix member names with "m_". | Richard Sandiford | 1 | -11/+11 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -4/+4 |
2013-04-23 | This patch extracts approved portions of the hash_table patches to the... | Lawrence Crowl | 1 | -14/+193 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-10-25 | Change hash_table to support a comparator type different from the value type ... | Lawrence Crowl | 1 | -137/+292 |
2012-10-09 | Change more non-GTY hash tables to use the new type-safe template hash table. | Lawrence Crowl | 1 | -14/+14 |
2012-08-17 | hash-table.h (class hash_table): Use a descriptor template argument instead o... | Richard Guenther | 1 | -192/+139 |
2012-08-14 | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 1 | -0/+783 |