• R/O
  • HTTP
  • SSH
  • HTTPS

gcc-fork: List of commits


RSS
Rev. Time Author
bba962f 1991-11-27 13:43:06 rms

Initial revision


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75 138bc75d-0d04-0410-961f-82ee72b054a4

196f0a2 1991-11-27 06:21:26 rms

Initial revision


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74 138bc75d-0d04-0410-961f-82ee72b054a4

29a704c 1991-11-26 11:48:07 mycroft

entered into RCS


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73 138bc75d-0d04-0410-961f-82ee72b054a4

40df7dd 1991-11-26 04:05:00 mycroft

entered into RCS


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72 138bc75d-0d04-0410-961f-82ee72b054a4

263287f 1991-11-25 04:57:16 kenner

Initial revision


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71 138bc75d-0d04-0410-961f-82ee72b054a4

f7f605b 1991-11-25 04:01:50 kenner

Initial revision


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70 138bc75d-0d04-0410-961f-82ee72b054a4

8ac4e72 1991-11-24 10:20:02 dennisg

changed shorts back to ints.
the efficiency gained didn't out weight the grossness of the code.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69 138bc75d-0d04-0410-961f-82ee72b054a4

d78a651 1991-11-24 07:19:21 dennisg

converted some entries in the hash structure from ints to shorts.
this was done to use a less expensive division instruction
in the hashIndex() routine.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68 138bc75d-0d04-0410-961f-82ee72b054a4

3f81a99 1991-11-24 07:18:29 dennisg

deleted hashIndex() and moved it to hash-inline.h
converted hash_value_for_key() to a inline and moved it to hash-inline.h.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67 138bc75d-0d04-0410-961f-82ee72b054a4

53530cd 1991-11-22 07:27:06 dennisg

changed hash value calculation.
func name changed from hashValue() to hashIndex(). the
func really calculated a index anyway.
changed hash func impl. essentually it was calculating a hash value
from a hash value. this is a implementation thing.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66 138bc75d-0d04-0410-961f-82ee72b054a4

d4deb89 1991-11-22 07:25:19 dennisg

deleted hash mask information from hash struct.
changed hashing algorithm. those values are no longer needed.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65 138bc75d-0d04-0410-961f-82ee72b054a4

9d4c663 1991-11-21 08:29:20 dennisg

converted hashValue() to a inline.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64 138bc75d-0d04-0410-961f-82ee72b054a4

f3a6b50 1991-11-19 21:37:49 dennisg

changed typedef and struct decls.
the run-time was changed and those decls changed too.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63 138bc75d-0d04-0410-961f-82ee72b054a4

c9c1dcb 1991-11-19 21:34:41 dennisg

bug in hash_delete(). It was using void* to obtain nodes to
pass to hash_remove(). The value passed to hash_removed() is a
entry from the node structure rather than the node itself. Using
void* removed compiler checking.
Modified to implement cache expansion.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62 138bc75d-0d04-0410-961f-82ee72b054a4

1c26a84 1991-11-17 00:57:35 dennisg

changed the defs for class structures for new implementation of run-time.
changed def of SEL back to its original type.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61 138bc75d-0d04-0410-961f-82ee72b054a4

94ab4c0 1991-11-15 09:36:37 kenner

*** empty log message ***


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60 138bc75d-0d04-0410-961f-82ee72b054a4

3428212 1991-11-08 08:23:40 dennisg

implemented hash table expansion as suggested by rms.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59 138bc75d-0d04-0410-961f-82ee72b054a4

01a6b9a 1991-11-08 07:31:42 dennisg

added copyleft.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58 138bc75d-0d04-0410-961f-82ee72b054a4

d4deae8 1991-11-08 07:30:54 dennisg

added copyleft


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57 138bc75d-0d04-0410-961f-82ee72b054a4

ae09e9a 1991-11-06 08:39:50 kenner

Initial revision


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56 138bc75d-0d04-0410-961f-82ee72b054a4

10d0e87 1991-11-05 20:48:35 kenner

entered into RCS


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55 138bc75d-0d04-0410-961f-82ee72b054a4

e1a1a29 1991-11-05 08:01:28 kenner

Initial revision


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54 138bc75d-0d04-0410-961f-82ee72b054a4

caef986 1991-11-03 23:27:47 kenner

Initial revision


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53 138bc75d-0d04-0410-961f-82ee72b054a4

923c7aa 1991-11-02 09:09:37 mycroft

entered into RCS


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52 138bc75d-0d04-0410-961f-82ee72b054a4

0c78394 1991-10-31 08:18:48 kenner

Initial revision


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51 138bc75d-0d04-0410-961f-82ee72b054a4

c6ad1ce 1991-10-30 21:37:48 wood

Initial revision


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50 138bc75d-0d04-0410-961f-82ee72b054a4

8d365e7 1991-10-27 20:18:51 kenner

Initial revision


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49 138bc75d-0d04-0410-961f-82ee72b054a4

ac7aba6 1991-10-25 02:29:16 wood

Initial revision


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48 138bc75d-0d04-0410-961f-82ee72b054a4

3439974 1991-10-25 02:21:48 wood

Initial revision


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47 138bc75d-0d04-0410-961f-82ee72b054a4

46117fc 1991-10-24 09:45:39 dennisg

Initial check in. Preliminary development stage.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46 138bc75d-0d04-0410-961f-82ee72b054a4

Show on old repository browser