aboutsummaryrefslogtreecommitdiff
path: root/libiberty/hashtab.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-05-10libiberty: fix type in allocationMartin Liska1-4/+4
2022-05-10libiberty: stop using PTR macroMartin Liska1-47/+47
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-05-06libiberty: add htab_eq_stringTom Tromey1-0/+7
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-02-05libiberty/hashtab: More const parametersAndrew Burgess1-2/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-03-14hash-table.h (remove_elt_with_hash): Return if slot is NULL rather than if is...Jason Merrill1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-04Update copyright years.Jakub Jelinek1-2/+1
2016-11-04libiberty: Fix -Wimplicit-fallthrough warnings.Mark Wielaard1-10/+10
2013-05-06hashtab.c (hash_pointer): Remove conditional and avoid unexecuted shift equal...David Edelsohn1-11/+2
2013-04-23Improve pointer hash function to include all bitsAndi Kleen1-8/+25
2011-02-03libiberty: documentation markup and order fixes.Ralf Wildenhues1-3/+3
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-18/+49
2009-09-16* hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.Rainer Orth1-0/+3
2009-09-03re PR target/39065 (libiberty hashtab.c:hash_pointer() needs intptr_t)Ozkan Sezer1-1/+1
2009-06-21hashtab.c (htab_traverse): Don't call htab_expand for nearly empty hashtabs w...Jakub Jelinek1-2/+3
2006-07-27re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-1/+22
2005-06-30[multiple changes]Daniel Berlin1-32/+23
2005-05-24libiberty.h (ACONCAT): Properly cast value of alloca().Gabriel Dos Reis1-16/+21
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton1-2/+2
2005-03-27md5.h: Remove definition and uses of __P.Gabriel Dos Reis1-104/+44
2005-03-01hashtab.c (htab_find_slot_with_hash): Make function documentation clearer.Ben Elliston1-5/+5
2004-04-22hashtab.c: Include limits.h, stdint.h, ansidecl.h.Richard Henderson1-62/+171
2004-04-13hashtab.c (htab_remove_elt_with_hash): New function.Jeff Law1-2/+16
2004-03-31hashtab.c (htab_size): Move to top of file; mark inline.Richard Henderson1-49/+71
2003-10-30hashtab.c (htab_find_slot_with_hash): Decrease n_deleted instead of increasin...Josef Zlomek1-2/+2
2003-06-19configure.in: Add check for malloc.h needed by m68k for function free().Dara Hazeghi1-0/+4
2003-05-07s/burtle/iterativeJason Merrill1-1/+1
2003-05-07hashtab.c (burtle_hash): New fn.Jason Merrill1-0/+138
2003-04-15argv.c: Fix comments.Kaveh R. Ghazi1-3/+0
2003-03-17ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.Jan Hubicka1-4/+19
2003-03-12* hashtab.c (htab_expand): Fix warning.Jan Hubicka1-2/+2
2003-03-12hashtab.c (htab_expand): Compute the size of hashtable based on the number of...Jan Hubicka1-3/+16
2003-01-26hashtab.h (htab_alloc_with_arg, [...]): Add new types.Daniel Jacobowitz1-2/+70
2003-01-20* hashtab.c (htab_expand): Fix allocation of new entries.Josef Zlomek1-2/+4
2002-06-06Index: include/ChangeLogGeoffrey Keating1-0/+23
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-45/+22
2002-04-09hashtab.c (higher_prime_number): Use 7 as minimum.Richard Henderson1-32/+46
2001-10-07demangle.h (demangler_engine): Const-ify.Kaveh R. Ghazi1-4/+4
2001-08-17Add commentary.Richard Henderson1-1/+24
2001-08-16* hashtab.c (htab_hash_string): New.Richard Henderson1-0/+16
2001-03-15fix typoMichael Meissner1-1/+1
2001-03-15Silence warningMichael Meissner1-39/+32
2001-03-15Silence warningMichael Meissner1-32/+40
2000-11-27hashtab.c (higher_prime_number): Use a table, rather than a seive, to find th...Mark Mitchell1-22/+56
2000-11-04hashtab.c (htab_expand): Change to return int.Hans-Peter Nilsson1-8/+58