platform/upstream/gcc.git
32 years agoInitial revision
Richard Stallman [Sun, 1 Dec 1991 21:25:34 +0000 (21:25 +0000)]
Initial revision

From-SVN: r94

32 years agoentered into RCS
Charles Hannum [Sun, 1 Dec 1991 06:02:30 +0000 (06:02 +0000)]
entered into RCS

From-SVN: r93

32 years agoInitial revision
Richard Stallman [Sun, 1 Dec 1991 05:13:56 +0000 (05:13 +0000)]
Initial revision

From-SVN: r92

32 years ago*** empty log message ***
Richard Stallman [Sun, 1 Dec 1991 05:07:47 +0000 (05:07 +0000)]
*** empty log message ***

From-SVN: r91

32 years agoInitial revision
Richard Stallman [Sun, 1 Dec 1991 05:07:43 +0000 (05:07 +0000)]
Initial revision

From-SVN: r90

32 years agoentered into RCS
Richard Stallman [Sun, 1 Dec 1991 05:07:32 +0000 (05:07 +0000)]
entered into RCS

From-SVN: r89

32 years agoInitial revision
Michael Meissner [Sun, 1 Dec 1991 05:02:56 +0000 (05:02 +0000)]
Initial revision

From-SVN: r88

32 years agoentered into RCS
Richard Stallman [Sun, 1 Dec 1991 04:57:28 +0000 (04:57 +0000)]
entered into RCS

From-SVN: r87

32 years agoInitial revision
Richard Stallman [Sun, 1 Dec 1991 04:57:16 +0000 (04:57 +0000)]
Initial revision

From-SVN: r86

32 years agoentered into RCS
Charles Hannum [Sun, 1 Dec 1991 04:56:47 +0000 (04:56 +0000)]
entered into RCS

From-SVN: r85

32 years agoentered into RCS
Charles Hannum [Sun, 1 Dec 1991 04:47:39 +0000 (04:47 +0000)]
entered into RCS

From-SVN: r84

32 years agomodified to remove changes previously made to implement posing.
Dennis Glatting [Sun, 1 Dec 1991 01:29:29 +0000 (01:29 +0000)]
modified to remove changes previously made to implement posing.

modified to remove changes previously made to
implement posing.  posing just got easy.

From-SVN: r83

32 years agoInitial revision
Richard Stallman [Sat, 30 Nov 1991 06:21:16 +0000 (06:21 +0000)]
Initial revision

From-SVN: r82

32 years agomodified to implement set functions.
Dennis Glatting [Fri, 29 Nov 1991 22:00:10 +0000 (22:00 +0000)]
modified to implement set functions.

From-SVN: r81

32 years agofixed several const decls. bozo.
Dennis Glatting [Fri, 29 Nov 1991 20:02:01 +0000 (20:02 +0000)]
fixed several const decls.  bozo.

From-SVN: r80

32 years agomany changes including posing...
Dennis Glatting [Fri, 29 Nov 1991 00:24:14 +0000 (00:24 +0000)]
many changes including posing...

many changes including posing, things to make the compiler
happier, structure changes, and things to make it play better.

From-SVN: r79

32 years agoInitial revision
Richard Stallman [Wed, 27 Nov 1991 20:24:30 +0000 (20:24 +0000)]
Initial revision

From-SVN: r78

32 years agoInitial revision
Michael Meissner [Wed, 27 Nov 1991 20:06:32 +0000 (20:06 +0000)]
Initial revision

From-SVN: r77

32 years agoInitial revision
Richard Kenner [Wed, 27 Nov 1991 14:45:36 +0000 (09:45 -0500)]
Initial revision

From-SVN: r76

32 years agoInitial revision
Richard Stallman [Wed, 27 Nov 1991 04:43:06 +0000 (04:43 +0000)]
Initial revision

From-SVN: r75

32 years agoInitial revision
Richard Stallman [Tue, 26 Nov 1991 21:21:26 +0000 (21:21 +0000)]
Initial revision

From-SVN: r74

32 years agoentered into RCS
Charles Hannum [Tue, 26 Nov 1991 02:48:07 +0000 (02:48 +0000)]
entered into RCS

From-SVN: r73

32 years agoentered into RCS
Charles Hannum [Mon, 25 Nov 1991 19:05:00 +0000 (19:05 +0000)]
entered into RCS

From-SVN: r72

32 years agoInitial revision
Richard Kenner [Sun, 24 Nov 1991 19:57:16 +0000 (14:57 -0500)]
Initial revision

From-SVN: r71

32 years agoInitial revision
Richard Kenner [Sun, 24 Nov 1991 19:01:50 +0000 (14:01 -0500)]
Initial revision

From-SVN: r70

32 years agochanged shorts back to ints.
Dennis Glatting [Sun, 24 Nov 1991 01:20:02 +0000 (01:20 +0000)]
changed shorts back to ints.

the efficiency gained didn't out weight the grossness of the code.

From-SVN: r69

32 years agoconverted some entries in the hash structure from ints to shorts.
Dennis Glatting [Sat, 23 Nov 1991 22:19:21 +0000 (22:19 +0000)]
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.

From-SVN: r68

32 years agodeleted hashIndex() and moved it to hash-inline.h converted...
Dennis Glatting [Sat, 23 Nov 1991 22:18:29 +0000 (22:18 +0000)]
deleted hashIndex() and moved it to hash-inline.h converted...

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

From-SVN: r67

32 years agochanged hash value calculation.
Dennis Glatting [Thu, 21 Nov 1991 22:27:06 +0000 (22:27 +0000)]
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.

From-SVN: r66

32 years agodeleted hash mask information from hash struct.
Dennis Glatting [Thu, 21 Nov 1991 22:25:19 +0000 (22:25 +0000)]
deleted hash mask information from hash struct.

changed hashing algorithm.  those values are no longer needed.

From-SVN: r65

32 years agoconverted hashValue() to a inline.
Dennis Glatting [Wed, 20 Nov 1991 23:29:20 +0000 (23:29 +0000)]
converted hashValue() to a inline.

From-SVN: r64

32 years agochanged typedef and struct decls.
Dennis Glatting [Tue, 19 Nov 1991 12:37:49 +0000 (12:37 +0000)]
changed typedef and struct decls.

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

From-SVN: r63

32 years agobug in hash_delete().
Dennis Glatting [Tue, 19 Nov 1991 12:34:41 +0000 (12:34 +0000)]
bug in hash_delete().

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.

From-SVN: r62

32 years agochanged the defs for class structures for new implementation of run-time.
Dennis Glatting [Sat, 16 Nov 1991 15:57:35 +0000 (15:57 +0000)]
changed the defs for class structures for new implementation of run-time.

changed def of SEL back to its original type.

From-SVN: r61

32 years ago*** empty log message ***
Richard Kenner [Fri, 15 Nov 1991 00:36:37 +0000 (19:36 -0500)]
*** empty log message ***

From-SVN: r60

32 years agoimplemented hash table expansion as suggested by rms.
Dennis Glatting [Thu, 7 Nov 1991 23:23:40 +0000 (23:23 +0000)]
implemented hash table expansion as suggested by rms.

From-SVN: r59

32 years agoadded copyleft.
Dennis Glatting [Thu, 7 Nov 1991 22:31:42 +0000 (22:31 +0000)]
added copyleft.

From-SVN: r58

32 years agoadded copyleft
Dennis Glatting [Thu, 7 Nov 1991 22:30:54 +0000 (22:30 +0000)]
added copyleft

From-SVN: r57

32 years agoInitial revision
Richard Kenner [Tue, 5 Nov 1991 23:39:50 +0000 (18:39 -0500)]
Initial revision

From-SVN: r56

32 years agoentered into RCS
Richard Kenner [Tue, 5 Nov 1991 11:48:35 +0000 (06:48 -0500)]
entered into RCS

From-SVN: r55

32 years agoInitial revision
Richard Kenner [Mon, 4 Nov 1991 23:01:28 +0000 (18:01 -0500)]
Initial revision

From-SVN: r54

32 years agoInitial revision
Richard Kenner [Sun, 3 Nov 1991 14:27:47 +0000 (09:27 -0500)]
Initial revision

From-SVN: r53

32 years agoentered into RCS
Charles Hannum [Sat, 2 Nov 1991 00:09:37 +0000 (00:09 +0000)]
entered into RCS

From-SVN: r52

32 years agoInitial revision
Richard Kenner [Wed, 30 Oct 1991 23:18:48 +0000 (18:18 -0500)]
Initial revision

From-SVN: r51

32 years agoInitial revision
Tom Wood [Wed, 30 Oct 1991 12:37:48 +0000 (12:37 +0000)]
Initial revision

From-SVN: r50

32 years agoInitial revision
Richard Kenner [Sun, 27 Oct 1991 11:18:51 +0000 (06:18 -0500)]
Initial revision

From-SVN: r49

32 years agoInitial revision
Tom Wood [Thu, 24 Oct 1991 17:29:16 +0000 (17:29 +0000)]
Initial revision

From-SVN: r48

32 years agoInitial revision
Tom Wood [Thu, 24 Oct 1991 17:21:48 +0000 (17:21 +0000)]
Initial revision

From-SVN: r47

32 years agoInitial check in. Preliminary development stage.
Dennis Glatting [Thu, 24 Oct 1991 00:45:39 +0000 (00:45 +0000)]
Initial check in.  Preliminary development stage.

From-SVN: r46

32 years agoInitial check in. Preliminary development stage.
Dennis Glatting [Thu, 24 Oct 1991 00:19:24 +0000 (00:19 +0000)]
Initial check in.  Preliminary development stage.

From-SVN: r45

32 years agoentered into RCS
Richard Stallman [Thu, 10 Oct 1991 22:28:38 +0000 (22:28 +0000)]
entered into RCS

From-SVN: r44

32 years agoentered into RCS
Charles Hannum [Wed, 9 Oct 1991 20:03:09 +0000 (20:03 +0000)]
entered into RCS

From-SVN: r43

32 years agoInitial revision
Richard Kenner [Mon, 30 Sep 1991 01:34:16 +0000 (21:34 -0400)]
Initial revision

From-SVN: r42

32 years agoInitial revision
Richard Kenner [Tue, 24 Sep 1991 02:25:58 +0000 (22:25 -0400)]
Initial revision

From-SVN: r41

32 years agoInitial revision
Richard Stallman [Thu, 12 Sep 1991 22:23:09 +0000 (22:23 +0000)]
Initial revision

From-SVN: r40

32 years agoInitial revision
Michael Meissner [Thu, 12 Sep 1991 22:22:50 +0000 (22:22 +0000)]
Initial revision

From-SVN: r39

32 years agoInitial revision
Richard Stallman [Wed, 4 Sep 1991 02:25:28 +0000 (02:25 +0000)]
Initial revision

From-SVN: r38

32 years agoentered into RCS
Charles Hannum [Mon, 2 Sep 1991 18:54:42 +0000 (18:54 +0000)]
entered into RCS

From-SVN: r37

32 years agoentered into RCS
Charles Hannum [Thu, 29 Aug 1991 23:24:57 +0000 (23:24 +0000)]
entered into RCS

From-SVN: r36

32 years agoInitial revision
Richard Kenner [Wed, 28 Aug 1991 12:11:01 +0000 (08:11 -0400)]
Initial revision

From-SVN: r35

32 years agoInitial revision
Richard Kenner [Wed, 28 Aug 1991 10:56:31 +0000 (06:56 -0400)]
Initial revision

From-SVN: r34

32 years agoInitial revision
Richard Kenner [Wed, 28 Aug 1991 10:26:23 +0000 (06:26 -0400)]
Initial revision

From-SVN: r33

32 years agoInitial revision
Richard Stallman [Sat, 17 Aug 1991 19:25:11 +0000 (19:25 +0000)]
Initial revision

From-SVN: r32

32 years agoInitial revision
Michael Meissner [Thu, 1 Aug 1991 17:26:49 +0000 (17:26 +0000)]
Initial revision

From-SVN: r31

32 years agoInitial revision
Richard Stallman [Thu, 1 Aug 1991 00:58:04 +0000 (00:58 +0000)]
Initial revision

From-SVN: r30

33 years agoentered into RCS
Charles Hannum [Tue, 23 Jul 1991 17:15:30 +0000 (17:15 +0000)]
entered into RCS

From-SVN: r29

33 years agoentered into RCS
Charles Hannum [Sun, 9 Jun 1991 15:18:43 +0000 (15:18 +0000)]
entered into RCS

From-SVN: r28

33 years agoentered into RCS
Charles Hannum [Fri, 31 May 1991 20:45:39 +0000 (20:45 +0000)]
entered into RCS

From-SVN: r27

33 years agoInitial revision
Charles Hannum [Fri, 31 May 1991 20:43:32 +0000 (20:43 +0000)]
Initial revision

From-SVN: r26

33 years agoentered into RCS
Richard Stallman [Fri, 31 May 1991 20:42:57 +0000 (20:42 +0000)]
entered into RCS

From-SVN: r25

33 years agoentered into RCS
Charles Hannum [Fri, 31 May 1991 19:51:09 +0000 (19:51 +0000)]
entered into RCS

From-SVN: r24

33 years agoInitial revision
Richard Stallman [Fri, 31 May 1991 19:49:13 +0000 (19:49 +0000)]
Initial revision

From-SVN: r23

33 years agoentered into RCS
Charles Hannum [Fri, 31 May 1991 19:40:02 +0000 (19:40 +0000)]
entered into RCS

From-SVN: r22

33 years agoInitial revision
Richard Stallman [Fri, 31 May 1991 19:38:58 +0000 (19:38 +0000)]
Initial revision

From-SVN: r21

33 years agoentered into RCS
Richard Stallman [Fri, 31 May 1991 19:36:59 +0000 (19:36 +0000)]
entered into RCS

From-SVN: r20

33 years agoInitial revision
Richard Stallman [Thu, 2 May 1991 18:44:28 +0000 (18:44 +0000)]
Initial revision

From-SVN: r19

33 years agoentered into RCS
Richard Stallman [Wed, 27 Mar 1991 23:51:45 +0000 (23:51 +0000)]
entered into RCS

From-SVN: r18

33 years agoentered into RCS
Richard Stallman [Mon, 11 Mar 1991 16:41:55 +0000 (16:41 +0000)]
entered into RCS

From-SVN: r17

33 years agoInitial revision
Richard Stallman [Thu, 31 Jan 1991 22:12:23 +0000 (22:12 +0000)]
Initial revision

From-SVN: r16

33 years agoInitial revision
Richard Stallman [Fri, 26 Oct 1990 03:10:24 +0000 (03:10 +0000)]
Initial revision

From-SVN: r15

33 years agoInitial revision
Richard Stallman [Mon, 20 Aug 1990 17:49:07 +0000 (17:49 +0000)]
Initial revision

From-SVN: r14

33 years agoentered into RCS
Roland McGrath [Sun, 5 Aug 1990 16:55:09 +0000 (16:55 +0000)]
entered into RCS

From-SVN: r13

34 years agoInitial revision
Richard Stallman [Mon, 18 Jun 1990 20:31:11 +0000 (20:31 +0000)]
Initial revision

From-SVN: r12

34 years agoInitial revision
Richard Stallman [Wed, 30 May 1990 02:03:40 +0000 (02:03 +0000)]
Initial revision

From-SVN: r11

34 years agoentered into RCS
Charles Hannum [Fri, 30 Mar 1990 02:41:07 +0000 (02:41 +0000)]
entered into RCS

From-SVN: r10

34 years agoInitial revision
Charles Hannum [Fri, 30 Mar 1990 02:41:05 +0000 (02:41 +0000)]
Initial revision

From-SVN: r9

34 years agoentered into RCS
Richard Stallman [Sat, 24 Mar 1990 21:05:55 +0000 (21:05 +0000)]
entered into RCS

From-SVN: r8

34 years agoentered into RCS
Roland McGrath [Wed, 31 Jan 1990 19:06:55 +0000 (19:06 +0000)]
entered into RCS

From-SVN: r7

34 years agoentered into RCS
Charles Hannum [Sun, 17 Dec 1989 21:20:07 +0000 (21:20 +0000)]
entered into RCS

From-SVN: r6

34 years agoentered into RCS
Charles Hannum [Mon, 27 Nov 1989 21:22:14 +0000 (21:22 +0000)]
entered into RCS

From-SVN: r5

34 years agoInitial revision
Richard Stallman [Wed, 27 Sep 1989 15:13:33 +0000 (15:13 +0000)]
Initial revision

From-SVN: r4

34 years agoentered into RCS
Charles Hannum [Sun, 13 Aug 1989 19:24:27 +0000 (19:24 +0000)]
entered into RCS

From-SVN: r3

35 years agoInitial revision
Charles Hannum [Wed, 23 Nov 1988 07:17:23 +0000 (07:17 +0000)]
Initial revision

From-SVN: r2