summaryrefslogtreecommitdiff
path: root/libiberty/hashtab.c
AgeCommit message (Expand)Author
2020-02-05libiberty/hashtab: More const parametersAndrew Burgess
2020-01-01Update copyright years.Jakub Jelinek
2019-03-14hash-table.h (remove_elt_with_hash): Return if slot is NULL rather than if is...Jason Merrill
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-01-04Update copyright years.Jakub Jelinek
2016-11-04libiberty: Fix -Wimplicit-fallthrough warnings.Mark Wielaard
2013-05-06hashtab.c (hash_pointer): Remove conditional and avoid unexecuted shift equal...David Edelsohn
2013-04-23Improve pointer hash function to include all bitsAndi Kleen
2011-02-03libiberty: documentation markup and order fixes.Ralf Wildenhues
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis
2009-09-16* hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.Rainer Orth
2009-09-03re PR target/39065 (libiberty hashtab.c:hash_pointer() needs intptr_t)Ozkan Sezer
2009-06-21hashtab.c (htab_traverse): Don't call htab_expand for nearly empty hashtabs w...Jakub Jelinek
2006-07-27re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka
2005-06-30[multiple changes]Daniel Berlin
2005-05-24libiberty.h (ACONCAT): Properly cast value of alloca().Gabriel Dos Reis
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton
2005-03-27md5.h: Remove definition and uses of __P.Gabriel Dos Reis
2005-03-01hashtab.c (htab_find_slot_with_hash): Make function documentation clearer.Ben Elliston
2004-04-22hashtab.c: Include limits.h, stdint.h, ansidecl.h.Richard Henderson
2004-04-13hashtab.c (htab_remove_elt_with_hash): New function.Jeff Law
2004-03-31hashtab.c (htab_size): Move to top of file; mark inline.Richard Henderson
2003-10-30hashtab.c (htab_find_slot_with_hash): Decrease n_deleted instead of increasin...Josef Zlomek
2003-06-19configure.in: Add check for malloc.h needed by m68k for function free().Dara Hazeghi
2003-05-07s/burtle/iterativeJason Merrill
2003-05-07hashtab.c (burtle_hash): New fn.Jason Merrill
2003-04-15argv.c: Fix comments.Kaveh R. Ghazi
2003-03-17ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.Jan Hubicka
2003-03-12* hashtab.c (htab_expand): Fix warning.Jan Hubicka
2003-03-12hashtab.c (htab_expand): Compute the size of hashtable based on the number of...Jan Hubicka
2003-01-26hashtab.h (htab_alloc_with_arg, [...]): Add new types.Daniel Jacobowitz
2003-01-20* hashtab.c (htab_expand): Fix allocation of new entries.Josef Zlomek
2002-06-06Index: include/ChangeLogGeoffrey Keating
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-04-09hashtab.c (higher_prime_number): Use 7 as minimum.Richard Henderson
2001-10-07demangle.h (demangler_engine): Const-ify.Kaveh R. Ghazi
2001-08-17Add commentary.Richard Henderson
2001-08-16* hashtab.c (htab_hash_string): New.Richard Henderson
2001-03-15fix typoMichael Meissner
2001-03-15Silence warningMichael Meissner
2001-03-15Silence warningMichael Meissner
2000-11-27hashtab.c (higher_prime_number): Use a table, rather than a seive, to find th...Mark Mitchell
2000-11-04hashtab.c (htab_expand): Change to return int.Hans-Peter Nilsson
2000-11-03(htab_create, htab_expand): Correct formatting of comment beforeHans-Peter Nilsson
2000-05-29hashtab.c, [...]: Include string.h if HAVE_STRING_H.Zack Weinberg
2000-05-16hashtab.c (hash_pointer): Delete low-order bits which are probably zero, also...Horst von Brand
2000-04-27hashtab.c (htab_expand): Add prototype.Jan Hubicka
2000-04-24hashtab.c (hash_pointer, eq_pointer): Make definition static to match prototype.Kaveh R. Ghazi
2000-04-24hashtab.h (hash_pointer): Declare.Mark Mitchell