Age | Commit message (Expand) | Author |
2018-05-12 | Add German translation of R5RS.wip-r5rsde | Florian Pelz |
2018-04-27 | Fix overlong line in the TeX output of R5RS title page. | Florian Pelz |
2018-04-27 | Fix R5RS formatting of space character syntax. | Florian Pelz |
2018-04-27 | Silence R5RS build warnings by Makeinfo. | Florian Pelz |
2018-04-13 | Remove unused macros in vm-engine | Andy Wingo |
2018-04-13 | Remove implementation of atomic box ops | Andy Wingo |
2018-04-13 | Explode atomic box ops to new atomic instructions | Andy Wingo |
2018-04-12 | Remove implementation of logsub VM op | Andy Wingo |
2018-04-12 | logsub is intrinsic | Andy Wingo |
2018-04-12 | Remove implementations of obsolete s64->scm, u64->scm insts | Andy Wingo |
2018-04-12 | u64->scm, s64->scm intrinsics | Andy Wingo |
2018-04-12 | Remove scm->u64, etc implementations | Andy Wingo |
2018-04-12 | scm->u64, scm->s64, scm->u64/truncate intrinsics | Andy Wingo |
2018-04-10 | Remove scm->f64, f64->scm implementations | Andy Wingo |
2018-04-10 | Disable f64->scm instruction | Andy Wingo |
2018-04-10 | Instruction explosion for f64->scm | Andy Wingo |
2018-04-10 | Add reifier for fadd/immediate. | Andy Wingo |
2018-04-10 | Slim heap-allocated flonums | Andy Wingo |
2018-04-10 | Add scm->f64 intrinsic | Andy Wingo |
2018-04-10 | Remove load-typed-array, make-array opcodes | Andy Wingo |
2018-04-10 | Remove class-of opcode | Andy Wingo |
2018-04-10 | Class-of is intrinsic | Andy Wingo |
2018-04-10 | Add string->number etc as macro instructions to reify-primitives | Andy Wingo |
2018-04-10 | Remove string->number, etc opcodes | Andy Wingo |
2018-04-10 | string->number, etc intrinsics | Andy Wingo |
2018-04-10 | Remove unused make-closure opcode. | Andy Wingo |
2018-04-10 | Add $code CPS expression type | Andy Wingo |
2018-04-10 | Add load-label instruction | Andy Wingo |
2018-04-10 | Remove dead code in CPS converter | Andy Wingo |
2018-04-10 | Remove char->integer from VM | Andy Wingo |
2018-04-10 | Instruction explosion for char->integer | Andy Wingo |
2018-04-10 | Remove integer->char op | Andy Wingo |
2018-04-10 | Instruction explosion for integer->char | Andy Wingo |
2018-04-10 | Remove string-set! VM op | Andy Wingo |
2018-04-10 | Explode "string-set!" | Andy Wingo |
2018-04-10 | Add string-set! intrinsic | Andy Wingo |
2018-04-09 | Remove now-unused string-length, string-ref | Andy Wingo |
2018-04-09 | Lower string-ref in CPS conversion | Andy Wingo |
2018-04-08 | Add VM ops needed for string-ref | Andy Wingo |
2018-04-08 | CPS conversion lowers string-length | Andy Wingo |
2018-03-31 | Remove specific instructions for add, etc from VM | Andy Wingo |
2018-03-30 | Compile some generic arithmetic to intrinsic calls | Andy Wingo |
2018-03-30 | Add instrinsics to runtime | Andy Wingo |
2018-01-22 | Use make-struct/simple in tree-il | Andy Wingo |
2018-01-22 | Use make-struct/simple in psyntax | Andy Wingo |
2018-01-22 | Remove unneeded assembly shuffle routines. | Andy Wingo |
2018-01-22 | Remove free-ref, free-set! | Andy Wingo |
2018-01-22 | Remove VM struct-ref, etc instructions | Andy Wingo |
2018-01-22 | Remove optimizer and backend support for struct ops | Andy Wingo |
2018-01-22 | Lower "make-struct/simple" to CPS | Andy Wingo |