- Apr 25, 1997
-
-
dtc authored
inconsistencies which showed up on the x86 port.
-
- Apr 23, 1997
-
-
dtc authored
which was causing trouble on the Ultra sparc; rough patch for now.
-
- Apr 21, 1997
-
-
dtc authored
the error type and register were being placed in the trap instruction which breaks on later sparcs.
-
- Apr 16, 1997
-
-
dtc authored
fix.
-
- Apr 02, 1997
- Dec 14, 1995
-
-
ram authored
semantically they are always signed. If for some reason we are moving a negative fixnum to an unsigned reg, we presumably know what we are doing.
-
- Nov 02, 1994
-
-
ram authored
open-coded.
-
- Oct 31, 1994
-
-
ram authored
-
- Oct 24, 1994
- Feb 11, 1994
-
-
cvs2git authored
-
- Dec 02, 1993
-
-
wlott authored
-
- Oct 07, 1993
-
-
wlott authored
-
- Jul 20, 1993
-
-
wlott authored
unsupplied value to nil if more then 6 values where supplied.
-
- May 25, 1993
-
-
wlott authored
-
- May 04, 1993
- Apr 01, 1993
- Mar 16, 1993
- Mar 01, 1993
- Feb 08, 1993
-
-
hallgren authored
define-instruction-macro.
-
- Feb 07, 1993
-
-
wlott authored
memory in a descriptor register, which would confuse the garbage collector if this value was still around.
-
- Jan 15, 1993
-
-
wlott authored
accessed via %primitive.
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Dec 17, 1992
- Dec 16, 1992
- Dec 13, 1992
-
-
wlott authored
which are used by (the new) vm-ir2tran to do the stuff that was previously handled by define-for-each-primitive-object. Added set, closure-ref, closure-init, value-cell-ref, and value-cell-set because the compiler expects those vops to exist.
-
wlott authored
do the allocations that were previously handled by define-for-each-primitive-object. Added make-closure and make-value-cell because the compiler really wants vops to exist for them.
-