Export add-end-of-block-code! and initialize-lap-linearizer!
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 14 May 1992 03:05:35 +0000 (03:05 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 14 May 1992 03:05:35 +0000 (03:05 +0000)
v7/src/compiler/machines/bobcat/compiler.pkg
v7/src/compiler/machines/i386/compiler.pkg
v7/src/compiler/machines/mips/compiler.pkg
v7/src/compiler/machines/spectrum/compiler.pkg
v7/src/compiler/machines/vax/compiler.pkg

index f41be302b4e132d5b8e011e86a54998f632768ca..ac9e386355552f03192cf491396532781c5eddcf 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/compiler.pkg,v 1.34 1991/10/25 06:49:28 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/compiler.pkg,v 1.35 1992/05/14 03:03:58 jinx Exp $
 
-Copyright (c) 1988-91 Massachusetts Institute of Technology
+Copyright (c) 1988-1992 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -622,9 +622,11 @@ MIT in each case. |#
   (parent (compiler lap-syntaxer))
   (export (compiler lap-syntaxer)
          linearize-lap
-         bblock-linearize-lap)
+         bblock-linearize-lap
+         add-end-of-block-code!)
   (export (compiler top-level)
-         linearize-lap))
+         linearize-lap
+         initialize-lap-linearizer!))
 
 (define-package (compiler lap-optimizer)
   (files "machines/bobcat/lapopt")
index 08b1fe2c76b2eff57df145dbb805c04c133cc171..1dfc017aa4c552f630c5e79ce01a158d4f8235eb 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/i386/compiler.pkg,v 1.6 1992/02/28 20:23:57 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/i386/compiler.pkg,v 1.7 1992/05/14 03:04:40 jinx Exp $
 $MC68020-Header: /scheme/compiler/bobcat/RCS/comp.pkg,v 1.32 1991/05/06 23:09:24 jinx Exp $
 
 Copyright (c) 1992 Massachusetts Institute of Technology
@@ -623,9 +623,11 @@ MIT in each case. |#
   (parent (compiler lap-syntaxer))
   (export (compiler lap-syntaxer)
          linearize-lap
-         bblock-linearize-lap)
+         bblock-linearize-lap
+         add-end-of-block-code!)
   (export (compiler top-level)
-         linearize-lap))
+         linearize-lap
+         initialize-lap-linearizer!))
 
 (define-package (compiler lap-optimizer)
   (files "machines/i386/lapopt")
index 3a27df53606f563b8f30773e6177d88e28bb33ee..dad372bc77732df2ac5907f9bd139e2bc1cc6cf3 100644 (file)
@@ -1,9 +1,9 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/mips/compiler.pkg,v 1.4 1991/07/25 02:39:58 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/mips/compiler.pkg,v 1.5 1992/05/14 03:05:35 jinx Exp $
 $MC68020-Header: /scheme/compiler/bobcat/RCS/comp.pkg,v 1.32 1991/05/06 23:09:24 jinx Exp $
 
-Copyright (c) 1988-91 Massachusetts Institute of Technology
+Copyright (c) 1988-1992 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -624,9 +624,11 @@ MIT in each case. |#
   (parent (compiler lap-syntaxer))
   (export (compiler lap-syntaxer)
          linearize-lap
-         bblock-linearize-lap)
+         bblock-linearize-lap
+         add-end-of-block-code!)
   (export (compiler top-level)
-         linearize-lap))
+         linearize-lap
+         initialize-lap-linearizer!))
 \f
 (define-package (compiler lap-optimizer)
   (files "machines/mips/lapopt")
index ff00474787dcced36d68efce7a562425072fad16..66c62f90c249539fa66b3b7d42fdd426134e4ff4 100644 (file)
@@ -1,9 +1,9 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/spectrum/compiler.pkg,v 1.32 1991/07/25 02:35:14 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/spectrum/compiler.pkg,v 1.33 1992/05/14 03:01:59 jinx Exp $
 $MC68020-Header: /scheme/compiler/bobcat/RCS/comp.pkg,v 1.32 1991/05/06 23:09:24 jinx Exp $
 
-Copyright (c) 1988-1991 Massachusetts Institute of Technology
+Copyright (c) 1988-1992 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -621,9 +621,11 @@ MIT in each case. |#
   (parent (compiler lap-syntaxer))
   (export (compiler lap-syntaxer)
          linearize-lap
-         bblock-linearize-lap)
+         bblock-linearize-lap
+         add-end-of-block-code!)
   (export (compiler top-level)
-         linearize-lap))
+         linearize-lap
+         initialize-lap-linearizer!))
 
 (define-package (compiler lap-optimizer)
   (files "machines/spectrum/lapopt")
index 5e8a1bde819538b80b55fc7ae395084908a5e214..c730cbea85fc7cd18433f8c166abbe92e4d7dc83 100644 (file)
@@ -1,9 +1,9 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/compiler.pkg,v 1.8 1991/10/18 08:59:29 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/compiler.pkg,v 1.9 1992/05/14 03:05:09 jinx Exp $
 $MC68020-Header: comp.pkg,v 1.30 90/05/03 15:16:59 GMT jinx Exp $
 
-Copyright (c) 1988-91 Massachusetts Institute of Technology
+Copyright (c) 1988-1992 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -620,9 +620,11 @@ MIT in each case. |#
   (parent (compiler lap-syntaxer))
   (export (compiler lap-syntaxer)
          linearize-lap
-         bblock-linearize-lap)
+         bblock-linearize-lap
+         add-end-of-block-code!)
   (export (compiler top-level)
-         linearize-lap))
+         linearize-lap
+         initialize-lap-linearizer!))
 \f
 (define-package (compiler lap-optimizer)
   (files "machines/vax/lapopt")