- Jul 07, 1992
- Jul 06, 1992
-
-
ram authored
-
- Jul 03, 1992
-
-
wlott authored
no idea what they should be changed to under mach 3.0.
-
- Jun 28, 1992
-
-
wlott authored
-
- Jun 27, 1992
- Jun 25, 1992
-
-
wlott authored
-
- Jun 24, 1992
- Jun 23, 1992
- Jun 22, 1992
-
-
wlott authored
-
wlott authored
-
wlott authored
reversed on the hp.
-
wlott authored
because that is what it is supposed to return after the package is fed to DELETE-PACKAGE.
-
wlott authored
when the back-patch emitter function is called. This happens when the emitter function uses the inst macro to emit instructions that normally want to be back-patched.
-
wlott authored
-
wlott authored
-
hallgren authored
breakpoints at a location are deactivated and then at least one is activated within the hook functions.
-
- Jun 18, 1992
-
-
wlott authored
-
- Jun 15, 1992
-
-
wlott authored
-
- Jun 14, 1992
-
-
wlott authored
print an atomic version of the structure (just its type and address) if the depth is below *PRINT-LEVEL*. Also, use DESCEND-INTO in the non-pretty case to parallel the DESCEND-INTO inside the PPRINT-LOGICAL-BLOCK in the pretty case.
-
wlott authored
-
wlott authored
for circularity now that OUTPUT-OBJECT does it for us. This is still not totally correct, but the lossage is less obtrusive.
-
wlott authored
now does all circularity detection and DESCEND-INTO only does depth abbreviation. Also OUTPUT-STRUCTURE no longer descends into the object, under the assumption that the structure printer will either actually check the depth argument or use PPRINT-LOGICAL-BLOCK or DESCEND-INTO.
-
- Jun 13, 1992
- Jun 12, 1992
-
-
wlott authored
6/3/92 to 6/12/92
-
wlott authored
-
wlott authored
a nested use of ASSEMBLE and have variable scoped in the outside ASSEMBLE. Also, only bind *current-segment* and *current-vop* if they were supplied. Added a :vop-var option to DEFINE-INSTRUCTION so you can use the assemble (and inst) macro inside instruction emitters. Fixed DEFINE-INSTRUCTION-MACRO to enter the expander under the symbol's name instead of the symbol itself, because that is what we look for.
-
wlott authored
before doing the read instead of binding *features* to (backend-features *backend*) for the duration of the compile. This way, the compiler can use (backend-featurep :foo) to tell how to compile, and cross compilers can be compiled correctly with respect to #+foo.
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
-
- Jun 10, 1992
-
-
ram authored
a deleted function or a delete-p block.
-
- Jun 09, 1992
-
-
wlott authored
-