| .. |
|
cmpbackend-cxx
|
cmp: improve error message for wrong number of arguments
|
2023-10-30 12:01:18 +01:00 |
|
cmparray.lsp
|
cmp: cosmetic changes in cmparray
|
2023-09-11 16:54:21 +02:00 |
|
cmpclos.lsp
|
cmp: supply an explicit value for the empty location
|
2023-09-25 13:13:27 +02: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
|
cmp: enforce valid shape of si:function-block-name delcaration
|
2023-09-25 13:13:27 +02:00 |
|
cmpglobals.lsp
|
cmpc: move the c-inliner fully to the cmpc backend module
|
2023-09-25 14:35:14 +02:00 |
|
cmplocs.lsp
|
cmp: supply an explicit value for the empty location
|
2023-09-25 13:13:27 +02:00 |
|
cmpmain.lsp
|
cmp: also perform type propagation in disassemble
|
2023-10-30 12:01:20 +01: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: cmpopt-cons: remove expand-simple-optimizer (rplaca, rplacd)
|
2023-09-25 14:35:14 +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: supply an explicit value for the empty location
|
2023-09-25 13:13:27 +02:00 |
|
cmpopt-type.lsp
|
cmp: cleanup to avoid some forward-references
|
2023-02-21 16:16:30 +01:00 |
|
cmpopt.lsp
|
cmp: expand-typep: fix broken (complex type) expansion
|
2023-09-25 13:13:27 +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
|
cmp: mcall: implement the type propagation, make similar to fcall
|
2023-09-15 09:35:40 +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: supply an explicit value for the empty location
|
2023-09-25 13:13:27 +02:00 |
|
cmppass1-eval.lsp
|
cmp: add a kludge for C1CONSTANT-VALUE using *OPTIMIZABLE-CONSTANTS*
|
2023-09-25 14:35:14 +02:00 |
|
cmppass1-ffi.lsp
|
cmpc: get rid of another undocumented feature from FFI:C-INLINE
|
2023-09-25 14:35:14 +02:00 |
|
cmppass1-fun.lsp
|
cmp: remove obsolete function push-vars
|
2023-02-21 14:34:11 +01:00 |
|
cmppass1-special.lsp
|
cmp: simplify the ast node CL:FUNCTION
|
2023-09-25 14:35:14 +02:00 |
|
cmppass1-top.lsp
|
cmp: cleanup: add ignore declarations, remove unused args etc
|
2023-02-21 14:34:11 +01:00 |
|
cmppass1-var.lsp
|
cmp: have separate AST nodes for variables and locations
|
2023-09-25 13:13:27 +02: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: have separate AST nodes for variables and locations
|
2023-09-25 13:13:27 +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
|
cmp: simplify the ast node CL:FUNCTION
|
2023-09-25 14:35:14 +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
|
|
|
|
cmptype.lsp
|
cmp: have separate AST nodes for variables and locations
|
2023-09-25 13:13:27 +02:00 |
|
cmptypes.lsp
|
cmpc: move the c-inliner fully to the cmpc backend module
|
2023-09-25 14:35:14 +02: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
|
|
|
|
load.lsp.in
|
cmpc: move the c-inliner fully to the cmpc backend module
|
2023-09-25 14:35:14 +02:00 |
|
proclamations.lsp
|
cmp: fix incorrect type proclamations
|
2023-10-30 12:01:20 +01:00 |