| .. |
|
cmparray.lsp
|
Simplifed MAKE-ARRAY. Deactivated the old garbage collector. New optimizers for MAKE-ARRAY and VECTOR-PUSH*. Declarations are now held in *cmp-env* instead of in global variables.
|
2008-05-18 20:08:39 +00:00 |
|
cmpbind.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |
|
cmpblock.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |
|
cmpcall.lsp
|
Fixed typos in compiler messages
|
2008-09-04 21:13:50 +00:00 |
|
cmpcatch.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |
|
cmpcbk.lsp
|
Fix ffi to work with new call stacks
|
2008-05-14 08:14:26 +00:00 |
|
cmpclos.lsp
|
Merged in changes from sealed_slot branch
|
2008-05-09 09:48:29 +00:00 |
|
cmpct.lsp
|
Added support for long double types in the compiler
|
2008-08-02 18:30:48 +00:00 |
|
cmpdefs.lsp
|
Changes to the MSVC build process and flags (M. Haggag)
|
2008-09-17 08:00:12 +00:00 |
|
cmpenv.lsp
|
FTYPE now accepts user defined function types (Josh Elsasser)
|
2008-09-12 22:45:06 +00:00 |
|
cmpeval.lsp
|
Reuse code for long function calls
|
2008-06-28 18:14:00 +00:00 |
|
cmpexit.lsp
|
The temporary destination is a function of the _final_ destination, not of the origin of the value.
|
2008-05-19 10:48:28 +00:00 |
|
cmpffi.lsp
|
Fixed typo
|
2008-09-04 22:04:41 +00:00 |
|
cmpflet.lsp
|
Improved computation of closures
|
2008-08-02 15:23:25 +00:00 |
|
cmpfun.lsp
|
Simplifed MAKE-ARRAY. Deactivated the old garbage collector. New optimizers for MAKE-ARRAY and VECTOR-PUSH*. Declarations are now held in *cmp-env* instead of in global variables.
|
2008-05-18 20:08:39 +00:00 |
|
cmpif.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |
|
cmpinit.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |
|
cmpinline.lsp
|
Merged in changes from sealed_slot branch
|
2008-05-09 09:48:29 +00:00 |
|
cmplam.lsp
|
Simplifed MAKE-ARRAY. Deactivated the old garbage collector. New optimizers for MAKE-ARRAY and VECTOR-PUSH*. Declarations are now held in *cmp-env* instead of in global variables.
|
2008-05-18 20:08:39 +00:00 |
|
cmplet.lsp
|
Implemented compiler conditions
|
2008-08-19 21:58:37 +00:00 |
|
cmploc.lsp
|
Added support for long double types in the compiler
|
2008-08-02 18:30:48 +00:00 |
|
cmpmac.lsp
|
Simplifed MAKE-ARRAY. Deactivated the old garbage collector. New optimizers for MAKE-ARRAY and VECTOR-PUSH*. Declarations are now held in *cmp-env* instead of in global variables.
|
2008-05-18 20:08:39 +00:00 |
|
cmpmain.lsp
|
A empty file was created by COMPILE and not deleted
|
2008-09-14 09:17:53 +00:00 |
|
cmpmap.lsp
|
Fixed optimization of MAPL and MAPC: output value was wrong.
|
2008-06-23 20:39:26 +00:00 |
|
cmpmulti.lsp
|
Merged the new function call code
|
2008-02-16 10:28:32 +00:00 |
|
cmpname.lsp
|
Always use unique names for object files.
|
2008-09-13 20:06:55 +00:00 |
|
cmpnum.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |
|
cmpopt.lsp
|
Implemented compiler conditions
|
2008-08-19 21:58:37 +00:00 |
|
cmpspecial.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |
|
cmpstack.lsp
|
Speed up calling unknown functions by having a local frame that we reuse
|
2008-06-29 00:32:48 +00:00 |
|
cmpstructures.lsp
|
Merged in changes from sealed_slot branch
|
2008-05-09 09:48:29 +00:00 |
|
cmptag.lsp
|
Reorganize TAGBODY and PROGN so that unused statements can be eliminated.
|
2008-05-30 12:28:29 +00:00 |
|
cmptest.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |
|
cmptop.lsp
|
Only three variables *COMPILE-PRINT*, *COMPILE-VERBOSE* and *SUPPRESS-COMPILER-MESSAGES* to govern information printed by COMPILE-FILE/COMPILE
|
2008-08-21 19:44:47 +00:00 |
|
cmptype.lsp
|
Fixed typos in compiler messages
|
2008-09-04 21:13:50 +00:00 |
|
cmputil.lsp
|
COMPILER-UNDEFINED-VARIABLE has to be of type STYLE-WARNING
|
2008-08-24 00:12:20 +00:00 |
|
cmpvar.lsp
|
The compiler function C1BODY no longer simplifies types in type declarations, but keeps the information so that OPTIONAL-CHECK-TYPE can use it.
|
2008-05-12 08:18:43 +00:00 |
|
cmpwt.lsp
|
Implemented compiler conditions
|
2008-08-19 21:58:37 +00:00 |
|
defsys.lsp.in
|
Merge NEW_COMPILER 25.05.03
|
2003-05-26 09:49:50 +00:00 |
|
load.lsp.in
|
Simplifed MAKE-ARRAY. Deactivated the old garbage collector. New optimizers for MAKE-ARRAY and VECTOR-PUSH*. Declarations are now held in *cmp-env* instead of in global variables.
|
2008-05-18 20:08:39 +00:00 |
|
sysfun.lsp
|
Fixed optimizer to work with Unicode
|
2008-05-30 12:39:31 +00:00 |
|
test.lsp
|
Emacs modelines for better editing
|
2008-02-02 19:14:05 +00:00 |