- May 23, 1990
-
-
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
-
-
ch authored
-
wlott authored
the extra shifting itself. Added gcd and lcm static functions.
-
wlott authored
-
wlott authored
Added allocate-system-memory and deallocate-system-memory to the system package.
-
wlott authored
myself. Changed get-header-data to treat the header data as unsigned.
-
wlott authored
-
wlott authored
-
- May 17, 1990
-
-
ram authored
are avaliable to the new compiler.
-
ram authored
some weird TYPE-CHECK annotation. This prevents us from trashing type check generation.
-
ram authored
(i.e. COMMON). Also, we don't preserve the original check just because there was some supertype predicate.
-
ram authored
the control flow to a simple loop. Changed PROCESS-FORM to bind *CURRENT-PATH* to the source path for the current form, if any. This is necessary to preserve the most specific source path info, now that we expand macros in preprocessing.
-
ram authored
-
ram authored
no known path.
-
ram authored
possible context form, not just enclosing forms.
-
- May 16, 1990
-
-
wlott authored
-
ram authored
so that we won't lose if we try to print structures after compiling XP.
-
ram authored
-
ram authored
will actually get called.
-
ram authored
straightfoward code (from the compiler's point of view.) Previously we returned T or NIL, rather than the correct tail of the list.
-
ram authored
and not try to test "result types" if the template is conditional but not in a conditional context.
-