Age | Commit message (Expand) | Author | Files | Lines |
2020-07-14 | core: formatting & comment | Nathan Sidwell | 1 | -1/+2 |
2020-01-14 | hash-table.h: support non-zero empty values in empty_slow (v2) | David Malcolm | 1 | -0/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-10-02 | Add some hash_map_safe_* functions like vec_safe_*. | Jason Merrill | 1 | -2/+45 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+2 |
2019-07-01 | PR middle-end/90923 - hash_map destroys elements without constructing them | Martin Sebor | 1 | -9/+28 |
2019-06-12 | Disable hash-table sanitization for mem stats maps. | Martin Liska | 1 | -3/+6 |
2019-06-10 | Fix build with --enable-gather-detailed-mem-stats. | Martin Liska | 1 | -2/+4 |
2019-05-03 | Come up with is_empty for hash_{table,map,set}. | Martin Liska | 1 | -0/+3 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-14 | re PR bootstrap/86739 (Bootstrap broken with host GCC 4.1.2) | Jakub Jelinek | 1 | -2/+15 |
2018-07-10 | hash-map.h (hash_map::iterator::operator*): Return references to key and value. | Richard Biener | 1 | -2/+2 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-27 | Fix UB in hash-map.h | Markus Trippelsdorf | 1 | -1/+2 |
2017-11-14 | Support GTY((cache)) on hash_map. | Jason Merrill | 1 | -1/+20 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
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 | -2/+3 |
2015-12-14 | re PR c++/68309 (ICE: Segmentation fault) | Jason Merrill | 1 | -0/+5 |
2015-12-11 | hash-map.h (hash_map::hash_map): Gather statistics only when GATHER_STATISTIC... | Michael Matz | 1 | -2/+4 |
2015-11-13 | * hash-map.h (hash_map::empty): New. | Jason Merrill | 1 | -0/+2 |
2015-06-26 | hash-map.h (hash_map::traverse): Use the definition of the Key typedef rather... | Richard Sandiford | 1 | -2/+4 |
2015-06-25 | hash-map-traits.h (simple_hashmap_traits::key_type): New typedef. | Richard Sandiford | 1 | -1/+2 |
2015-06-10 | Fix BITMAP identifier clash. | Martin Liska | 1 | -1/+1 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -7/+0 |
2015-05-27 | New memory allocation statistics infrastructure. | Martin Liska | 1 | -82/+10 |
2015-04-18 | remove need for store_values_directly | Trevor Saunders | 1 | -1/+0 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-20 | remove param1_is usage | Trevor Saunders | 1 | -0/+34 |
2014-10-30 | genmatch.c: Remove <map>, <utility> and <string> includes. | Richard Biener | 1 | -0/+2 |
2014-10-12 | move many gc hashtab to hash_table | Trevor Saunders | 1 | -0/+10 |
2014-09-02 | support ggc hash_map and hash_set | Trevor Saunders | 1 | -2/+77 |
2014-08-07 | convert the rest of the users of pointer_map to hash_map | Trevor Saunders | 1 | -5/+2 |
2014-08-02 | convert many uses of pointer_map to hash_map | Trevor Saunders | 1 | -1/+15 |
2014-06-24 | add hash_map class | Trevor Saunders | 1 | -0/+203 |