ecl/src/cmp
2022-10-22 19:58:24 +02:00
..
cmparray.lsp cmp: fix compiler macro for make-array 2021-03-29 22:07:06 +02:00
cmpc-inliner.lsp long-float: remove conditionalization 2019-05-24 21:04:59 +00:00
cmpc-machine.lsp cosmetic: fix some compiler warnings 2020-04-29 20:35:37 +02:00
cmpc-wt.lsp cmp: fix specification of integer suffixes for the C compiler 2022-01-15 18:11:26 +01:00
cmpclos.lsp The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
cmpct.lsp cmp: major cleanup, separate passes 2021-07-01 14:11:33 +02:00
cmpdefs.lsp cmp: introduce new variables for linker flags 2022-08-24 16:38:20 +02:00
cmpenv-api.lsp compiler: better checking whether a variable may be introduced 2021-11-19 11:56:23 +01:00
cmpenv-declaim.lsp cosmetic: fix some compiler warnings 2020-04-29 20:35:37 +02:00
cmpenv-declare.lsp cmp: fix bad warnings for type declarations inside locally 2021-03-25 22:06:00 +01:00
cmpenv-fun.lsp cosmetic: fix some compiler warnings 2020-04-29 20:35:37 +02:00
cmpenv-proclaim.lsp cmp: make behaviour of declaim inline more sensible 2018-10-28 16:32:55 +01:00
cmpform.lsp cmp: fix (values (values)) 2021-03-18 20:20:35 +01:00
cmpfun.lsp cmp: separate fun/var ir functions from passes 2021-07-01 14:11:33 +02:00
cmpglobals.lsp cmp: introduce new variables for linker flags 2022-08-24 16:38:20 +02:00
cmpinline.lsp cosmetic: fix some compiler warnings 2020-04-29 20:35:37 +02:00
cmpmac.lsp cmp: fix infinite loop for files containing lists with the same circular structure 2022-08-14 17:17:57 +02:00
cmpmain.lsp cosmetic: cmp: rename a function guess-ld-flags to guess-ld-libs 2022-09-08 09:02:42 +02:00
cmpmap.lsp cmp: add type checks in mapl/maplist/mapcon compiler-macros 2021-03-21 17:33:06 +01:00
cmpname.lsp cosmetic: fix some compiler warnings 2020-04-29 20:35:37 +02:00
cmpnum.lsp cmp: add type checks to boole compiler macro 2021-03-21 17:33:06 +01:00
cmpopt-bits.lsp The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
cmpopt-clos.lsp cmp: refactor: cosmetic cmpopt-clos fixes 2017-04-28 11:24:47 +02:00
cmpopt-cons.lsp cmp: fix compiler macro for nth and nthcdr 2021-03-20 20:48:50 +01:00
cmpopt-constant.lsp cmp: refactor: qualify package of *-prop interface 2017-04-28 11:48:15 +02:00
cmpopt-printer.lsp cosmetic: fix some compiler warnings 2020-04-29 20:35:37 +02:00
cmpopt-sequence.lsp cmp: fix evaluation order of sequence compiler macros 2021-03-31 21:09:18 +02:00
cmpopt-type.lsp The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
cmpopt.lsp cosmetic: fix some compiler warnings 2020-04-29 20:35:37 +02:00
cmpos-features.lsp cmpos-features: fix command line arguments for msvc 2021-12-01 15:20:07 +00:00
cmpos-run.lsp cmp: major cleanup, separate passes 2021-07-01 14:11:33 +02:00
cmppackage.lsp cmp: introduce new variables for linker flags 2022-08-24 16:38:20 +02:00
cmppass1-call.lsp cmp: check number of arguments when inlining funcall or apply of lambda expression 2022-01-29 20:21:00 +01:00
cmppass1-cont.lsp cmp: major cleanup, separate passes 2021-07-01 14:11:33 +02:00
cmppass1-data.lsp cmp: fix infinite loop for files containing lists with the same circular structure 2022-08-14 17:17:57 +02:00
cmppass1-eval.lsp compiler: better checking whether a variable may be introduced 2021-11-19 11:56:23 +01:00
cmppass1-ffi.lsp cmp: major cleanup, separate passes 2021-07-01 14:11:33 +02:00
cmppass1-fun.lsp cmp: separate fun/var ir functions from passes 2021-07-01 14:11:33 +02:00
cmppass1-special.lsp cmp: major cleanup, separate passes 2021-07-01 14:11:33 +02:00
cmppass1-stack.lsp cmp: major cleanup, separate passes 2021-07-01 14:11:33 +02:00
cmppass1-top.lsp cosmetic: fix some compiler warnings 2022-10-22 19:58:24 +02:00
cmppass1-var.lsp cosmetic: fix some compiler warnings 2022-10-22 19:58:24 +02:00
cmppass2-call.lsp cmp: major cleanup, separate passes 2021-07-01 14:11:33 +02:00
cmppass2-cont.lsp cmp: major cleanup, separate passes 2021-07-01 14:11:33 +02:00
cmppass2-data.lsp cmp: major cleanup, separate passes 2021-07-01 14:11:33 +02:00
cmppass2-eval.lsp cmp: major cleanup, separate passes 2021-07-01 14:11:33 +02:00
cmppass2-exit.lsp cmp: major cleanup, separate passes 2021-07-01 14:11:33 +02:00
cmppass2-ffi.lsp cmp: major cleanup, separate passes 2021-07-01 14:11:33 +02:00
cmppass2-fun.lsp cmp: major cleanup, separate passes 2021-07-01 14:11:33 +02:00
cmppass2-loc.lsp cmp: fix specification of integer suffixes for the C compiler 2022-01-15 18:11:26 +01:00
cmppass2-special.lsp cmp: major cleanup, separate passes 2021-07-01 14:11:33 +02:00
cmppass2-stack.lsp cmp: major cleanup, separate passes 2021-07-01 14:11:33 +02:00
cmppass2-top.lsp cmp: ctop-write: don't reverse *static-constants* twice 2021-07-01 14:14:53 +02:00
cmppass2-var.lsp cmp: major cleanup, separate passes 2021-07-01 14:11:33 +02:00
cmppolicy.lsp newcmp: remove obsolete newcmp package 2016-03-11 16:06:45 +01:00
cmpprop.lsp cmp: separate type propagation pass 2021-07-01 14:14:36 +02:00
cmpstructures.lsp cmp: refactor: qualify package of *-prop interface 2017-04-28 11:48:15 +02:00
cmptables.lsp cmp: fix specification of integer suffixes for the C compiler 2022-01-15 18:11:26 +01:00
cmptype-arith.lsp newcmp: remove obsolete newcmp package 2016-03-11 16:06:45 +01:00
cmptype-assert.lsp cosmetic: fix some compiler warnings 2022-10-22 19:58:24 +02:00
cmptype-prop.lsp newcmp: remove obsolete newcmp package 2016-03-11 16:06:45 +01:00
cmptype.lsp long-float: remove conditionalization 2019-05-24 21:04:59 +00:00
cmptypes.lsp Major cleanup for environment mark interpretation 2018-02-10 20:21:11 +01:00
cmputil.lsp cmp: fix infinite loop for files containing lists with the same circular structure 2022-08-14 17:17:57 +02:00
cmpvar.lsp cosmetic: fix some compiler warnings 2022-10-22 19:58:24 +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 clos: various bootstrap improvements 2022-02-05 15:03:52 +01:00
proclamations.lsp floats: add operators to convert between floats and bits (integers) 2022-07-07 13:24:38 +02:00
sysfun.lsp cmp: fix inline expressions for elt 2021-03-21 17:33:06 +01:00