summaryrefslogtreecommitdiff
path: root/libiberty/hashtab.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* hashtab.c: Remove debugging variables (all_searches, all_collisions, all_expa...Zack Weinberg2000-03-081-166/+188
* * hashtab.c (sys/types.h): File included.Philippe De Muyter1999-11-281-0/+2
* * hashtab.c: Include stdio.h.Jeffrey A Law1999-11-101-0/+2
* * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.Jeffrey A Law1999-11-081-1/+1
* hashtab.c (find_hash_table_entry): When returning a DELETED_ENTRY slot, chang...Zack Weinberg1999-10-231-1/+36
* Makefile.in (CFILES): Add hashtab.cVladimir Makarov1999-10-151-0/+291