| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler: eliminate block from recursive functions. | Kaz Kylheku | 2021-02-12 | 1 | -7/+9 |
* | compiler/vm: more compact frame size for closures. | Kaz Kylheku | 2021-02-11 | 2 | -121/+143 |
* | compiler: frame-eliminating optimization. | Kaz Kylheku | 2021-02-11 | 1 | -149/+260 |
* | compiler: use rewrite-case in dedup-labels. | Kaz Kylheku | 2021-02-10 | 1 | -8/+6 |
* | compiler: bug: trivial unwind-protect return value | Kaz Kylheku | 2021-02-10 | 1 | -1/+1 |
* | matcher: diagnose syntax problems in hash pattern. | Kaz Kylheku | 2021-02-09 | 1 | -1/+1 |
* | compiler: rename variable in optimizer code. | Kaz Kylheku | 2021-02-09 | 1 | -2/+2 |
* | struct: changing meaning of obj.[fun ...] syntax. | Kaz Kylheku | 2021-02-09 | 2 | -6/+16 |
* | matcher: replace wrg function with reduce-right. | Kaz Kylheku | 2021-02-09 | 1 | -23/+14 |
* | matcher: wrap-guards type case to method dispatch. | Kaz Kylheku | 2021-02-09 | 1 | -44/+48 |
* | matcher: match-guard: use op list, and zip. | Kaz Kylheku | 2021-02-09 | 1 | -2/+2 |
* | matcher: get rid of undocumented @(range) op. | Kaz Kylheku | 2021-02-09 | 1 | -5/+4 |
* | Version 251txr-251 | Kaz Kylheku | 2021-02-08 | 1 | -1/+1 |
* | matcher: fix backreferencing in predicate. | Kaz Kylheku | 2021-02-08 | 1 | -1/+1 |
* | compiler: frame optimizations apply to dframe too. | Kaz Kylheku | 2021-02-08 | 1 | -2/+2 |
* | compiler: jump skid optimization. | Kaz Kylheku | 2021-02-07 | 1 | -0/+8 |
* | compiler: frame reduction optimizations. | Kaz Kylheku | 2021-02-07 | 1 | -1/+36 |
* | matcher: exprs-syntax: process trivial matches first. | Kaz Kylheku | 2021-02-07 | 1 | -12/+15 |
* | matcher: eliminate use of flags. | Kaz Kylheku | 2021-02-07 | 1 | -27/+18 |
* | matcher: remove @(op ...) pattern. | Kaz Kylheku | 2021-02-06 | 1 | -7/+0 |
* | matcher: redesign predicate pattern. | Kaz Kylheku | 2021-02-06 | 3 | -35/+42 |
* | matcher: left-to-right scoping for @(and). | Kaz Kylheku | 2021-02-06 | 1 | -8/+4 |
* | matcher: @(as) must always bind fresh variable. | Kaz Kylheku | 2021-02-06 | 1 | -1/+16 |
* | matcher: clean up var match. | Kaz Kylheku | 2021-02-05 | 1 | -4/+6 |
* | compiler: take advantage of new scoping in optimizer. | Kaz Kylheku | 2021-02-05 | 1 | -14/+14 |
* | matcher: back-reference Lisp variables. | Kaz Kylheku | 2021-02-05 | 1 | -9/+18 |
* | compiler: rewrite one peephole patern using @(with ...). | Kaz Kylheku | 2021-02-05 | 1 | -8/+6 |
* | matcher: rearrange match order of @(with). | Kaz Kylheku | 2021-02-05 | 1 | -16/+20 |
* | matcher: don't set flag in last case. | Kaz Kylheku | 2021-02-05 | 1 | -12/+18 |
* | compiler: new jump threading optimization case. | Kaz Kylheku | 2021-02-05 | 1 | -0/+9 |
* | compiler: optimize away discard register. | Kaz Kylheku | 2021-02-05 | 1 | -33/+41 |
* | matcher: lambda-match: bug: wrong variable tested. | Kaz Kylheku | 2021-02-04 | 1 | -1/+1 |
* | matcher: lambda-match: error diagnostics. | Kaz Kylheku | 2021-02-04 | 1 | -14/+20 |
* | matcher: misleading diagnostics. | Kaz Kylheku | 2021-02-04 | 1 | -2/+2 |
* | error: improve compiler error location reporting. | Kaz Kylheku | 2021-02-04 | 1 | -8/+18 |
* | matcher: add :match parameter macro. | Kaz Kylheku | 2021-02-04 | 1 | -0/+13 |
* | matcher: lambda-match: redoc, bugfix, test-cases | Kaz Kylheku | 2021-02-04 | 1 | -1/+6 |
* | matcher: reimplementation of lambda-match. | Kaz Kylheku | 2021-02-03 | 1 | -6/+98 |
* | matcher: bugfix: bad hygiene in match-case. | Kaz Kylheku | 2021-02-03 | 1 | -4/+6 |
* | matcher: fix @(and/or) backreferencing issue. | Kaz Kylheku | 2021-02-02 | 1 | -1/+6 |
* | matcher: new @(with) operator. | Kaz Kylheku | 2021-02-01 | 1 | -0/+19 |
* | matcher: rename @(let) to @(as). | Kaz Kylheku | 2021-02-01 | 1 | -2/+2 |
* | matcher: restore nulling out of vars in @(or). | Kaz Kylheku | 2021-02-01 | 1 | -12/+23 |
* | matcher: struct: move type test before slot tests. | Kaz Kylheku | 2021-02-01 | 1 | -4/+2 |
* | matcher: struct: make guards lists; eliminate backquote. | Kaz Kylheku | 2021-02-01 | 1 | -13/+15 |
* | matcher: bugfix: bad stray code in @[...] matcher. | Kaz Kylheku | 2021-02-01 | 1 | -2/+1 |
* | Version 250txr-250 | Kaz Kylheku | 2021-01-31 | 1 | -1/+1 |
* | matcher: prune @nil in cons and vector matches. | Kaz Kylheku | 2021-01-29 | 1 | -9/+19 |
* | matcher: bugfix: @nil isn't trivial. | Kaz Kylheku | 2021-01-29 | 1 | -1/+1 |
* | optimizer: add a few peephole reductions. | Kaz Kylheku | 2021-01-29 | 2 | -2/+14 |