]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/hash-map.h
Correct a function pre/postcondition [PR102403].
[thirdparty/gcc.git] / gcc / hash-map.h
2021-05-27  Martin SeborPR other/100463 - many errors using GTY and hash_map
2021-01-04  Jakub JelinekUpdate copyright years.
2020-07-14  Nathan Sidwellcore: formatting & comment
2020-01-14  David Malcolmhash-table.h: support non-zero empty values in empty_sl...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-10-02  Jason MerrillAdd some hash_map_safe_* functions like vec_safe_*.
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-01  Martin SeborPR middle-end/90923 - hash_map destroys elements withou...
2019-06-12  Martin LiskaDisable hash-table sanitization for mem stats maps.
2019-06-10  Martin LiskaFix build with --enable-gather-detailed-mem-stats.
2019-05-03  Martin LiskaCome up with is_empty for hash_{table,map,set}.
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-14  Jakub Jelinekre PR bootstrap/86739 (Bootstrap broken with host GCC...
2018-07-10  Richard Bienerhash-map.h (hash_map::iterator::operator*): Return...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-11-27  Markus TrippelsdorfFix UB in hash-map.h
2017-11-14  Jason MerrillSupport GTY((cache)) on hash_map.
2017-01-01  Jakub JelinekUpdate copyright years.
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-15  Jason Merrill* hash-map.h, hash-table.h: Make copy constructors...
2015-12-14  Jason Merrillre PR c++/68309 (ICE: Segmentation fault)
2015-12-11  Michael Matzhash-map.h (hash_map::hash_map): Gather statistics...
2015-11-13  Jason Merrill* hash-map.h (hash_map::empty): New.
2015-06-26  Richard Sandifordhash-map.h (hash_map::traverse): Use the definition...
2015-06-25  Richard Sandifordhash-map-traits.h (simple_hashmap_traits::key_type...
2015-06-10  Martin LiskaFix BITMAP identifier clash.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-05-27  Martin LiskaNew memory allocation statistics infrastructure.
2015-04-18  Trevor Saundersremove need for store_values_directly
2015-01-05  Jakub JelinekUpdate copyright years.
2014-11-20  Trevor Saundersremove param1_is usage
2014-10-30  Richard Bienergenmatch.c: Remove <map>, <utility> and <string> includes.
2014-10-12  Trevor Saundersmove many gc hashtab to hash_table
2014-09-02  Trevor Saunderssupport ggc hash_map and hash_set
2014-08-07  Trevor Saundersconvert the rest of the users of pointer_map to hash_map
2014-08-02  Trevor Saundersconvert many uses of pointer_map to hash_map
2014-06-24  Trevor Saundersadd hash_map class