ack.git
9 years agoRename branch. unlabeled-2.1.1
David Given [Thu, 18 Jun 2015 21:39:28 +0000 (23:39 +0200)]
Rename branch.

--HG--
branch : unlabeled-2.1.1-branch

39 years agoBug fixed in pattern sti $1 > 4 (ADDREG -> ADDSCR)
bal [Wed, 17 Apr 1985 14:51:31 +0000 (14:51 +0000)]
Bug fixed in pattern sti $1 > 4 (ADDREG -> ADDSCR)
Definition of EM_BSIZE removed.

--HG--
branch : unlabeled-2.1.1

39 years agoA stray version.
keie [Mon, 4 Mar 1985 15:35:39 +0000 (15:35 +0000)]
A stray version.

--HG--
branch : unlabeled-2.1.1

39 years agoDefault distibuted name is pdp.
keie [Fri, 15 Feb 1985 15:12:40 +0000 (15:12 +0000)]
Default distibuted name is pdp.

--HG--
branch : unlabeled-2.1.1

39 years agofixup commit for branch 'unlabeled-2.1.1'
cvs2hg [Thu, 7 Feb 1985 22:06:33 +0000 (22:06 +0000)]
fixup commit for branch 'unlabeled-2.1.1'

--HG--
branch : unlabeled-2.1.1

39 years agoMade a mix of a new cgg(with TEM_WSIZE) and the obsolete
keie [Tue, 5 Feb 1985 15:26:47 +0000 (15:26 +0000)]
Made a mix of a new cgg(with TEM_WSIZE) and the obsolete
variable (T)EM_BSIZE feature.

--HG--
branch : unlabeled-2.1.1

40 years agofixup commit for branch 'unlabeled-2.1.1'
cvs2hg [Thu, 23 Aug 1984 13:27:15 +0000 (13:27 +0000)]
fixup commit for branch 'unlabeled-2.1.1'

--HG--
branch : unlabeled-2.1.1

40 years agoA special Makefile for the Philips PMDS
keie [Mon, 2 Jul 1984 15:44:09 +0000 (15:44 +0000)]
A special Makefile for the Philips PMDS

--HG--
branch : unlabeled-2.1.1

40 years agofixup commit for branch 'unlabeled-2.1.1'
cvs2hg [Mon, 2 Jul 1984 15:42:38 +0000 (15:42 +0000)]
fixup commit for branch 'unlabeled-2.1.1'

--HG--
branch : unlabeled-2.1.1

40 years ago1 - Altered an incorrect dependency for assrl.o
keie [Mon, 2 Jul 1984 15:42:37 +0000 (15:42 +0000)]
1 - Altered an incorrect dependency for assrl.o
2 - Added asprint

40 years agoInitial revision
keie [Mon, 2 Jul 1984 15:35:56 +0000 (15:35 +0000)]
Initial revision

40 years agoInitial revision
sater [Mon, 2 Jul 1984 11:26:53 +0000 (11:26 +0000)]
Initial revision

40 years agoInitial revision
sater [Mon, 2 Jul 1984 10:45:13 +0000 (10:45 +0000)]
Initial revision

40 years agoAdded missing .DE macro
sater [Fri, 29 Jun 1984 14:51:23 +0000 (14:51 +0000)]
Added missing .DE macro

40 years agoChanged all occurrences of -ms into a macro $(MS)
sater [Fri, 29 Jun 1984 14:50:23 +0000 (14:50 +0000)]
Changed all occurrences of -ms into a macro $(MS)

40 years agoInitial revision
sater [Fri, 29 Jun 1984 14:46:39 +0000 (14:46 +0000)]
Initial revision

40 years agoInitial revision
sater [Fri, 29 Jun 1984 11:29:28 +0000 (11:29 +0000)]
Initial revision

40 years agoInitial revision
sater [Fri, 29 Jun 1984 11:21:50 +0000 (11:21 +0000)]
Initial revision

40 years agoInitial revision
sater [Fri, 29 Jun 1984 11:00:55 +0000 (11:00 +0000)]
Initial revision

40 years agoFixed bug: after BRA instruction was optimized away the variable lastbra
sater [Thu, 28 Jun 1984 10:40:09 +0000 (10:40 +0000)]
Fixed bug: after BRA instruction was optimized away the variable lastbra
pointed to the instruction following. This could lead to anything,
including bus errors. Lastbra is now reset to 0.
Bug discovered at Philips PMDS by Hans de Vries. The fix is also his.
Actually the function cleaninstr should be rewritten.

40 years agoadded rcsid
sater [Tue, 26 Jun 1984 10:08:37 +0000 (10:08 +0000)]
added rcsid

40 years agoInitial revision
sater [Tue, 26 Jun 1984 10:03:31 +0000 (10:03 +0000)]
Initial revision

40 years agoInitial revision
sater [Mon, 25 Jun 1984 16:22:03 +0000 (16:22 +0000)]
Initial revision

40 years agoInitial revision
sater [Mon, 25 Jun 1984 11:02:34 +0000 (11:02 +0000)]
Initial revision

40 years agoThe name cpp.new for the alternative C-preprocessor is
em [Thu, 21 Jun 1984 13:16:26 +0000 (13:16 +0000)]
The name cpp.new for the alternative C-preprocessor is
no longer needed.

40 years agoartificial commit to compensate for changes in 93f3093f2b7e from a CVS
keie [Thu, 21 Jun 1984 13:13:10 +0000 (13:13 +0000)]
artificial commit to compensate for changes in 93f3093f2b7e from a CVS
vendor branch

40 years agoSome ad-hoc stuff for searching in the new tree shape.
keie [Thu, 21 Jun 1984 13:13:10 +0000 (13:13 +0000)]
Some ad-hoc stuff for searching in the new tree shape.

--HG--
branch : unlabeled-1.1.1

40 years agoAssembler peephole optimizer added.
em [Thu, 21 Jun 1984 13:09:51 +0000 (13:09 +0000)]
Assembler peephole optimizer added.

40 years agoAck assumed that files resulting from transformations
keie [Thu, 21 Jun 1984 11:29:22 +0000 (11:29 +0000)]
Ack assumed that files resulting from transformations
would not need to be fed through a pre-processor.
This assumption proved false. Ack was altered and allows
use of a pre-processor on files produced by other passes.

40 years agoAdapted to use the new backend.
keie [Thu, 21 Jun 1984 11:26:10 +0000 (11:26 +0000)]
Adapted to use the new backend.

40 years agoAdapted to the new C preprocessor that does NOT have
keie [Thu, 21 Jun 1984 11:25:05 +0000 (11:25 +0000)]
Adapted to the new C preprocessor that does NOT have
ANY default include directories like /usr/include.

40 years agoInitial revision
keie [Thu, 21 Jun 1984 11:24:08 +0000 (11:24 +0000)]
Initial revision

40 years agoAdded warning about forthcoming shift/reduce conflict
em [Thu, 21 Jun 1984 11:13:28 +0000 (11:13 +0000)]
Added warning about forthcoming shift/reduce conflict

40 years agoThe slightly altered error message format greatly
keie [Thu, 21 Jun 1984 11:10:16 +0000 (11:10 +0000)]
The slightly altered error message format greatly
enhances use of the pascal compiler under emacs.

40 years agoAlso remove the program, it should be installed by now.
keie [Thu, 21 Jun 1984 11:09:51 +0000 (11:09 +0000)]
Also remove the program, it should be installed by now.

40 years agoInitial revision
keie [Thu, 21 Jun 1984 11:09:15 +0000 (11:09 +0000)]
Initial revision

40 years agofixup commit for branch 'unlabeled-1.1.1'
cvs2hg [Thu, 21 Jun 1984 10:58:00 +0000 (10:58 +0000)]
fixup commit for branch 'unlabeled-1.1.1'

--HG--
branch : unlabeled-1.1.1

40 years agoInitial revision
keie [Thu, 21 Jun 1984 10:57:59 +0000 (10:57 +0000)]
Initial revision

40 years agoadded rcsid
sater [Mon, 21 May 1984 16:33:30 +0000 (16:33 +0000)]
added rcsid
added comment
fixed bug, to make pem22 and pem24 you use pdp and vax2 iso vax2 and vax4

40 years agoInitial revision
sater [Mon, 21 May 1984 16:30:36 +0000 (16:30 +0000)]
Initial revision

40 years agoInitial revision
sater [Mon, 21 May 1984 16:04:57 +0000 (16:04 +0000)]
Initial revision

40 years agoAdded output of mes ms_gto
sater [Mon, 21 May 1984 11:29:48 +0000 (11:29 +0000)]
Added output of mes ms_gto
Fixed bug:
  The frontend generated a mes ms_reg for the local temp where
  the stackpointer was kept in destination procedures for
  a non local goto. This was wrong.

40 years agoInitial revision
sater [Mon, 21 May 1984 11:26:57 +0000 (11:26 +0000)]
Initial revision

40 years agoadded rcsid
sater [Sat, 19 May 1984 12:52:25 +0000 (12:52 +0000)]
added rcsid
Some constants had survived in the text. They were parametrized.

40 years agoadded rcsid
sater [Sat, 19 May 1984 12:52:21 +0000 (12:52 +0000)]
added rcsid

40 years agoInitial revision
sater [Sat, 19 May 1984 12:48:59 +0000 (12:48 +0000)]
Initial revision

40 years agoReworked to work, I think
sater [Sat, 19 May 1984 12:44:53 +0000 (12:44 +0000)]
Reworked to work, I think

40 years agoadded rcsid
sater [Sat, 19 May 1984 12:03:22 +0000 (12:03 +0000)]
added rcsid
Tried to make machine independent,
machine independent sources now taken from ../../proto/cg
Changed according to suggestion from ceriel to prevent running cgg twice

40 years agoadded code to save all registers for ms_gto
sater [Sat, 19 May 1984 11:49:37 +0000 (11:49 +0000)]
added code to save all registers for ms_gto
changed place of #ifdef to make this null-module compile faster
when no register variables are used.

40 years agoerase(reg) now also erases all register whose contents depend on
sater [Sat, 19 May 1984 11:49:01 +0000 (11:49 +0000)]
erase(reg) now also erases all register whose contents depend on
the contents of reg.

40 years agoadded code to recognize ms_gto
sater [Sat, 19 May 1984 11:48:40 +0000 (11:48 +0000)]
added code to recognize ms_gto

40 years agoadded rcsid
sater [Sat, 19 May 1984 11:42:19 +0000 (11:42 +0000)]
added rcsid

40 years agoadded rcsid
sater [Sat, 19 May 1984 11:40:08 +0000 (11:40 +0000)]
added rcsid
added code to check for write errors on codefile

40 years agoadded rcsid
sater [Sat, 19 May 1984 11:38:48 +0000 (11:38 +0000)]
added rcsid
removed sign extension bug in large constants

40 years agoadded rcsid
sater [Sat, 19 May 1984 11:38:15 +0000 (11:38 +0000)]
added rcsid
added code to insure instructions come out in .text space

40 years agoInitial revision
sater [Sat, 19 May 1984 11:08:27 +0000 (11:08 +0000)]
Initial revision

40 years agoInitial revision
sater [Fri, 18 May 1984 21:27:39 +0000 (21:27 +0000)]
Initial revision

40 years agoParametrized sizes for big or small machines using BORS macro
sater [Fri, 18 May 1984 20:22:14 +0000 (20:22 +0000)]
Parametrized sizes for big or small machines using BORS macro
Added support for rcsid string from table.

40 years agoadded rcsid
sater [Fri, 18 May 1984 19:57:22 +0000 (19:57 +0000)]
added rcsid

40 years agoadded rcsid
sater [Fri, 18 May 1984 19:56:05 +0000 (19:56 +0000)]
added rcsid
Separated pattern length's from EM-pattern and tokenpattern

40 years agoInitial revision
sater [Fri, 18 May 1984 19:51:06 +0000 (19:51 +0000)]
Initial revision

40 years agoIncorporated variable length identifiers.
sater [Fri, 18 May 1984 13:04:34 +0000 (13:04 +0000)]
Incorporated variable length identifiers.
Courtesy Johan Stevenson

40 years agoadded rcsid
em [Thu, 17 May 1984 15:51:42 +0000 (15:51 +0000)]
added rcsid

40 years agochanged format of rcsid
em [Thu, 17 May 1984 14:37:15 +0000 (14:37 +0000)]
changed format of rcsid

40 years agochanged rcsid to rcsid2
em [Thu, 17 May 1984 14:28:57 +0000 (14:28 +0000)]
changed rcsid to rcsid2

40 years agoadded rcsid
sater [Thu, 17 May 1984 14:14:29 +0000 (14:14 +0000)]
added rcsid

40 years agoadded rcsid
sater [Thu, 17 May 1984 14:13:36 +0000 (14:13 +0000)]
added rcsid
added pattern for # comments

40 years agoadded rcsid
sater [Thu, 17 May 1984 14:13:06 +0000 (14:13 +0000)]
added rcsid
added field to remember ms_gto

40 years agoadded rcsid + some minor reshaping
sater [Thu, 17 May 1984 14:06:18 +0000 (14:06 +0000)]
added rcsid + some minor reshaping

40 years agoadded rcsid
sater [Thu, 17 May 1984 13:57:07 +0000 (13:57 +0000)]
added rcsid

40 years agoadded rcsid
sater [Thu, 17 May 1984 13:56:00 +0000 (13:56 +0000)]
added rcsid
Changed register message output to terminate with ms_gto, if input
  procedure contained one.

40 years agoadded rcsid
sater [Thu, 17 May 1984 13:54:01 +0000 (13:54 +0000)]
added rcsid
Recognize and process mes ms_gto

40 years agoInitial revision
sater [Thu, 17 May 1984 13:42:36 +0000 (13:42 +0000)]
Initial revision