ecl/src/cmp
2025-11-21 19:08:14 +01:00
..
cmpbackend-cxx c2tagbody-body: fix a regression when processing intermediate tag 2025-11-17 10:39:45 +01:00
cmparray.lsp cmp: allow for storing type definitions in the compiler environment 2025-07-19 16:31:55 +02:00
cmpclos.lsp cmp: allow for storing type definitions in the compiler environment 2025-07-19 16:31:55 +02:00
cmpcond.lsp cmp: better dead code elimination 2023-12-30 13:31:55 +01:00
cmpdefs.lsp cmp: easier cross-compilation of user code 2025-11-21 19:08:14 +01:00
cmpenv-api.lsp cmp: easier cross-compilation of user code 2025-11-21 19:08:14 +01:00
cmpenv-declaim.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmpenv-declare.lsp cmp: easier cross-compilation of user code 2025-11-21 19:08:14 +01:00
cmpenv-fun.lsp bytecmp: implement flat closures 2025-03-27 22:45:34 +01:00
cmpenv-optimize.lsp cmp: faster function calls for functions with fixed number of arguments 2024-03-24 14:39:38 +01:00
cmpenv-proclaim.lsp deftype: implement &environment parameters 2025-04-08 21:57:53 +02:00
cmpenv-var.lsp cosmetic: minor fixes to the compiler 2023-11-17 11:21:21 +01:00
cmpform.lsp cmp: fix constant folding 2025-11-15 16:52:31 +01:00
cmpfun.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmpglobals.lsp cmp: easier cross-compilation of user code 2025-11-21 19:08:14 +01:00
cmplocs.lsp cmp: allow for storing type definitions in the compiler environment 2025-07-19 16:31:55 +02:00
cmpmain.lsp cmp: warn for unsupported cross compilation configurations 2025-11-21 19:08:14 +01:00
cmpmap.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmpname.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmpopt-clos.lsp cmp: allow for storing type definitions in the compiler environment 2025-07-19 16:31:55 +02:00
cmpopt-cons.lsp cmp: cmpopt-cons: remove expand-simple-optimizer (rplaca, rplacd) 2023-09-25 14:35:14 +02:00
cmpopt-constant.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmpopt-num.lsp cmp: inl: remove dead (and invalid!) code 2023-12-28 12:46:24 +01:00
cmpopt-sequence.lsp cmp: allow for storing type definitions in the compiler environment 2025-07-19 16:31:55 +02:00
cmpopt-type.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmpopt.lsp cmp: easier cross-compilation of user code 2025-11-21 19:08:14 +01:00
cmpos-features.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmpos-run.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmppackage.lsp cmp: easier cross-compilation of user code 2025-11-21 19:08:14 +01:00
cmppass1-call.lsp bytecmp: implement flat closures 2025-03-27 22:45:34 +01:00
cmppass1-cont.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmppass1-data.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmppass1-eval.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmppass1-ffi.lsp cmp: cleanup: rename REP-TYPE to HOST-TYPE 2024-01-26 12:07:20 +01:00
cmppass1-fun.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmppass1-special.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmppass1-top.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmppass1-var.lsp cmp: cleanup: rename REP-TYPE to HOST-TYPE 2024-01-26 12:07:20 +01:00
cmppolicy.lsp cmp: refactor cmppolicy (part 3) 2023-02-21 16:16:30 +01:00
cmpprop-array.lsp deftype: implement &environment parameters 2025-04-08 21:57:53 +02:00
cmpprop-num.lsp cmp: allow for storing type definitions in the compiler environment 2025-07-19 16:31:55 +02:00
cmpprop.lsp cmp: allow for storing type definitions in the compiler environment 2025-07-19 16:31:55 +02:00
cmprefs.lsp cmp: faster function calls for functions with fixed number of arguments 2024-03-24 14:39:38 +01:00
cmpstructures.lsp cmp: allow for storing type definitions in the compiler environment 2025-07-19 16:31:55 +02:00
cmptables.lsp cmp: fix bug for calls to local functions with more arguments than c-arguments-limits 2025-04-05 22:14:17 +02:00
cmptype-arith.lsp subtypep: rebind type variables with a macro WITH-TYPE-DATABASE 2025-08-27 10:46:58 +02:00
cmptype-assert.lsp cmp: allow for storing type definitions in the compiler environment 2025-07-19 16:31:55 +02:00
cmptype-prop.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmptype.lsp cmp: allow for storing type definitions in the compiler environment 2025-07-19 16:31:55 +02:00
cmptypes.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmputil.lsp cmp: easier cross-compilation of user code 2025-11-21 19:08:14 +01:00
cmpvar.lsp cmp: rename predicates to conform to the common style 2024-01-26 12:07:20 +01:00
defsys.lsp.in The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
load.lsp.in cmp: easier cross-compilation of user code 2025-11-21 19:08:14 +01:00
proclamations.lsp streams: implement new interfaces for unreading and peeking bytes 2025-08-11 10:01:37 +02:00