ecl/src/cmp
2010-05-17 17:04:34 +02:00
..
cmparray.lsp The optimizers in cmparray distinguish between the policies for type assertions and and those for index bound checking 2010-05-09 20:28:54 +02:00
cmpbind.lsp The macros/functions for accessing and changing symbol values require an environment value. 2008-10-12 16:44:29 +02:00
cmpblock.lsp The generation of new block ids is now thread safe. 2009-02-21 23:26:42 +01:00
cmpc-wt.lsp Refactored code so that it is shared by cmp and new-cmp: 2010-05-05 17:36:19 +02:00
cmpcall.lsp Toplevel DEFMACRO forms are processed differently and stored by the compiler in a local table. These definitions do not propagate beyond the currently compiled file. 2010-05-07 22:20:14 +02:00
cmpcatch.lsp Refactored code so that it is shared by cmp and new-cmp: 2010-05-05 17:36:19 +02:00
cmpcbk.lsp DEFCALLBACK was not properly compiled when the return type was :VOID 2010-04-26 14:52:02 +02:00
cmpclos.lsp Compiler policies are now defined as flags 2010-05-08 13:31:40 +02:00
cmpct.lsp In cmpct.lsp, locations VV were nested (VV (VV index)). 2010-05-15 21:52:47 +02:00
cmpdefs.lsp Refactored code so that it is shared by cmp and new-cmp: 2010-05-05 17:36:19 +02:00
cmpenv-api.lsp More informative BABOON error messages in cmpenv-api.lsp 2010-05-13 19:20:23 +02:00
cmpenv-declaim.lsp DECLAIM + SPECIAL did not work because ECL was not looking for special declarations in the compiler environment. 2010-05-05 23:27:43 +02:00
cmpenv-declare.lsp Introduce policy aliases, interned some declaration names in EXT and replaced some of those names with more meaningful ones. 2010-05-09 19:41:04 +02:00
cmpenv-fun.lsp Remove the function TYPE-FILTER and deal with the whole set of Common Lisp types in the compiler. 2010-05-09 22:20:47 +02:00
cmpenv-proclaim.lsp Remove the function TYPE-FILTER and deal with the whole set of Common Lisp types in the compiler. 2010-05-09 22:20:47 +02:00
cmpeval.lsp Simplify C1ARGS* 2010-05-17 15:26:04 +02:00
cmpexit.lsp More meaningful internal error messages in cmpexit 2010-05-16 17:30:22 +02:00
cmpffi.lsp LOC-REPRESENTATION-TYPE now understands also jumps 2010-05-16 20:33:11 +02:00
cmpflet.lsp Refactored code so that it is shared by cmp and new-cmp: 2010-05-05 17:36:19 +02:00
cmpform.lsp When traversing a C1FORM, pay attention to non-cons, non-c1form objects 2010-05-16 17:31:22 +02:00
cmpfun.lsp Move ASSOC from a C1 OPTIMIZED form to a compiler macro 2010-05-13 23:03:53 +02:00
cmpglobals.lsp Changed the way toplevel macros are registered because we have no way to let MACROEXPAND know about the compiler *GLOBAL-MACROS* table 2010-05-09 23:05:13 +02:00
cmpif.lsp Replace trivial DOLIST loops with MAPC in FMLA-AND 2010-05-17 17:04:34 +02:00
cmpinit.lsp Format undefined variable warnings as the rest of compiler messages (T. Rittweiler) 2010-02-25 11:24:21 +01:00
cmpinline.lsp When inlining, set the environment to that of the inlined form, to properly capture things like speed / safety optimizations. 2010-05-14 16:08:03 +02:00
cmplam.lsp Whenever we check the argument types, also check the argument number 2010-05-09 23:54:01 +02:00
cmplet.lsp We can also replace variables with values that are 'pure' or unmodified by the forms after it 2010-05-13 14:12:15 +02:00
cmploc.lsp In cmploc/cmpwt, we are now capable of determining the constant value of a location 2010-05-15 21:54:27 +02:00
cmpmac.lsp New macro, RECKLESS, for unsafe operations 2010-05-14 16:08:27 +02:00
cmpmain.lsp Merge sysfun.lsp and proclamations.lsp into the compiled file cmp.fas 2010-04-30 14:57:16 +02:00
cmpmap.lsp Fixed optimization of MAPL and MAPC: output value was wrong. 2008-06-23 20:39:26 +00:00
cmpmulti.lsp Misuse of C2EXPR* in the expander for VALUES 2010-05-13 18:18:56 +02:00
cmpname.lsp src/cmp/cmpname is now shard by the old and new compilers. 2010-02-19 17:04:46 +01:00
cmpnum.lsp Refactored code so that it is shared by cmp and new-cmp: 2010-05-05 17:36:19 +02:00
cmpopt-cons.lsp Macros for unsafe car/cdr access 2010-05-14 16:30:18 +02:00
cmpopt-constant.lsp Remove debug statements from cmpopt-constant.lsp 2010-05-15 21:01:21 +02:00
cmpopt-sequence.lsp Add yet inactive expansion of MEMBER for constant, short lists 2010-05-15 21:54:53 +02:00
cmpopt.lsp Activate the compiler macro expansion for TYPEP 2010-05-13 21:08:15 +02:00
cmppackage.lsp Refactored code so that it is shared by cmp and new-cmp: 2010-05-05 17:36:19 +02:00
cmppolicy.lsp Replaced the C1 special form for MEMBER with a compiler macro. 2010-05-13 22:34:04 +02:00
cmpprop.lsp Create a database of C1FORM types 2010-05-11 15:08:53 +02:00
cmpspecial.lsp Remove the function TYPE-FILTER and deal with the whole set of Common Lisp types in the compiler. 2010-05-09 22:20:47 +02:00
cmpstack.lsp Factor the code for creating stack frames from varargs. Removed some arguments from ecl_apply_from_stack_frame and _ecl_standard_dispatch. 2009-02-17 23:40:27 +01:00
cmpstructures.lsp Remove the function TYPE-FILTER and deal with the whole set of Common Lisp types in the compiler. 2010-05-09 22:20:47 +02:00
cmptag.lsp Refactored code so that it is shared by cmp and new-cmp: 2010-05-05 17:36:19 +02:00
cmptest.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00
cmptop.lsp Changed the way toplevel macros are registered because we have no way to let MACROEXPAND know about the compiler *GLOBAL-MACROS* table 2010-05-09 23:05:13 +02:00
cmptype-arith.lsp The function C1FORM-VALUES-NUMBER is now factored and grouped with the other C1FORM functions in cmpform. 2010-05-13 17:03:28 +02:00
cmptype-prop.lsp Remove the function TYPE-FILTER and deal with the whole set of Common Lisp types in the compiler. 2010-05-09 22:20:47 +02:00
cmptype.lsp Added a compiler macro for optional type checks 2010-05-13 22:32:19 +02:00
cmptypes.lsp The c1form-parents field is now a list of the nodes above the current one. We provide functions to rewrite the list when moving the node and speed up FIND-NODE-IN-LIST using this list. 2010-05-11 17:25:16 +02:00
cmputil.lsp BABOON ignored the actual error message from the compiler 2010-05-13 13:37:44 +02:00
cmpvar.lsp New function GLOBAL-VAR-P 2010-05-11 14:18:04 +02:00
cmpwt.lsp In cmploc/cmpwt, we are now capable of determining the constant value of a location 2010-05-15 21:54:27 +02:00
defsys.lsp.in Merge NEW_COMPILER 25.05.03 2003-05-26 09:49:50 +00:00
load.lsp.in New function for detecting arbitrary constant expressions. 2010-05-15 20:28:42 +02:00
proclamations.lsp Fixed typo in proclamation code 2010-05-15 21:00:58 +02:00
sysfun.lsp Fix proclamation for LENGTH acting on vectors 2010-05-15 16:48:24 +02:00
test.lsp Emacs modelines for better editing 2008-02-02 19:14:05 +00:00