- May 25, 1990
-
-
wlott authored
-
- May 24, 1990
-
-
ch authored
-
wlott authored
%initial-function uses this.
-
wlott authored
frames and preserve the frame pointer. Backtrace now gives a complete backtrace, not just from the last sigcontext.
-
ram authored
to be a right shift amount.
-
ram authored
isn't any. Also, changed more of the *LAST-xxx variables to be invalidated with '#(invalid) to consistently eliminate any problems with NIL being a legal value.
-
ram authored
specifier when printing it.
-
ram authored
when there are stack args.
-
wlott authored
cause the args reg is going away.
-
wlott authored
-
wlott authored
version of them...
-
wlott authored
will work. Fixed the lifetime of the return-pc tn so that assembly routines can spec a tn in that register that doesn't conflict.
-
- May 23, 1990
-
-
wlott authored
-
wlott authored
-
ch authored
-
ch authored
-
ram authored
types do intersect. The old code was correct, but missed some opportunities.
-
ram authored
-
wlott authored
-
wlott authored
-
wlott authored
Wrapped an eval-when around undefined-function, 'cause there is no reason to generate a vop for it.
-
wlott authored
-
wlott authored
start at the header, not the data.
-
wlott authored
copy-to-system-area, copy-from-system-area, and system-area-copy.
-
wlott authored
buggy, and didn't buy much. Added a facility to specify :translate or other vop options. Added a trace-file option to assemble-file.
-
- May 22, 1990
- May 21, 1990
-
-
ram authored
dick with the assembler code.
-
ram authored
VALID-FUNCTION-USE is unable to determine the whether the template applies. If the VOP operand is unrestrictive, but we know it is of an unknown type, then the type-operation will fail but the template can still be selected, since PRIMITIVE-TYPE isn't fooled.
-
ram authored
NIL. Also, improved the function description to make the return values clearer.
-
- May 19, 1990
-
-
wlott authored
left available for the NFP.
-
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.
-
wlott authored
the output is not quite as verbose.
-
wlott authored
of args, 'cause that's where they are now. Changed tail-call-variable so that the args pointer is no longer restricted to the ARGS register, 'cause the new call convention makes no such requirement.
-
wlott authored
-
- May 18, 1990