summaryrefslogtreecommitdiff
path: root/gcc/hashtable.c
Commit message (Expand)AuthorAgeFilesLines
* hashtable.c (ht_expand): Avoid calculating rehash for the common case that th...Roger Sayle2003-08-221-7/+6
* avr.c (avr_init_once): Use xcalloc in lieu of xmalloc/memset.Kaveh R. Ghazi2003-08-111-2/+1
* * tree.h (get_identifier) Define a macro form of get_identifierRoger Sayle2003-08-081-19/+34
* hashtable.c (approx_sqrt): Make static.Zack Weinberg2003-07-221-1/+2
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-3/+3
* Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).Zack Weinberg2003-07-131-3/+4
* gcc.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-26/+13
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-2/+2
* hashtable.h (struct ht_identifier): Add data member "hash_value".Gabriel Dos Reis2003-05-181-2/+4
* hashtable.c (gcc_obstack_init): Delete this function and everything related t...Steven Bosscher2003-04-061-22/+0
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-141-1/+1
* cpplex.c (parse_identifier): Fast-path optimize.Zack Weinberg2001-09-101-1/+1
* cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.Neil Booth2001-08-111-0/+11
* hashtable.c (calc_hash): Fix HASHSTEP definition.Neil Booth2001-05-201-1/+1
* Makefile.in (OBJS, [...]): Update.Neil Booth2001-05-201-0/+315