| Commit message (Expand) | Author | Age | Files | Lines |
* | New functions: subq, subql, subqual and subst. | Kaz Kylheku | 2021-12-22 | 1 | -5/+0 |
* | compiler: small end/jend issue in late-peephole. | Kaz Kylheku | 2021-12-11 | 1 | -1/+1 |
* | compiler: tweak in basic block debug print. | Kaz Kylheku | 2021-12-11 | 1 | -1/+1 |
* | compiler: register-compacting optimization. | Kaz Kylheku | 2021-12-10 | 1 | -0/+62 |
* | compiler: new late-peephole case. | Kaz Kylheku | 2021-11-29 | 1 | -0/+11 |
* | compiler: revise no-longer-matching late peephole case. | Kaz Kylheku | 2021-11-29 | 1 | -14/+3 |
* | compiler: replace late-peephole pattern with real approach. | Kaz Kylheku | 2021-11-26 | 1 | -12/+8 |
* | compiler: another late peephole pattern. | Kaz Kylheku | 2021-11-26 | 1 | -0/+12 |
* | compiler: late-peephole match for a wasteful register move. | Kaz Kylheku | 2021-11-10 | 1 | -0/+13 |
* | compiler: improvement in wasteful jmp elimination. | Kaz Kylheku | 2021-10-23 | 1 | -4/+29 |
* | compiler: also clear .next before re-linking graph. | Kaz Kylheku | 2021-10-23 | 1 | -0/+1 |
* | compiler: peephole: recalc and rescan in a few more cases. | Kaz Kylheku | 2021-09-30 | 1 | -0/+9 |
* | compiler: fix up linkage and recalc liveness in one peephole case. | Kaz Kylheku | 2021-09-30 | 1 | -8/+11 |
* | compiler: eliminate some redundant hash lookups. | Kaz Kylheku | 2021-09-30 | 1 | -11/+12 |
* | compiler: eliminate basic-block next-block method. | Kaz Kylheku | 2021-09-30 | 1 | -23/+19 |
* | compiler: cosmetic: merge set assignments. | Kaz Kylheku | 2021-09-30 | 1 | -7/+7 |
* | compiler: improvement in next-block linking. | Kaz Kylheku | 2021-09-29 | 1 | -3/+3 |
* | compiler: remove impossible cases in jump threading. | Kaz Kylheku | 2021-09-29 | 1 | -8/+4 |
* | compiler: peephole: merge basic blocks when jmp removed. | Kaz Kylheku | 2021-09-29 | 1 | -5/+16 |
* | compiler: code clean-up in peephole optimizer. | Kaz Kylheku | 2021-09-28 | 1 | -5/+5 |
* | defset: add set-mask and clear-mask. | Paul A. Patience | 2021-09-14 | 1 | -4/+5 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -13/+13 |
* | file layout: moving share/txr/stdlib to stdlib. | Kaz Kylheku | 2021-06-24 | 1 | -0/+606 |