]> git.ipfire.org Git - thirdparty/gcc.git/history - libiberty/hashtab.c
[libiberty] Use pipe inside pex_run
[thirdparty/gcc.git] / libiberty / hashtab.c
2018-01-03  jakub Update copyright years.
2017-01-04  jakub Update copyright years.
2016-11-04  marklibiberty: Fix -Wimplicit-fallthrough warnings.
2013-05-06  dje2013-05-06 David Edelsohn <dje.gcc@gmail.com>
2013-04-23  akImprove pointer hash function to include all bits
2011-02-03  rwildlibiberty: documentation markup and order fixes.
2010-06-08  laurasgcc/ada:
2009-09-16  ro * hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.
2009-09-03  hjl2009-09-03 Ozkan Sezer <sezeroz@gmail.com>
2009-06-21  jakub * hashtab.c (htab_traverse): Don't call htab_expand for
2006-07-27  hubicka PR rtl-optimization/28071
2005-06-30  dberlin2005-06-29 Daniel Berlin <dberlin@dberlin.org>
2005-05-24  gdrinclude/
2005-05-10  nickcUpdate the address and phone number of the FSF organiza...
2005-03-27  gdrinclude/
2005-03-01  bje * hashtab.c (htab_find_slot_with_hash): Make function
2004-04-22  rth * hashtab.c: Include limits.h, stdint.h, anside...
2004-04-13  law * hashtab.c (htab_remove_elt_with_hash): New function.
2004-04-01  rth * hashtab.c (htab_size): Move to top of file...
2003-10-30  zlomek * hashtab.c (htab_find_slot_with_hash): Decrease n_deleted
2003-06-19  dj* configure.in: Add check for malloc.h needed by
2003-05-07  jasons/burtle/iterative
2003-05-07  jasonlibiberty/
2003-04-15  ghazi * argv.c: Fix comments.
2003-03-17  hubicka * ggc-common.c (ggc_mark_roots): Use htab_traverse_nor...
2003-03-12  hubicka * hashtab.c (htab_expand): Fix warning.
2003-03-12  hubicka * hashtab.c (htab_expand): Compute the size of hashtab...
2003-01-26  drowinclude/
2003-01-20  zlomek * hashtab.c (htab_expand): Fix allocation of new entries.
2002-06-06  geoffkIndex: include/ChangeLog
2002-06-04  geoffkMerge from pch-branch up to tag pch-commit-20020603.
2002-04-10  rth * hashtab.c (higher_prime_number): Use 7 as...
2001-10-07  ghaziinclude:
2001-08-17  rthAdd commentary.
2001-08-17  rth * hashtab.c (htab_hash_string): New.
2001-03-15  meissnerfix typo
2001-03-15  meissnerSilence warning
2001-03-15  meissnerSilence warning
2000-11-27  mmitchel * hashtab.c (higher_prime_number): Use a table, rather...
2000-11-04  hp * hashtab.c (htab_expand): Change to return int. ...
2000-11-03  hp (htab_create, htab_expand): Correct formatting of...
2000-05-29  zack * hashtab.c, partition.c, sort.c, xmemdup.c: Include...
2000-05-16  mmitchel * hashtab.c (hash_pointer): Delete low-order...
2000-04-27  hubicka * hashtab.c (htab_expand): Add prototype.
2000-04-24  ghazi * hashtab.c (hash_pointer, eq_pointer): Make...
2000-04-24  mmitchel * hashtab.h (hash_pointer): Declare.
2000-04-18  kenner * gcc/conflict.c (conflict_graph_add): Pass enum type to
2000-03-31  mmitchel * hashtab.h (hashval_t): New type.
2000-03-29  zack * hashtab.c (htab_find_with_hash): Avoid calculating...
2000-03-14  cruxSome cleanups/additions for hashtables
2000-03-10  zack * hashtab.h (struct htab): Add del_f.
2000-03-08  zack * hashtab.c: Remove debugging variables (all_searches,
1999-11-28  law * hashtab.c (sys/types.h): File included.
1999-11-10  law * hashtab.c: Include stdio.h.
1999-11-08  law * hashtab.c (traverse_hash_table): Protect...
1999-10-23  zack1999-10-23 08:51 -0700 Zack Weinberg <zack@bitmover...
1999-10-15  law * Makefile.in (CFILES): Add hashtab.c