]> git.ipfire.org Git - thirdparty/gcc.git/history - libiberty/hashtab.c
doc: Remove references to FreeBSD 7 and older
[thirdparty/gcc.git] / libiberty / hashtab.c
2024-02-15  Richard Biener[libiberty] remove TBAA violation in iterative_hash...
2024-01-03  Jakub JelinekUpdate copyright years.
2023-01-16  Jakub JelinekUpdate copyright years.
2022-05-10  Martin Liskalibiberty: fix type in allocation
2022-05-10  Martin Liskalibiberty: stop using PTR macro
2022-01-03  Jakub JelinekUpdate copyright years.
2021-05-06  Tom Tromeylibiberty: add htab_eq_string
2021-01-04  Jakub JelinekUpdate copyright years.
2020-02-05  Andrew Burgesslibiberty/hashtab: More const parameters
2020-01-01  Jakub JelinekUpdate copyright years.
2019-03-14  Jason Merrillhash-table.h (remove_elt_with_hash): Return if slot...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-01-03  Jakub JelinekUpdate copyright years.
2017-01-04  Jakub JelinekUpdate copyright years.
2016-11-04  Mark Wielaardlibiberty: Fix -Wimplicit-fallthrough warnings.
2013-05-06  David Edelsohnhashtab.c (hash_pointer): Remove conditional and avoid...
2013-04-23  Andi KleenImprove pointer hash function to include all bits
2011-02-03  Ralf Wildenhueslibiberty: documentation markup and order fixes.
2010-06-08  Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2009-09-16  Rainer Orth* hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.
2009-09-03  Ozkan Sezerre PR target/39065 (libiberty hashtab.c:hash_pointer...
2009-06-21  Jakub Jelinekhashtab.c (htab_traverse): Don't call htab_expand for...
2006-07-27  Jan Hubickare PR middle-end/28071 (A file that can not be compiled...
2005-06-30  Daniel Berlin[multiple changes]
2005-05-24  Gabriel Dos Reislibiberty.h (ACONCAT): Properly cast value of alloca().
2005-05-10  Nick CliftonUpdate the address and phone number of the FSF organiza...
2005-03-27  Gabriel Dos Reismd5.h: Remove definition and uses of __P.
2005-03-01  Ben Ellistonhashtab.c (htab_find_slot_with_hash): Make function...
2004-04-22  Richard Hendersonhashtab.c: Include limits.h, stdint.h, ansidecl.h.
2004-04-13  Jeff Lawhashtab.c (htab_remove_elt_with_hash): New function.
2004-04-01  Richard Hendersonhashtab.c (htab_size): Move to top of file; mark inline.
2003-10-30  Josef Zlomekhashtab.c (htab_find_slot_with_hash): Decrease n_delete...
2003-06-19  Dara Hazeghiconfigure.in: Add check for malloc.h needed by m68k...
2003-05-07  Jason Merrills/burtle/iterative
2003-05-07  Jason Merrillhashtab.c (burtle_hash): New fn.
2003-04-15  Kaveh R. Ghaziargv.c: Fix comments.
2003-03-17  Jan Hubickaggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
2003-03-12  Jan Hubicka* hashtab.c (htab_expand): Fix warning.
2003-03-12  Jan Hubickahashtab.c (htab_expand): Compute the size of hashtable...
2003-01-26  Daniel Jacobowitzhashtab.h (htab_alloc_with_arg, [...]): Add new types.
2003-01-20  Josef Zlomek* hashtab.c (htab_expand): Fix allocation of new entries.
2002-06-06  Geoffrey KeatingIndex: include/ChangeLog
2002-06-04  Geoffrey KeatingMerge from pch-branch up to tag pch-commit-20020603.
2002-04-10  Richard Hendersonhashtab.c (higher_prime_number): Use 7 as minimum.
2001-10-07  Kaveh R. Ghazidemangle.h (demangler_engine): Const-ify.
2001-08-17  Richard HendersonAdd commentary.
2001-08-17  Richard Henderson* hashtab.c (htab_hash_string): New.
2001-03-15  Michael Meissnerfix typo
2001-03-15  Michael MeissnerSilence warning
2001-03-15  Michael MeissnerSilence warning
2000-11-27  Mark Mitchellhashtab.c (higher_prime_number): Use a table, rather...
2000-11-04  Hans-Peter Nilssonhashtab.c (htab_expand): Change to return int.
2000-11-03  Hans-Peter Nilsson(htab_create, htab_expand): Correct formatting of comme...
2000-05-29  Zack Weinberghashtab.c, [...]: Include string.h if HAVE_STRING_H.
2000-05-16  Horst von Brandhashtab.c (hash_pointer): Delete low-order bits which...
2000-04-27  Jan Hubickahashtab.c (htab_expand): Add prototype.
2000-04-24  Kaveh R. Ghazihashtab.c (hash_pointer, eq_pointer): Make definition...
2000-04-24  Mark Mitchellhashtab.h (hash_pointer): Declare.
2000-04-18  Richard Kennerconflict.c (conflict_graph_add): Pass enum type to...
2000-03-31  Mark Mitchellhashtab.h (hashval_t): New type.
2000-03-29  Zack Weinberghashtab.c (htab_find_with_hash): Avoid calculating...
2000-03-14  Bernd SchmidtSome cleanups/additions for hashtables
2000-03-10  Zack Weinberghashtab.h (struct htab): Add del_f.
2000-03-08  Zack Weinberghashtab.c: Remove debugging variables (all_searches...
1999-11-28  Philippe De Muyter* hashtab.c (sys/types.h): File included.
1999-11-10  Jeffrey A Law* hashtab.c: Include stdio.h.
1999-11-08  Jeffrey A Law* hashtab.c (traverse_hash_table): Protect prototype...
1999-10-23  Zack Weinberghashtab.c (find_hash_table_entry): When returning a...
1999-10-15  Vladimir MakarovMakefile.in (CFILES): Add hashtab.c