Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-05-09 | Conditionally include gstddef or stddef | Kresten Krab Thorup | 1 | -0/+4 | |
From-SVN: r4396 | |||||
1993-05-06 | Use gstddef.h, with doublequotes. | Richard Stallman | 1 | -1/+1 | |
From-SVN: r4374 | |||||
1993-05-05 | Headerfiles reorganized | Kresten Krab Thorup | 1 | -4/+0 | |
From-SVN: r4329 | |||||
1993-04-26 | Runtime portability cleanup | Kresten Krab Thorup | 1 | -1/+1 | |
From-SVN: r4235 | |||||
1993-04-26 | Changed unsigned int to size_t when casting pointers to integers | Kresten Krab Thorup | 1 | -3/+7 | |
From-SVN: r4233 | |||||
1993-04-12 | Deleted #include "mutext.h" | Kresten Krab Thorup | 1 | -1/+0 | |
From-SVN: r4091 | |||||
1993-04-10 | Update to new runtimes. | Tom Wood | 1 | -1/+1 | |
From-SVN: r4076 | |||||
1993-01-11 | # Fix misspellings in comments. | Paul Eggert | 1 | -1/+1 | |
From-SVN: r3190 | |||||
1992-10-26 | (hash_ptr): Renamed from hash_int. | Richard Stallman | 1 | -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 Stallman | 1 | -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-20 | Fix indentation, clean up comments. | Richard Stallman | 1 | -83/+71 | |
Rename structure fields and typedefs. From-SVN: r2192 | |||||
1992-09-02 | Changed the format of various sections to conform with GNU standard. | Richard Stallman | 1 | -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-31 | minor documentation changes. | Dennis Glatting | 1 | -32/+36 | |
From-SVN: r2008 | |||||
1992-08-17 | Saving a working version before release. | Dennis Glatting | 1 | -65/+73 | |
From-SVN: r1884 | |||||
1992-04-13 | Check in after array version of run-time works. | Dennis Glatting | 1 | -11/+115 | |
Expect more changes as hash version and other changes are made. From-SVN: r734 | |||||
1991-12-10 | Cleaned up file format for a distribution. | Dennis Glatting | 1 | -15/+19 | |
From-SVN: r111 | |||||
1991-12-03 | fixed assert macro. | Dennis Glatting | 1 | -17/+20 | |
added memory allocation adjustment macro for hash size allocation. From-SVN: r96 | |||||
1991-11-24 | changed shorts back to ints. | Dennis Glatting | 1 | -3/+8 | |
the efficiency gained didn't out weight the grossness of the code. From-SVN: r69 | |||||
1991-11-23 | converted some entries in the hash structure from ints to shorts. | Dennis Glatting | 1 | -8/+7 | |
this was done to use a less expensive division instruction in the hashIndex() routine. From-SVN: r68 | |||||
1991-11-21 | deleted hash mask information from hash struct. | Dennis Glatting | 1 | -14/+5 | |
changed hashing algorithm. those values are no longer needed. From-SVN: r65 | |||||
1991-11-07 | implemented hash table expansion as suggested by rms. | Dennis Glatting | 1 | -14/+30 | |
From-SVN: r59 | |||||
1991-11-07 | added copyleft | Dennis Glatting | 1 | -4/+22 | |
From-SVN: r57 | |||||
1991-10-24 | Initial check in. Preliminary development stage. | Dennis Glatting | 1 | -0/+134 | |
From-SVN: r46 |