Age | Commit message (Expand) | Author | Files | Lines |
2023-02-27 | don't declare header-defined functions both static and inline, cont. | Patrick Palka | 1 | -1/+1 |
2023-02-16 | don't declare header-defined functions both static and inline | Patrick Palka | 1 | -3/+3 |
2023-01-13 | hash table: enforce testing is_empty before is_deleted | Alexandre Oliva | 1 | -2/+14 |
2023-01-12 | check hash table counts at expand | Alexandre Oliva | 1 | -7/+28 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-30 | check hash table insertions | Alexandre Oliva | 1 | -3/+60 |
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-09-17 | Fix 'hash_table::expand' to destruct stale Value objects | Thomas Schwinge | 1 | -0/+3 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-09-24 | add move CTOR to auto_vec, use auto_vec for get_loop_exit_edges | Richard Biener | 1 | -1/+1 |
2020-05-20 | c++: spec_hasher and TYPENAME_TYPE resolution [PR95223] | Patrick Palka | 1 | -7/+7 |
2020-01-14 | hash-table.h: support non-zero empty values in empty_slow (v2) | David Malcolm | 1 | -3/+7 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-09 | PR middle-end/92761 - hash_table::expand invokes assignment on invalid objects | Martin Sebor | 1 | -10/+3 |
2019-10-04 | hash-table.h (hash_table::empty_slow): Don't assign size_t values to int vari... | Bernd Edlinger | 1 | -4/+4 |
2019-07-01 | PR middle-end/90923 - hash_map destroys elements without constructing them | Martin Sebor | 1 | -4/+10 |
2019-06-25 | Put hashtab_chk_error into hash-table.c. | Martin Liska | 1 | -12/+2 |
2019-06-11 | Disable htable sanitization in pt.c (PR c++/87847). | Martin Liska | 1 | -2/+2 |
2019-06-10 | Fix build with --enable-gather-detailed-mem-stats. | Martin Liska | 1 | -1/+1 |
2019-06-07 | Enable sanitization for hash tables. | Martin Liska | 1 | -4/+56 |
2019-05-03 | Come up with is_empty for hash_{table,map,set}. | Martin Liska | 1 | -0/+3 |
2019-03-26 | hash-table.h (hash_table::m_gather_mem_stats): If GATHER_STATISTICS is consta... | Jakub Jelinek | 1 | -5/+16 |
2019-03-26 | mem-stats.h (mem_alloc_description::unregister_descriptor): New method. | Jason Merrill | 1 | -5/+6 |
2019-03-21 | hash-table.h (hash_table): Add Lazy template parameter defaulted to false... | Jakub Jelinek | 1 | -75/+125 |
2019-03-14 | hash-table.h (remove_elt_with_hash): Return if slot is NULL rather than if is... | Jason Merrill | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-09-14 | Fix --enable-gather-detailed-mem-stats. | Jason Merrill | 1 | -6/+6 |
2018-02-16 | re PR bootstrap/84405 (Fails to bootstrap with GCC 4.1.2, GCC 4.2.4) | Jakub Jelinek | 1 | -0/+4 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-14 | Support GTY((cache)) on hash_map. | Jason Merrill | 1 | -3/+4 |
2017-07-03 | * hash-table.h (hash_table_mod1): Fix indentation. | Nathan Sidwell | 1 | -1/+1 |
2017-06-15 | PR c++/80560 - warn on undefined memory operations involving non-trivial types | Martin Sebor | 1 | -1/+4 |
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 |