- Feb 25, 1992
- Jan 31, 1992
-
-
ram authored
-
- Jan 16, 1992
-
-
ram authored
-
- Jan 15, 1992
-
-
ram authored
-
- Jan 14, 1992
- Jan 10, 1992
-
-
ram authored
must be FIXNUM (when with :SAFE VOPs need not be proven type, only asserted.) Added GENERIC-EQL/FIXNUM VOPs (with higher costs) to prevent spurious representation number-consing when a fixnum and a word-integer are compared (e.g. in ZEROP.)
-
- Dec 08, 1991
-
-
wlott authored
-
- Nov 26, 1991
-
-
wlott authored
-
- Nov 15, 1991
-
-
ram authored
-
- Nov 11, 1991
-
-
ram authored
-
- Nov 09, 1991
- Nov 08, 1991
-
-
ram authored
for representation selection's benefit.
-
- Nov 05, 1991
- Oct 31, 1991
-
-
wlott authored
CHECK-LIST instead of branching off to elsewhere code that does an unconditional break. This should help reduce the size of SPARC cores.
-
- Oct 24, 1991
-
-
ram authored
the float is already on the nstack.
-
- Oct 05, 1991
-
-
wlott authored
with mach.
-
- Sep 18, 1991
- Aug 31, 1991
-
-
wlott authored
in save/restore-dynamic-state.
-
- Aug 04, 1991
- Jul 19, 1991
-
-
ram authored
transform for %unary-round on floats.
-
- May 24, 1991
- May 16, 1991
-
-
ram authored
value of the new NFP was loaded.
-
- May 04, 1991
-
-
wlott authored
wouldn't clear the extra bits if the bit offset into the word was 0. In actuality, this didn't matter, because this vop was never used. Even if the index was a constant, it got fed through check-bounds, so it was no longer a constant when it showed up at data-vector-ref.
-
- Apr 21, 1991
-
-
wlott authored
instead of the number of words needed, because the value is passed directly through to allocate-number-stack-space, which wants bytes.
-
- Apr 17, 1991
-
-
wlott authored
read macro to return incorrect bit-vectors.
-
- Apr 09, 1991
-
-
wlott authored
set, and deftransform the rest. Added VOPs for shift-towards-{start,end}.
-
- Apr 03, 1991
-
-
wlott authored
-
- Mar 23, 1991
-
-
wlott authored
-