Age | Commit message (Expand) | Author | Files | Lines |
2023-02-16 | don't declare header-defined functions both static and inline | Patrick Palka | 1 | -3/+3 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-29 | prevent hash set/map insertion of deleted entries | Alexandre Oliva | 1 | -1/+2 |
2022-12-29 | hash set: reject attempts to add empty values | Alexandre Oliva | 1 | -1/+5 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-09 | pch: Add support for relocation of the PCH data [PR71934] | Jakub Jelinek | 1 | -1/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-07-01 | PR middle-end/90923 - hash_map destroys elements without constructing them | Martin Sebor | 1 | -1/+11 |
2019-06-07 | Enable sanitization for hash tables. | Martin Liska | 1 | -1/+1 |
2019-05-03 | Come up with is_empty for hash_{table,map,set}. | Martin Liska | 1 | -0/+3 |
2019-03-21 | hash-table.h (hash_table): Add Lazy template parameter defaulted to false... | Jakub Jelinek | 1 | -17/+25 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-27 | hash-set.h (DEFINE_DEBUG_HASH_SET): Remove static qualifier from explicit ins... | Gerald Pfeifer | 1 | -1/+1 |
2017-11-20 | vec.h (debug_helper): New function. | Aldy Hernandez | 1 | -0/+38 |
2017-11-18 | hash-set.h (hash_set::empty): New. | Aldy Hernandez | 1 | -0/+4 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-11 | hash-map.h (hash_map::hash_map): Gather statistics only when GATHER_STATISTIC... | Michael Matz | 1 | -1/+1 |
2015-11-18 | PR 68406: Avoid problem with older host compilers | Richard Sandiford | 1 | -1/+1 |
2015-11-17 | Add gencfn-macros.c | Richard Sandiford | 1 | -1/+2 |
2015-07-16 | hash_set: add iterator and remove method. | Martin Liska | 1 | -0/+39 |
2015-06-25 | hash-traits.h (default_hash_traits): New structure. | Richard Sandiford | 1 | -163/+9 |
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 | -2/+0 |
2015-05-27 | New memory allocation statistics infrastructure. | Martin Liska | 1 | -2/+3 |
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-09-02 | support ggc hash_map and hash_set | Trevor Saunders | 1 | -1/+93 |
2014-08-02 | add a hash_set based on hash_table | Trevor Saunders | 1 | -0/+173 |