summaryrefslogtreecommitdiff
path: root/libiberty/hashtab.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-041-2/+1
* libiberty: Fix -Wimplicit-fallthrough warnings.Mark Wielaard2016-11-041-10/+10
* hashtab.c (hash_pointer): Remove conditional and avoid unexecuted shift equal...David Edelsohn2013-05-061-11/+2
* Improve pointer hash function to include all bitsAndi Kleen2013-04-231-8/+25
* libiberty: documentation markup and order fixes.Ralf Wildenhues2011-02-031-3/+3
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-18/+49
* * hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.Rainer Orth2009-09-161-0/+3
* re PR target/39065 (libiberty hashtab.c:hash_pointer() needs intptr_t)Ozkan Sezer2009-09-031-1/+1
* hashtab.c (htab_traverse): Don't call htab_expand for nearly empty hashtabs w...Jakub Jelinek2009-06-211-2/+3
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka2006-07-271-1/+22
* [multiple changes]Daniel Berlin2005-06-301-32/+23
* libiberty.h (ACONCAT): Properly cast value of alloca().Gabriel Dos Reis2005-05-241-16/+21
* Update the address and phone number of the FSF organization.Nick Clifton2005-05-101-2/+2
* md5.h: Remove definition and uses of __P.Gabriel Dos Reis2005-03-271-104/+44
* hashtab.c (htab_find_slot_with_hash): Make function documentation clearer.Ben Elliston2005-03-011-5/+5
* hashtab.c: Include limits.h, stdint.h, ansidecl.h.Richard Henderson2004-04-221-62/+171
* hashtab.c (htab_remove_elt_with_hash): New function.Jeff Law2004-04-131-2/+16
* hashtab.c (htab_size): Move to top of file; mark inline.Richard Henderson2004-03-311-49/+71
* hashtab.c (htab_find_slot_with_hash): Decrease n_deleted instead of increasin...Josef Zlomek2003-10-301-2/+2
* configure.in: Add check for malloc.h needed by m68k for function free().Dara Hazeghi2003-06-191-0/+4
* s/burtle/iterativeJason Merrill2003-05-071-1/+1
* hashtab.c (burtle_hash): New fn.Jason Merrill2003-05-071-0/+138
* argv.c: Fix comments.Kaveh R. Ghazi2003-04-151-3/+0
* ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.Jan Hubicka2003-03-171-4/+19
* * hashtab.c (htab_expand): Fix warning.Jan Hubicka2003-03-121-2/+2
* hashtab.c (htab_expand): Compute the size of hashtable based on the number of...Jan Hubicka2003-03-121-3/+16
* hashtab.h (htab_alloc_with_arg, [...]): Add new types.Daniel Jacobowitz2003-01-261-2/+70
* * hashtab.c (htab_expand): Fix allocation of new entries.Josef Zlomek2003-01-201-2/+4
* Index: include/ChangeLogGeoffrey Keating2002-06-061-0/+23
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-45/+22
* hashtab.c (higher_prime_number): Use 7 as minimum.Richard Henderson2002-04-091-32/+46
* demangle.h (demangler_engine): Const-ify.Kaveh R. Ghazi2001-10-071-4/+4
* Add commentary.Richard Henderson2001-08-171-1/+24
* * hashtab.c (htab_hash_string): New.Richard Henderson2001-08-161-0/+16
* fix typoMichael Meissner2001-03-151-1/+1
* Silence warningMichael Meissner2001-03-151-39/+32
* Silence warningMichael Meissner2001-03-151-32/+40
* hashtab.c (higher_prime_number): Use a table, rather than a seive, to find th...Mark Mitchell2000-11-271-22/+56
* hashtab.c (htab_expand): Change to return int.Hans-Peter Nilsson2000-11-041-8/+58
* (htab_create, htab_expand): Correct formatting of comment beforeHans-Peter Nilsson2000-11-031-36/+36
* hashtab.c, [...]: Include string.h if HAVE_STRING_H.Zack Weinberg2000-05-291-0/+4
* hashtab.c (hash_pointer): Delete low-order bits which are probably zero, also...Horst von Brand2000-05-161-1/+1
* hashtab.c (htab_expand): Add prototype.Jan Hubicka2000-04-271-0/+2
* hashtab.c (hash_pointer, eq_pointer): Make definition static to match prototype.Kaveh R. Ghazi2000-04-241-3/+3
* hashtab.h (hash_pointer): Declare.Mark Mitchell2000-04-241-0/+27
* conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner2000-04-181-47/+53
* hashtab.h (hashval_t): New type.Mark Mitchell2000-03-311-7/+9
* hashtab.c (htab_find_with_hash): Avoid calculating hash2 unless it will be used.Zack Weinberg2000-03-291-8/+16
* Some cleanups/additions for hashtablesBernd Schmidt2000-03-141-8/+60
* hashtab.h (struct htab): Add del_f.Zack Weinberg2000-03-101-1/+26