- Feb 20, 1991
-
-
ram authored
-
- Feb 11, 1991
-
-
ram authored
load eval) so that code that uses them doesn't flame out at meta-compile time.
-
- Feb 04, 1991
-
-
ram authored
-
- Dec 02, 1990
-
-
wlott authored
right package. If we ever actually use the vop attibutes, we will have to figure out some way to have different sets per backend.
-
- Nov 26, 1990
-
-
wlott authored
-
- Nov 13, 1990
-
-
wlott authored
at the runtime info.
-
- Nov 07, 1990
-
-
wlott authored
-
- Nov 03, 1990
-
-
wlott authored
between vms.
-
- Oct 23, 1990
-
-
wlott authored
assembly-routine calls.
-
- Oct 02, 1990
-
-
wlott authored
either the named type structure or any structure type.
-
- Sep 06, 1990
-
-
wlott authored
with an element size other than 1. It doens't matter, 'cause nothing ever gets allocated in the odd fp regs. Added a branch to primitive-type to pick off function types. Also changed primitive type to used defun-cached.
-
- Jul 14, 1990
-
-
wlott authored
assume that all characters can be represented in the immediate-base-char SC.
-
- Jun 17, 1990
-
-
wlott authored
constant-scs.
-
- Jun 16, 1990
-
-
wlott authored
any-reg/descriptor-reg distinctions consistent.
-
- Jun 03, 1990
-
-
ch authored
-
- May 30, 1990
-
-
cvs2git authored
-
- May 23, 1990
-
-
wlott authored
-
- May 19, 1990
-
-
wlott authored
to explicitly wire one of its temps to $L1, otherwise all the regs would get wired sometime or another, which would make it hard to allocate a NFP.
-
- May 09, 1990
-
-
wlott authored
sized things into random-immediate.
-
- May 07, 1990
-
-
wlott authored
stored in descriptor-regs (represented as bignums) also.
-
- May 06, 1990
-
-
wlott authored
other primitive-types to cover signed-byte 32 and unsigned-byte 32. Put all signed-byte 32 and unsigned-byte 32 constants in random-immediates.
-
- Apr 24, 1990
-
-
wlott authored
SC numbers in addition to defining the SCs.
-
- Apr 23, 1990
-
-
wlott authored
-
- Apr 13, 1990
-
-
wlott authored
linkage registers so that copy-more-args can use them instead of possibly trashing argument registers.
-
- Apr 11, 1990
-
-
wlott authored
the new ones. This doesn't matter in the long run, 'cause when Rob finishes the non-descriptor object support, define-move-costs is going away.
-
- Apr 10, 1990
-
-
wlott authored
and control-stack -> non-descriptor-stack.
-
- Apr 05, 1990
-
-
wlott authored
values: the control stack size, the the number stack size. Fixed a bug in sc number allocation. Don't know how it ever worked. Redid all the move costs. Now there is some logic behind them. Speced lisp types for the array primitive types.
-
- Mar 23, 1990
-
-
wlott authored
-
- Mar 12, 1990
-
-
wlott authored
-
- Mar 07, 1990
-
-
wlott authored
(primitive-type 'simple-string) to return T.
-
- Mar 06, 1990
-
-
ch authored
right thing to do though.
-
- Mar 05, 1990
- Feb 26, 1990
-
-
ch authored
Added SAP as a primitive type.
-
- Feb 25, 1990
-
-
ch authored
-
- Feb 24, 1990
-
-
ch authored
-
- Feb 23, 1990
-
-
wlott authored
symbol listed in vm:initial-symbols.
-
- Feb 20, 1990
-
-
wlott authored
-
- Feb 18, 1990
-
-
wlott authored
Put mumble-save-offsets back in, 'cause they are indead used. Changed references to argument-count-offset and argument-pointer-offset to nargs-offset and args-offset to match previous change of constant names.
-
- Feb 17, 1990
-
-
wlott authored
Fixed range of immediates to account for fixnums needing two tag bits. Added FLAGS and ALLOC registers. Moved global state registers (csp, bsp, null, cont, code) into the saved regs, so that call-out to C can be quicker. Changed the name of register offset constants to match the name of the registers. Added list of register argument names.
-