summaryrefslogtreecommitdiff
path: root/libiberty/hashtab.c
Commit message (Expand)AuthorAgeFilesLines
* * hashtab.c (htab_traverse): Don't call htab_expand forjakub2009-06-211-2/+3
* PR rtl-optimization/28071hubicka2006-07-271-1/+22
* 2005-06-29 Daniel Berlin <dberlin@dberlin.org>dberlin2005-06-301-32/+23
* include/gdr2005-05-241-16/+21
* Update the address and phone number of the FSF organization.nickc2005-05-101-2/+2
* include/gdr2005-03-271-104/+44
* * hashtab.c (htab_find_slot_with_hash): Make functionbje2005-03-011-5/+5
* * hashtab.c: Include limits.h, stdint.h, ansidecl.h.rth2004-04-221-62/+171
* * hashtab.c (htab_remove_elt_with_hash): New function.law2004-04-131-2/+16
* * hashtab.c (htab_size): Move to top of file; mark inline.rth2004-04-011-49/+71
* * hashtab.c (htab_find_slot_with_hash): Decrease n_deletedzlomek2003-10-301-2/+2
* * configure.in: Add check for malloc.h needed bydj2003-06-191-0/+4
* s/burtle/iterativejason2003-05-071-1/+1
* libiberty/jason2003-05-071-0/+138
* * argv.c: Fix comments.ghazi2003-04-151-3/+0
* * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.hubicka2003-03-171-4/+19
* * hashtab.c (htab_expand): Fix warning.hubicka2003-03-121-2/+2
* * hashtab.c (htab_expand): Compute the size of hashtable basedhubicka2003-03-121-3/+16
* include/drow2003-01-261-2/+70
* * hashtab.c (htab_expand): Fix allocation of new entries.zlomek2003-01-201-2/+4
* Index: include/ChangeLoggeoffk2002-06-061-0/+23
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-45/+22
* * hashtab.c (higher_prime_number): Use 7 as minimum.rth2002-04-101-32/+46
* include:ghazi2001-10-071-4/+4
* Add commentary.rth2001-08-171-1/+24
* * hashtab.c (htab_hash_string): New.rth2001-08-171-0/+16
* fix typomeissner2001-03-151-1/+1
* Silence warningmeissner2001-03-151-39/+32
* Silence warningmeissner2001-03-151-32/+40
* * hashtab.c (higher_prime_number): Use a table, rather than ammitchel2000-11-271-22/+56
* * hashtab.c (htab_expand): Change to return int. Use calloc orhp2000-11-041-8/+58
* (htab_create, htab_expand): Correct formatting of comment beforehp2000-11-031-36/+36
* * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.hzack2000-05-291-0/+4
* * hashtab.c (hash_pointer): Delete low-order bits which aremmitchel2000-05-161-1/+1
* * hashtab.c (htab_expand): Add prototype.hubicka2000-04-271-0/+2
* * hashtab.c (hash_pointer, eq_pointer): Make definition static toghazi2000-04-241-3/+3
* * hashtab.h (hash_pointer): Declare.mmitchel2000-04-241-0/+27
* * gcc/conflict.c (conflict_graph_add): Pass enum type tokenner2000-04-181-47/+53
* * hashtab.h (hashval_t): New type.mmitchel2000-03-311-7/+9
* * hashtab.c (htab_find_with_hash): Avoid calculating hash2zack2000-03-291-8/+16
* Some cleanups/additions for hashtablescrux2000-03-141-8/+60
* * hashtab.h (struct htab): Add del_f.zack2000-03-101-1/+26
* * hashtab.c: Remove debugging variables (all_searches,zack2000-03-081-166/+188
* * hashtab.c (sys/types.h): File included.law1999-11-281-0/+2
* * hashtab.c: Include stdio.h.law1999-11-101-0/+2
* * hashtab.c (traverse_hash_table): Protect prototype with PARAMS.law1999-11-081-1/+1
* 1999-10-23 08:51 -0700 Zack Weinberg <zack@bitmover.com>zack1999-10-231-1/+36
* * Makefile.in (CFILES): Add hashtab.claw1999-10-151-0/+291