- Mar 21, 1998
-
-
dtc authored
-
- Dec 18, 1997
-
-
dtc authored
arrays; the number of bits is 128 in this case not (integer 1 64).
-
- Nov 01, 1997
-
-
dtc authored
types. Adds storage classes to the backend for these so they can be stored in registers or on the stack without consing; new primitive types etc. Also adds (simple-array (complex {single,double}-float)) array types to avoid consing and speed vectors operations. All these changes are conditional on the :complex-float feature. More work is needed to exploit these changes: improving the type dispatch in the various function; maybe compiler transforms or more VOPs to handle common functions inline.
-
- Apr 01, 1997
-
-
dtc authored
(signed-byte 16), (signed-byte 30), (signed-byte 32). These patches include the general support and the x86 backend support; more to follow. The important changes are conditional on the :signed-array feature so shouldn't affect the source without this feature. This work has been driven by Raymond Toy.
-
- Feb 23, 1997
-
-
dtc authored
performance improvements, realp test was overkill as it must be a fixnum.
-
- Feb 22, 1997
-
-
pw authored
-
- Oct 31, 1994
-
-
ram authored
-
- Sep 29, 1994
-
-
ram authored
dimension (hence having no elements whatsoever.)
-
- Feb 11, 1994
-
-
cvs2git authored
-
- Aug 06, 1993
-
-
ram authored
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Dec 10, 1992
-
-
ram authored
-
- Mar 24, 1992
-
-
phg authored
were not created with :adjustable non-nil to be adjusted to new dimensions. Adjustable-array-p has been updated to ANSI standards. It returns T if adjust ADJUST-ARRAY would return an EQ array.
-
- Dec 02, 1991
-
-
ram authored
correct type.
-
- Nov 09, 1991
-
-
wlott authored
-
- Jun 05, 1991
-
-
wlott authored
of sequence, not just lists. Fixed vector-push and vector-push-extend to return the original fill pointer, not the new fill pointer. Fixed vector-pop to return the value indexed by the new fill pointer, not the original fill pointer.
-
- May 28, 1991
-
-
ram authored
checking will happen correctly, and backtrace will show the right value.
-
- May 08, 1991
-
-
ram authored
%APPLY-SVSET.
-
- Apr 24, 1991
-
-
ram authored
and also correctly handles multi-level displacement. Made SVREF, et al, safe so that bounds checking is done.
-
- Feb 08, 1991
-
-
ram authored
-
- Jan 14, 1991
-
-
wlott authored
-
- Jan 13, 1991
-
-
ram authored
simple-bit-vector arguments.
-
- Dec 12, 1990
-
-
wlott authored
supplies a type of *.
-
- Nov 10, 1990
-
-
wlott authored
to the magic function by the same name.
-
- Oct 03, 1990
-
-
wlott authored
-
- Aug 24, 1990
-
-
wlott authored
-
- May 30, 1990
-
-
cvs2git authored
-
- Mar 05, 1990
-
-
cvs2git authored
-
- Feb 22, 1990
-
-
ram authored
Fixed bug introduced by ...array.lisp, 02-Jan-90 11:32:12, Edit by Chiles. Cleaned up some code around zapping array elements. /usr1/lisp/ncode/array.lisp, 02-Jan-90 11:32:12, Edit by Chiles. Fixed a bug in ADJUST-ARRAY added when we updated it to adhere to the new standard with respect to the :fill-pointer argument. /usr1/lisp/ncode/array.lisp, 04-Dec-89 17:30:21, Edit by Chiles. Fixed BIT-ARRAY-SAME-DIMENSIONS-P to correctly loop over the dimension slots of the array header.
-
- Feb 06, 1990
-
-
ram authored
-