aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/hash.h
AgeCommit message (Collapse)AuthorFilesLines
1993-05-09Conditionally include gstddef or stddefKresten Krab Thorup1-0/+4
From-SVN: r4396
1993-05-06Use gstddef.h, with doublequotes.Richard Stallman1-1/+1
From-SVN: r4374
1993-05-05Headerfiles reorganizedKresten Krab Thorup1-4/+0
From-SVN: r4329
1993-04-26Runtime portability cleanupKresten Krab Thorup1-1/+1
From-SVN: r4235
1993-04-26Changed unsigned int to size_t when casting pointers to integersKresten Krab Thorup1-3/+7
From-SVN: r4233
1993-04-12Deleted #include "mutext.h"Kresten Krab Thorup1-1/+0
From-SVN: r4091
1993-04-10Update to new runtimes.Tom Wood1-1/+1
From-SVN: r4076
1993-01-11# Fix misspellings in comments.Paul Eggert1-1/+1
From-SVN: r3190
1992-10-26(hash_ptr): Renamed from hash_int.Richard Stallman1-4/+4
(compare_ptrs): Renamed from compare_ints. Do not cast args to int; just compare. From-SVN: r2611
1992-10-14(reg_names): Make it static. Use DEBUG_REGISTER_NAMES if that's defined.Richard Stallman1-77/+30
(DEBUG_PRINT_REG): Define if not defined. (print_rtx): Use DEBUG_PRINT_REG for hard regs. (reg_name): Moved here. Get rid of RCS headers. Fix up whitespace and comments. Make key field and corresponding args `const void *'. Don't use assert. Get rid of spurious array-level in node_table field; make it void **. Declare module_hash_table, class_hash_table. (hash_int): Divide by sizeof (void *), not by 2**that minus 1. From-SVN: r2455
1992-09-20Fix indentation, clean up comments.Richard Stallman1-83/+71
Rename structure fields and typedefs. From-SVN: r2192
1992-09-02Changed the format of various sections to conform with GNU standard.Richard Stallman1-112/+82
Deleted dependencies on some header files. Replaced the use of the functions from memory.h with funtions like bzero. Changed the include format. From-SVN: r2019
1992-08-31minor documentation changes.Dennis Glatting1-32/+36
From-SVN: r2008
1992-08-17Saving a working version before release.Dennis Glatting1-65/+73
From-SVN: r1884
1992-04-13Check in after array version of run-time works.Dennis Glatting1-11/+115
Expect more changes as hash version and other changes are made. From-SVN: r734
1991-12-10Cleaned up file format for a distribution.Dennis Glatting1-15/+19
From-SVN: r111
1991-12-03fixed assert macro.Dennis Glatting1-17/+20
added memory allocation adjustment macro for hash size allocation. From-SVN: r96
1991-11-24changed shorts back to ints.Dennis Glatting1-3/+8
the efficiency gained didn't out weight the grossness of the code. From-SVN: r69
1991-11-23converted some entries in the hash structure from ints to shorts.Dennis Glatting1-8/+7
this was done to use a less expensive division instruction in the hashIndex() routine. From-SVN: r68
1991-11-21deleted hash mask information from hash struct.Dennis Glatting1-14/+5
changed hashing algorithm. those values are no longer needed. From-SVN: r65
1991-11-07implemented hash table expansion as suggested by rms.Dennis Glatting1-14/+30
From-SVN: r59
1991-11-07added copyleftDennis Glatting1-4/+22
From-SVN: r57
1991-10-24Initial check in. Preliminary development stage.Dennis Glatting1-0/+134
From-SVN: r46