ecl/src/cmp
2024-01-14 12:22:27 +01:00
..
cmpbackend-cxx cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmparray.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmpclos.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmpcond.lsp cmp: better dead code elimination 2023-12-30 13:31:55 +01:00
cmpdefs.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmpenv-api.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +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 cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmpenv-fun.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmpenv-optimize.lsp cmp: refactor cmppolicy (part 3) 2023-02-21 16:16:30 +01:00
cmpenv-proclaim.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmpenv-var.lsp cosmetic: minor fixes to the compiler 2023-11-17 11:21:21 +01:00
cmpform.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +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 cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmplocs.lsp cmp: loc-refers-to-special-p: more precise check for BIND 2023-12-28 12:50:37 +01:00
cmpmain.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +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 cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01: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 cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01: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 cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +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: remove unused bindings 2023-12-28 12:42:39 +01:00
cmppass1-call.lsp cmp: cosmetic changes, elaborate in a comment 2023-12-28 12:42:39 +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 cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +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 cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmppolicy.lsp cmp: refactor cmppolicy (part 3) 2023-02-21 16:16:30 +01:00
cmpprop-array.lsp cmp: move type propagators for arrays to a separate file 2023-09-11 16:54:21 +02:00
cmpprop-num.lsp cmpc: clean up numeric optimizers and propagators 2023-06-06 14:48:58 +02:00
cmpprop.lsp cmp: improve type propagation for (and), (or), (if) and (not) 2023-12-30 12:39:48 +01:00
cmprefs.lsp cmp: LABEL captures the current *UNWIND-PROTECT* as LABEL-DENV 2023-11-25 18:48:59 +01:00
cmpstructures.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmptables.lsp cmp: implement foreign data locations 2023-11-25 18:50:13 +01:00
cmptype-arith.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmptype-assert.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01: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 cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01: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 cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
cmpvar.lsp cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +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: inl: move code around in the cxx backend inliners 2023-12-28 12:46:24 +01:00
proclamations.lsp cmp: fix a few type declarations 2023-12-30 13:31:55 +01:00