]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/hash-table.h
PR tree-optimization/90626 - fold strcmp(a, b) == 0 to zero when one string length...
[thirdparty/gcc.git] / gcc / hash-table.h
2019-06-11  marxinDisable htable sanitization in pt.c (PR c++/87847).
2019-06-10  marxinFix build with --enable-gather-detailed-mem-stats.
2019-06-07  marxinEnable sanitization for hash tables.
2019-05-03  marxinCome up with is_empty for hash_{table,map,set}.
2019-03-26  jakub * hash-table.h (hash_table::m_gather_mem_stats): If...
2019-03-26  jakub * mem-stats.h (mem_alloc_description::unregister_descr...
2019-03-21  jakub * hash-table.h (hash_table): Add Lazy template paramet...
2019-03-14  jakub * hash-table.h (remove_elt_with_hash): Return if slot...
2019-01-01  jakub Update copyright years.
2018-09-14  jason Fix --enable-gather-detailed-mem-stats.
2018-02-16  jakub PR bootstrap/84405
2018-01-03  jakub Update copyright years.
2017-11-14  jason Support GTY((cache)) on hash_map.
2017-07-03  nathan * hash-table.h (hash_table_mod1): Fix indentation.
2017-06-16  mseborPR c++/80560 - warn on undefined memory operations...
2017-01-13  rsandifoAvoid excessively-big hash tables in empty-add cycles
2017-01-01  jakub Update copyright years.
2016-01-16  rsandifoOptimise hash_table::empty
2016-01-04  jakub Update copyright years.
2015-12-15  jason * hash-map.h, hash-table.h: Make copy constructors...
2015-12-14  jason PR c++/68309
2015-12-11  matz * hash-map.h (hash_map::hash_map): Gather statistics...
2015-10-28  law[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-07-13  aldyhFix double word typos.
2015-06-25  rsandifogcc/
2015-06-25  rsandifogcc/
2015-06-25  rsandifogcc/
2015-06-25  rsandifogcc/
2015-06-25  rsandifogcc/
2015-06-25  rsandifogcc/ada/
2015-06-25  rsandifogcc/
2015-06-10  marxinFix BITMAP identifier clash.
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-05-27  marxinNew memory allocation statistics infrastructure.
2015-04-18  tbsaunderemove need for store_values_directly
2015-04-13  hubicka * hash-table.h (hash_table constructor): Add mem stats.
2015-01-05  jakub Update copyright years.
2014-12-19  hubicka * hash-table.h (struct pointer_hash): Fix formating.
2014-11-20  tbsaundefix hash_table when empty elements are not 0
2014-11-20  tbsaundeimplement a replacement for if_marked
2014-11-12  rguenth2014-11-12 Richard Biener <rguenther@suse.de>
2014-10-15  rguenth2014-10-15 Richard Biener <rguenther@suse.de>
2014-10-12  tbsaundemove many gc hashtab to hash_table
2014-09-12  tbsaundefix assert in hash_table pch routines
2014-09-02  tbsaundesupport ggc hash_map and hash_set
2014-07-09  tbsaundeplaycate old gcc
2014-06-24  tbsaundeallow storing values directly in hash tables
2014-06-24  tbsaundeRemove a layer of indirection from hash_table
2014-01-13  mrsMerge in trunk.
2014-01-09  sje2014-01-09 Steve Ellcey <sellcey@mips.com>
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-10-20  mrsMerge in trunk.
2013-09-30  rsandifogcc/
2013-09-28  rsandifogcc/
2013-04-23  crowlThis patch extracts approved portions of the hash_table...
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-10-25  crowlChange hash_table to support a comparator type differen...
2012-10-09  crowlChange more non-GTY hash tables to use the new type...
2012-08-17  rguenth2012-08-17 Richard Guenther <rguenther@suse.de>
2012-08-15  dnovilloMerge from cxx-conversion branch (http://gcc.gnu.org...