| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | asm: use capital hex for dregs. | Kaz Kylheku | 2018-03-28 | 1 | -1/+1 |
* | compiler: bugfix in let. | Kaz Kylheku | 2018-03-27 | 1 | -1/+2 |
* | compiler: don't wastefully enter into dreg table. | Kaz Kylheku | 2018-03-27 | 1 | -0/+1 |
* | compiler: diagnose exhaustion of dregs. | Kaz Kylheku | 2018-03-27 | 1 | -4/+6 |
* | compiler: use counter instead of preallocating tregs. | Kaz Kylheku | 2018-03-27 | 1 | -7/+7 |
* | compiler: bugfix: register double free. | Kaz Kylheku | 2018-03-27 | 1 | -1/+2 |
* | compiler: implement prof special op. | Kaz Kylheku | 2018-03-27 | 1 | -0/+10 |
* | vm/asm: new prof instruction. | Kaz Kylheku | 2018-03-27 | 3 | -33/+52 |
* | eval: refactor op_prof to support reuse. | Kaz Kylheku | 2018-03-27 | 2 | -2/+19 |
* | compiler: implement sys:switch special op. | Kaz Kylheku | 2018-03-27 | 1 | -0/+32 |
* | compiler: bugfix in sys:fbind op. | Kaz Kylheku | 2018-03-27 | 1 | -1/+2 |
* | compiler: recognize call and apply forms. | Kaz Kylheku | 2018-03-27 | 1 | -11/+23 |
* | regression: fix broken tagbody. | Kaz Kylheku | 2018-03-26 | 1 | -19/+5 |
* | compiler: implement sys:catch special op. | Kaz Kylheku | 2018-03-26 | 1 | -0/+46 |
* | vm/asm: new swtch instruction. | Kaz Kylheku | 2018-03-26 | 3 | -18/+80 |
* | compiler: implement handler-bind special op. | Kaz Kylheku | 2018-03-26 | 1 | -0/+14 |
* | vm: bugfix: faulty memcpy in closure. | Kaz Kylheku | 2018-03-26 | 1 | -1/+1 |
* | compiler/vm: implement sys:abscond-from special form. | Kaz Kylheku | 2018-03-26 | 4 | -14/+30 |
* | compiler: implement block* special form. | Kaz Kylheku | 2018-03-26 | 1 | -3/+6 |
* | compiler: implement defsymacro special op. | Kaz Kylheku | 2018-03-25 | 2 | -0/+14 |
* | compiler: implement defmacro special op. | Kaz Kylheku | 2018-03-25 | 1 | -0/+14 |
* | eval: remove hack of macro deffers evaled on expansion. | Kaz Kylheku | 2018-03-25 | 5 | -24/+28 |
* | compiler: implement defun special op. | Kaz Kylheku | 2018-03-25 | 1 | -0/+20 |
* | eval/compiler: run-time support for compiled defun. | Kaz Kylheku | 2018-03-25 | 1 | -8/+18 |
* | compiler: implement defvarl special op. | Kaz Kylheku | 2018-03-25 | 1 | -0/+9 |
* | eval/compiler: run-time support for compact defvarl. | Kaz Kylheku | 2018-03-25 | 1 | -5/+20 |
* | compiler: implement sys:setqf special op. | Kaz Kylheku | 2018-03-24 | 1 | -0/+17 |
* | compiler: setq bug: wrong return for globals. | Kaz Kylheku | 2018-03-25 | 1 | -2/+2 |
* | compiler: implement sys:lisp1-setq special op. | Kaz Kylheku | 2018-03-24 | 1 | -0/+17 |
* | compiler: implement dwim special op. | Kaz Kylheku | 2018-03-24 | 1 | -0/+7 |
* | compiler: implement sys:lisp1-value special form | Kaz Kylheku | 2018-03-24 | 1 | -3/+31 |
* | compiler: specially compile (call ...) forms. | Kaz Kylheku | 2018-03-24 | 1 | -1/+13 |
* | compiler: rename comp-call. | Kaz Kylheku | 2018-03-24 | 1 | -2/+2 |
* | compiler: implement fun special form | Kaz Kylheku | 2018-03-24 | 1 | -0/+8 |
* | compiler: add fbind and lbind special forms | Kaz Kylheku | 2018-03-24 | 1 | -0/+32 |
* | compiler: fix wrong frame level in lexical functions. | Kaz Kylheku | 2018-03-24 | 1 | -1/+1 |
* | compiler: fix lexical function call. | Kaz Kylheku | 2018-03-24 | 1 | -2/+2 |
* | compiler: implement unwind-protect. | Kaz Kylheku | 2018-03-24 | 1 | -0/+25 |
* | compiler: implement mac-param-bind. | Kaz Kylheku | 2018-03-24 | 1 | -0/+12 |
* | compiler: hoist quoting out of bind expander. | Kaz Kylheku | 2018-03-23 | 1 | -8/+12 |
* | asm: report instruction count in disassembly. | Kaz Kylheku | 2018-03-23 | 1 | -2/+7 |
* | tree-bind et al: don't retain full form for errors. | Kaz Kylheku | 2018-03-23 | 1 | -2/+3 |
* | compiler: avoid using var symbol. | Kaz Kylheku | 2018-03-23 | 1 | -5/+5 |
* | compiler: auto-load sys:bind-mac-error. | Kaz Kylheku | 2018-03-23 | 1 | -1/+1 |
* | compiler: constant-optimize prog1 | Kaz Kylheku | 2018-03-23 | 1 | -1/+2 |
* | compiler: basic optimization in progn. | Kaz Kylheku | 2018-03-23 | 1 | -2/+6 |
* | compiler: optimizations in cond and if. | Kaz Kylheku | 2018-03-23 | 1 | -34/+58 |
* | compiler: last cond case: don't jmp to end. | Kaz Kylheku | 2018-03-23 | 1 | -5/+11 |
* | vm: change encoding of getv, setv and related. | Kaz Kylheku | 2018-03-23 | 2 | -12/+12 |
* | compiler: streamline tree-case | Kaz Kylheku | 2018-03-23 | 1 | -20/+9 |