ecl/src/cmp
Marius Gerbershagen d7330ae762 cmp: fix inline expansion of princ
Has to return the object to be printed.
2023-08-03 15:13:30 +02:00
..
cmpbackend-cxx cmp: fix inline expansion of princ 2023-08-03 15:13:30 +02:00
cmparray.lsp cmp: don't USE the package EXT 2023-02-21 14:34:11 +01:00
cmpclos.lsp The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
cmpcond.lsp cmp: move all conditions to a separate file 2023-02-21 14:34:11 +01:00
cmpdefs.lsp cmp: introduce new variables for linker flags 2022-08-24 16:38:20 +02:00
cmpenv-api.lsp cmp: cleanup to avoid some forward-references 2023-02-21 16:16:30 +01:00
cmpenv-declaim.lsp cmp: rename env functions to comply to other naming conventions 2023-02-21 14:34:11 +01:00
cmpenv-declare.lsp cmp: refactor cmppolicy (part 1) 2023-02-21 16:16:30 +01:00
cmpenv-fun.lsp cmp: move set-closure-env from cmpenv-api to cmpenv-fun 2023-02-21 14:34:11 +01:00
cmpenv-optimize.lsp cmp: refactor cmppolicy (part 3) 2023-02-21 16:16:30 +01:00
cmpenv-proclaim.lsp cmpc: move sysfun to the cxx backend 2023-06-11 10:40:18 +02:00
cmpenv-var.lsp cmp: move env-related operators from cmpvar to cmpenv-var 2023-02-21 14:34:11 +01:00
cmpform.lsp cmpc: move constant and inlining c/c++ optimizations 2023-06-06 14:48:58 +02:00
cmpfun.lsp cmpc: move constant and inlining c/c++ optimizations 2023-06-06 14:48:58 +02:00
cmpglobals.lsp cmpc: move variables related to code generation to the backend 2023-06-06 14:48:58 +02:00
cmplocs.lsp cmp: move locations and representations into separate files 2023-02-21 16:16:27 +01:00
cmpmain.lsp cmp: disassemble: fix a regression 2023-06-27 09:18:02 +02:00
cmpmap.lsp cmp: don't USE the package EXT 2023-02-21 14:34:11 +01:00
cmpname.lsp cosmetic: fix some compiler warnings 2020-04-29 20:35:37 +02:00
cmpopt-clos.lsp cmp: refactor: cosmetic cmpopt-clos fixes 2017-04-28 11:24:47 +02:00
cmpopt-cons.lsp cmp: minor changes to optimizations for car/cdr 2023-06-25 15:53:40 +02:00
cmpopt-constant.lsp cmp: refactor: qualify package of *-prop interface 2017-04-28 11:48:15 +02:00
cmpopt-num.lsp cmpc: clean up numeric optimizers and propagators 2023-06-06 14:48:58 +02:00
cmpopt-sequence.lsp cmp: don't USE the package EXT 2023-02-21 14:34:11 +01:00
cmpopt-type.lsp cmp: cleanup to avoid some forward-references 2023-02-21 16:16:30 +01:00
cmpopt.lsp cmp: fix errors in handling compound function types 2023-06-18 13:08:12 +02:00
cmpos-features.lsp cosmetic: cmp: declare unused variables as ignored 2023-02-21 14:34:11 +01:00
cmpos-run.lsp cmp: major cleanup, separate passes 2021-07-01 14:11:33 +02:00
cmppackage.lsp cmp: don't USE the package EXT 2023-02-21 14:34:11 +01:00
cmppass1-call.lsp cosmetic: update headers 2023-06-11 10:40:21 +02:00
cmppass1-cont.lsp cmp: return-from: fix a problem where block-name was never used 2023-05-24 15:49:06 +02:00
cmppass1-data.lsp cmp: add a helper function GET-OBJECT for the data segment 2023-05-24 15:49:06 +02:00
cmppass1-eval.lsp cmp: c1constant-value: remove defunct parameter ONLY-SMALL-VALUES 2023-06-06 14:48:58 +02:00
cmppass1-ffi.lsp cmp: be explicit about symbol packages 2023-02-21 14:34:11 +01:00
cmppass1-fun.lsp cmp: remove obsolete function push-vars 2023-02-21 14:34:11 +01:00
cmppass1-special.lsp cmp: cleanup: add ignore declarations, remove unused args etc 2023-02-21 14:34:11 +01:00
cmppass1-stack.lsp cmp: cleanup: add ignore declarations, remove unused args etc 2023-02-21 14:34:11 +01:00
cmppass1-top.lsp cmp: cleanup: add ignore declarations, remove unused args etc 2023-02-21 14:34:11 +01:00
cmppass1-var.lsp cmpc: move constant and inlining c/c++ optimizations 2023-06-06 14:48:58 +02:00
cmppolicy.lsp cmp: refactor cmppolicy (part 3) 2023-02-21 16:16:30 +01:00
cmpprop-num.lsp cmpc: clean up numeric optimizers and propagators 2023-06-06 14:48:58 +02:00
cmpprop.lsp cmp: propagate types in functions too 2023-05-24 15:49:06 +02:00
cmprefs.lsp cmp: move refs to a separate file cmprefs 2023-02-21 16:16:30 +01:00
cmpstructures.lsp cmp: cleanup: some more cleanup 2023-02-21 14:34:11 +01:00
cmptables.lsp cosmetic: update headers 2023-06-11 10:40:21 +02:00
cmptype-arith.lsp cmp: remove a kludge from the function object-type 2023-05-24 15:49:06 +02:00
cmptype-assert.lsp cmp: fix errors in handling compound function types 2023-06-18 13:08:12 +02:00
cmptype-prop.lsp newcmp: remove obsolete newcmp package 2016-03-11 16:06:45 +01:00
cmptype.lsp cmp: fix errors in handling compound function types 2023-06-18 13:08:12 +02:00
cmptypes.lsp cmp: move refs to a separate file cmprefs 2023-02-21 16:16:30 +01:00
cmputil.lsp cmpc: move sysfun to the cxx backend 2023-06-11 10:40:18 +02:00
cmpvar.lsp cmpc: move constant and inlining c/c++ optimizations 2023-06-06 14:48:58 +02: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 cmpc: move sysfun to the cxx backend 2023-06-11 10:40:18 +02:00
proclamations.lsp cmp: don't import symbols from the SYSTEM package 2023-02-21 14:34:11 +01:00