CMUCL commit: intl-branch src/compiler/x86 (7 files)
Raymond Toy
rtoy at common-lisp.net
Fri Mar 19 13:48:38 CET 2010
Date: Friday, March 19, 2010 @ 08:48:37
Author: rtoy
Path: /project/cmucl/cvsroot/src/compiler/x86
Tag: intl-branch
Modified: float-sse2.lisp sse2-array.lisp sse2-c-call.lisp sse2-sap.lisp
x87-array.lisp x87-c-call.lisp x87-sap.lisp
Put the x87 and sse2 specific stuff into separate text domains since
these files aren't always compiled.
------------------+
float-sse2.lisp | 4 ++--
sse2-array.lisp | 4 ++--
sse2-c-call.lisp | 4 ++--
sse2-sap.lisp | 4 ++--
x87-array.lisp | 4 ++--
x87-c-call.lisp | 4 ++--
x87-sap.lisp | 4 ++--
7 files changed, 14 insertions(+), 14 deletions(-)
Index: src/compiler/x86/float-sse2.lisp
diff -u src/compiler/x86/float-sse2.lisp:1.10.4.3 src/compiler/x86/float-sse2.lisp:1.10.4.4
--- src/compiler/x86/float-sse2.lisp:1.10.4.3 Fri Feb 26 10:44:30 2010
+++ src/compiler/x86/float-sse2.lisp Fri Mar 19 08:48:37 2010
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group at cs.cmu.edu.
;;;
(ext:file-comment
- "$Header: /project/cmucl/cvsroot/src/compiler/x86/float-sse2.lisp,v 1.10.4.3 2010-02-26 15:44:30 rtoy Exp $")
+ "$Header: /project/cmucl/cvsroot/src/compiler/x86/float-sse2.lisp,v 1.10.4.4 2010-03-19 12:48:37 rtoy Exp $")
;;;
;;; **********************************************************************
;;;
@@ -15,7 +15,7 @@
;;;
(in-package :x86)
-(intl:textdomain "cmucl-x86-vm")
+(intl:textdomain "cmucl-sse2")
;;; Popping the FP stack.
;;;
Index: src/compiler/x86/sse2-array.lisp
diff -u src/compiler/x86/sse2-array.lisp:1.2.18.1 src/compiler/x86/sse2-array.lisp:1.2.18.2
--- src/compiler/x86/sse2-array.lisp:1.2.18.1 Mon Feb 8 12:15:52 2010
+++ src/compiler/x86/sse2-array.lisp Fri Mar 19 08:48:37 2010
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group at cs.cmu.edu.
;;;
(ext:file-comment
- "$Header: /project/cmucl/cvsroot/src/compiler/x86/sse2-array.lisp,v 1.2.18.1 2010-02-08 17:15:52 rtoy Exp $")
+ "$Header: /project/cmucl/cvsroot/src/compiler/x86/sse2-array.lisp,v 1.2.18.2 2010-03-19 12:48:37 rtoy Exp $")
;;;
;;; **********************************************************************
;;;
@@ -15,7 +15,7 @@
;;;
(in-package :x86)
-(intl:textdomain "cmucl")
+(intl:textdomain "cmucl-sse2")
(macrolet
((frob (type move copy scale)
Index: src/compiler/x86/sse2-c-call.lisp
diff -u src/compiler/x86/sse2-c-call.lisp:1.2.18.1 src/compiler/x86/sse2-c-call.lisp:1.2.18.2
--- src/compiler/x86/sse2-c-call.lisp:1.2.18.1 Mon Feb 8 12:15:52 2010
+++ src/compiler/x86/sse2-c-call.lisp Fri Mar 19 08:48:37 2010
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group at cs.cmu.edu.
;;;
(ext:file-comment
- "$Header: /project/cmucl/cvsroot/src/compiler/x86/sse2-c-call.lisp,v 1.2.18.1 2010-02-08 17:15:52 rtoy Exp $")
+ "$Header: /project/cmucl/cvsroot/src/compiler/x86/sse2-c-call.lisp,v 1.2.18.2 2010-03-19 12:48:37 rtoy Exp $")
;;;
;;; **********************************************************************
;;;
@@ -18,7 +18,7 @@
(in-package :x86)
(use-package :alien)
(use-package :alien-internals)
-(intl:textdomain "cmucl")
+(intl:textdomain "cmucl-sse2")
;; Note: other parts of the compiler depend on vops having exactly
;; these names. Don't change them, unless you also change the other
Index: src/compiler/x86/sse2-sap.lisp
diff -u src/compiler/x86/sse2-sap.lisp:1.2.18.1 src/compiler/x86/sse2-sap.lisp:1.2.18.2
--- src/compiler/x86/sse2-sap.lisp:1.2.18.1 Mon Feb 8 12:15:52 2010
+++ src/compiler/x86/sse2-sap.lisp Fri Mar 19 08:48:37 2010
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group at cs.cmu.edu.
;;;
(ext:file-comment
- "$Header: /project/cmucl/cvsroot/src/compiler/x86/sse2-sap.lisp,v 1.2.18.1 2010-02-08 17:15:52 rtoy Exp $")
+ "$Header: /project/cmucl/cvsroot/src/compiler/x86/sse2-sap.lisp,v 1.2.18.2 2010-03-19 12:48:37 rtoy Exp $")
;;;
;;; **********************************************************************
;;;
@@ -15,7 +15,7 @@
;;;
(in-package :x86)
-(intl:textdomain "cmucl")
+(intl:textdomain "cmucl-sse2")
(macrolet
((frob (name type inst)
Index: src/compiler/x86/x87-array.lisp
diff -u src/compiler/x86/x87-array.lisp:1.2.18.1 src/compiler/x86/x87-array.lisp:1.2.18.2
--- src/compiler/x86/x87-array.lisp:1.2.18.1 Mon Feb 8 12:15:52 2010
+++ src/compiler/x86/x87-array.lisp Fri Mar 19 08:48:37 2010
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group at cs.cmu.edu.
;;;
(ext:file-comment
- "$Header: /project/cmucl/cvsroot/src/compiler/x86/x87-array.lisp,v 1.2.18.1 2010-02-08 17:15:52 rtoy Exp $")
+ "$Header: /project/cmucl/cvsroot/src/compiler/x86/x87-array.lisp,v 1.2.18.2 2010-03-19 12:48:37 rtoy Exp $")
;;;
;;; **********************************************************************
;;;
@@ -17,7 +17,7 @@
;;;
(in-package :x86)
-(intl:textdomain "cmucl")
+(intl:textdomain "cmucl-x87")
(define-vop (data-vector-ref/simple-array-single-float)
(:note "inline array access")
Index: src/compiler/x86/x87-c-call.lisp
diff -u src/compiler/x86/x87-c-call.lisp:1.2.18.1 src/compiler/x86/x87-c-call.lisp:1.2.18.2
--- src/compiler/x86/x87-c-call.lisp:1.2.18.1 Mon Feb 8 12:15:52 2010
+++ src/compiler/x86/x87-c-call.lisp Fri Mar 19 08:48:37 2010
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group at cs.cmu.edu.
;;;
(ext:file-comment
- "$Header: /project/cmucl/cvsroot/src/compiler/x86/x87-c-call.lisp,v 1.2.18.1 2010-02-08 17:15:52 rtoy Exp $")
+ "$Header: /project/cmucl/cvsroot/src/compiler/x86/x87-c-call.lisp,v 1.2.18.2 2010-03-19 12:48:37 rtoy Exp $")
;;;
;;; **********************************************************************
;;;
@@ -18,7 +18,7 @@
(in-package :x86)
(use-package :alien)
(use-package :alien-internals)
-(intl:textdomain "cmucl")
+(intl:textdomain "cmucl-x87")
;; Note: other parts of the compiler depend on vops having exactly
;; these names. Don't change them, unless you also change the other
Index: src/compiler/x86/x87-sap.lisp
diff -u src/compiler/x86/x87-sap.lisp:1.2.18.1 src/compiler/x86/x87-sap.lisp:1.2.18.2
--- src/compiler/x86/x87-sap.lisp:1.2.18.1 Mon Feb 8 12:15:52 2010
+++ src/compiler/x86/x87-sap.lisp Fri Mar 19 08:48:37 2010
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group at cs.cmu.edu.
;;;
(ext:file-comment
- "$Header: /project/cmucl/cvsroot/src/compiler/x86/x87-sap.lisp,v 1.2.18.1 2010-02-08 17:15:52 rtoy Exp $")
+ "$Header: /project/cmucl/cvsroot/src/compiler/x86/x87-sap.lisp,v 1.2.18.2 2010-03-19 12:48:37 rtoy Exp $")
;;;
;;; **********************************************************************
;;;
@@ -15,7 +15,7 @@
;;;
(in-package :x86)
-(intl:textdomain "cmucl")
+(intl:textdomain "cmucl-x87")
;;; Sap-Ref-Double
(define-vop (sap-ref-double)
More information about the cmucl-commit
mailing list