aboutsummaryrefslogtreecommitdiff
path: root/src/interp
AgeCommit message (Expand)AuthorFilesLines
2012-05-03 * interp/define.boot (compDefineFunctor1): Use LAMBDA for thedos-reis4-10/+7
2012-05-03 * interp/c-util.boot (makeWorkerName): New.dos-reis2-17/+13
2012-05-03 * interp/c-util.boot: Use APPLY, not APPLX.dos-reis5-11/+8
2012-05-02 * interp/c-util.boot (backendCompileSPADSLAM): Do not devaluatedos-reis1-10/+11
2012-05-02 * interp/c-util.boot (backendCompileSPADSLAM): Tidy. Do notdos-reis1-9/+8
2012-05-02 * interp/vmlisp.lisp (COMPILE1): Move to lisp-backend.boot.dos-reis2-35/+32
2012-05-01 * interp/vmlisp.lisp (REMOVE-FLUIDS): Move to lisp-backend.boot.dos-reis2-31/+30
2012-05-01 * interp/vmlisp.lisp (COMP370): Move to c-util.bootdos-reis3-10/+9
2012-05-01 * interp/i-special.boot (interpREPEAT): Use CATCH directly.dos-reis3-36/+3
2012-05-01 * algebra/integer.spad.pamphlet (Integer): Use %iaddmod, %isubmod,dos-reis8-59/+17
2012-04-30 * algebra/si.spad.pamphlet (SingleInteger): Use %iaddmod,dos-reis2-20/+13
2012-04-30 * interp/compiler.boot: Use float? in lieu of FLOATP.dos-reis15-51/+31
2012-04-30 * interp/fortcall.boot: Use copyTree, not COPY-TREE.dos-reis6-118/+104
2012-04-30 * lisp/core.lisp.in (fixnum?): New.dos-reis8-71/+25
2012-04-29 * interp/debug.lisp: ident? in lieu of IDENTP.dos-reis5-44/+37
2012-04-29 * boot/ast.boot (bfNumber?): Rename from bfSmintable. Check fordos-reis1-0/+21
2012-04-28 * interp/compiler.boot (finishLambdaExpression): Tidy.dos-reis2-3/+7
2012-04-28 * interp/boot-pkg.lisp (gensym?): Check for non-null object.dos-reis8-28/+26
2012-02-27 * interp/nruncomp.boot (markOperation): New.dos-reis2-9/+11
2012-02-27 * interp/compiler.boot (compFormWithModemap): Mark implementationdos-reis1-6/+8
2012-02-27 * interp/compiler.boot (emitLocalCallInsn): Mark externaldos-reis2-8/+12
2012-02-26 * interp/g-util.boot (usedSymbol?): Remove.dos-reis4-27/+28
2012-02-26 * interp/c-util.boot (numOfOccurencesOf): Tidy.dos-reis3-3/+6
2012-02-26 * interp/compiler.boot (compTopLevel): Do not bind $killOptimizeIfTrue.dos-reis3-14/+16
2012-02-25 * interp/compiler.boot (extractCode): Rename fromdos-reis1-7/+8
2012-02-25 * interp/compiler.boot (finishLambdaExpression): Use %closure.dos-reis3-6/+6
2012-02-25 * interp/nruncomp.boot (genDeltaEntry): Fix thinko.dos-reis1-1/+1
2012-02-24 * interp/lexing.boot: "assume" is now also a keyword for the compiler.dos-reis2-2/+15
2012-02-23 * interp/nruncomp.boot (genDeltaEntry): Replace applyFun with %apply.dos-reis4-13/+7
2012-02-20 * interp/lexing.boot (getNumberToken): New.dos-reis4-117/+102
2012-02-19 * interp/compiler.boot (compBuiltinDomain): Compute the exportsdos-reis2-6/+10
2012-02-19 * interp/compiler.boot (compBuiltinDomain): Rename from compCat.dos-reis1-5/+5
2012-02-19 * interp/br-data.boot (libConstructorSig): Rename T$ to T fordos-reis1-5/+2
2012-02-13 * interp/g-util.boot (stripTags): Rename from stripUnionTags.dos-reis8-16/+59
2012-02-13 * interp/define.boot (getCatAncestors): Remove. Adjust caller.dos-reis1-5/+3
2012-02-13 * interp/define.boot (NRTcatCompare): Remove.dos-reis1-5/+3
2012-02-12 * interp/define.boot (depthAssocList): Take the cache as seconddos-reis1-11/+9
2012-02-12 * algebra/coerce.spad.pamphlet (Type): Redefine as empty Join.dos-reis1-1/+2
2012-02-12 * interp/define.boot (getParentsFor): Lose second parameter. Tidy.dos-reis2-37/+24
2012-02-12 * interp/br-data.boot (ancestorsRecur): Tidy.dos-reis2-7/+5
2012-02-11 (ancestorsRecur): Likewise.dos-reis1-3/+2
2012-02-11 * interp/br-data.boot (getParentsFor): Move to define.boot.dos-reis1-3/+2
2012-02-11 * interp/br-data.boot (getParentsFor): Move to define.boot.dos-reis2-37/+24
2012-02-10 * interp/define.boot (mkEvalableCategoryForm): Compile onlydos-reis1-7/+8
2012-02-10 * interp/database.boot (categoryConstructor?): New.dos-reis2-6/+8
2012-02-09 * interp/g-opt.boot (optCall): Simplify SPADCALL of atomicdos-reis1-5/+9
2012-02-07 * interp/lisplib.boot (dbLocateModule): New.dos-reis2-18/+30
2012-02-05 * interp/nruncomp.boot (getLocalIndex): Fast track niladicdos-reis1-1/+2
2012-01-14 * interp/i-util.boot ($intTopLevel): Move to sys-constants.boot.dos-reis4-12/+10
2012-01-14 * interp/spaderror.lisp: Move convent to spad.lisp. Remove.dos-reis3-111/+59