| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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: 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 | 1 | -6/+6 |
* | compiler: streamline tree-case | Kaz Kylheku | 2018-03-23 | 1 | -20/+9 |
* | compiler: bug: dynamic var assignment. | Kaz Kylheku | 2018-03-23 | 1 | -1/+1 |
* | compiler: implement tree-case. | Kaz Kylheku | 2018-03-22 | 1 | -0/+52 |
* | compiler: implement tree-bind special op. | Kaz Kylheku | 2018-03-22 | 1 | -0/+134 |
* | compiler: implement return-from and return. | Kaz Kylheku | 2018-03-22 | 1 | -0/+18 |
* | compiler: sys:setq bug: wrong way mov. | Kaz Kylheku | 2018-03-22 | 1 | -1/+1 |
* | new special op sys:upenv | Kaz Kylheku | 2018-03-21 | 1 | -0/+1 |
* | compiler: append-each: bugfix for non-lists. | Kaz Kylheku | 2018-03-21 | 1 | -1/+1 |
* | compiler: let* bugfix: not extending env. | Kaz Kylheku | 2018-03-21 | 1 | -2/+8 |
* | compiler: disallow duplicate symbols in same env. | Kaz Kylheku | 2018-03-21 | 1 | -3/+16 |
* | compiler: handle sys:each-op special form. | Kaz Kylheku | 2018-03-21 | 1 | -0/+21 |
* | compiler: handle special forms and or. | Kaz Kylheku | 2018-03-20 | 1 | -0/+27 |
* | compiler: handle dohash special form | Kaz Kylheku | 2018-03-20 | 1 | -0/+12 |
* | compiler: lambda bug: wrong reg in defaulting. | Kaz Kylheku | 2018-03-20 | 1 | -1/+1 |
* | compiler: improve progn. | Kaz Kylheku | 2018-03-20 | 1 | -6/+15 |
* | compiler: bugfix: arg passing in progn dispatch. | Kaz Kylheku | 2018-03-20 | 1 | -1/+1 |
* | compiler: let bugfix: wrong output register designated. | Kaz Kylheku | 2018-03-20 | 1 | -1/+1 |
* | compiler: factor recurring conditional mov. | Kaz Kylheku | 2018-03-20 | 1 | -29/+19 |
* | compiler: handle if special form | Kaz Kylheku | 2018-03-20 | 1 | -0/+52 |
* | compiler: handle cond special form. | Kaz Kylheku | 2018-03-20 | 1 | -0/+54 |
* | compiler: dump warnings from form expansion. | Kaz Kylheku | 2018-03-19 | 1 | -1/+3 |
* | vm: bug: vm-desc created with incorrect display depth. | Kaz Kylheku | 2018-03-19 | 1 | -3/+3 |
* | vm: variadic arg closures bug 3/3. | Kaz Kylheku | 2018-03-19 | 1 | -1/+1 |
* | compiler: bug: inappropriate clobber in block. | Kaz Kylheku | 2018-03-19 | 1 | -2/+2 |
* | compiler: bug: nil entered into data tab by block. | Kaz Kylheku | 2018-03-19 | 1 | -1/+1 |
* | compiler: use VM's function table for global calls. | Kaz Kylheku | 2018-03-19 | 1 | -4/+23 |
* | asm: return original object from disassemble function. | Kaz Kylheku | 2018-03-19 | 1 | -1/+2 |
* | compiler: bug: lambda body uses inappropriate output reg. | Kaz Kylheku | 2018-03-19 | 1 | -3/+5 |
* | compiler: bugfix: misused assoc in function lookup. | Kaz Kylheku | 2018-03-19 | 1 | -1/+1 |