- Jan 10, 1998
-
-
dtc authored
element type rather than a possibly more specific declared element type. When there is only a single use of the continuation the type is also asserted to be the declared element type. This can pickup errors such as reading an uninitialised element type is not of the declared type.
-
- Jan 09, 1998
-
-
dtc authored
is not a subtype of the element-type. According to ANSI CL the result of accessing uninitialised elements is undefined, and currently in CMUCL it can cause problems not detect in safe code when the default element not a subtype of the element-type - at least a compiler note is generated now.
-
- 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.
-
- Aug 24, 1997
-
-
dtc authored
which the result can be determined from the argument type. This stops compiler warning messages produced by the with-array-data macro when the array is known not to be a subtype of (simple-array * (*)).
-
- 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.
-
- Oct 31, 1994
-
-
ram authored
-
- Feb 11, 1994
-
-
cvs2git authored
-
- Aug 25, 1993
-
-
ram authored
-
- May 12, 1993
-
-
ram authored
not sure yet.
-
- May 11, 1993
-
-
ram authored
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Nov 12, 1991
-
-
ram authored
-
- Nov 09, 1991
- Jun 05, 1991
-
-
wlott authored
if the created array is known to be simple. Otherwise, someone might adjust it, which would cause the type to be wrong.
-
- Apr 24, 1991
-
-
ram authored
-
- Feb 20, 1991
-
-
ram authored
-
- Jan 14, 1991
-
-
ram authored
-
- Jan 13, 1991
-
-
ram authored
Added transform for VECTOR-LENGTH that returns the constant result when the type has specified dimensions.
-
- Nov 23, 1990
-
-
wlott authored
much as possible instead of relying on (nonexistent) optimizers to simpilfy it later down the line. Also fixed a spelling error.
-
- Nov 16, 1990
-
-
wlott authored
it wasn't a constant. Ooops.
-
- Nov 13, 1990
-
-
wlott authored
optimizer.
-
- Nov 10, 1990