aboutsummaryrefslogtreecommitdiff
path: root/gcc/hashtable.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-22hashtable.c (ht_expand): Avoid calculating rehash for the common case that th...Roger Sayle1-7/+6
2003-08-11avr.c (avr_init_once): Use xcalloc in lieu of xmalloc/memset.Kaveh R. Ghazi1-2/+1
2003-08-08* tree.h (get_identifier) Define a macro form of get_identifierRoger Sayle1-19/+34
2003-07-22hashtable.c (approx_sqrt): Make static.Zack Weinberg1-1/+2
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-3/+3
2003-07-13Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).Zack Weinberg1-3/+4
2003-07-06gcc.c: Convert prototypes to ISO C90.Andreas Jaeger1-26/+13
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-2/+2
2003-05-18hashtable.h (struct ht_identifier): Add data member "hash_value".Gabriel Dos Reis1-2/+4
2003-04-06hashtable.c (gcc_obstack_init): Delete this function and everything related t...Steven Bosscher1-22/+0
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-09-14ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2001-09-10cpplex.c (parse_identifier): Fast-path optimize.Zack Weinberg1-1/+1
2001-08-11cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.Neil Booth1-0/+11
2001-05-20hashtable.c (calc_hash): Fix HASHSTEP definition.Neil Booth1-1/+1
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-0/+315