Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-08-17 | Add new $calli expression type. | Andy Wingo | 1 | -1/+3 |
2020-08-12 | Add $switch CPS term kind | Andy Wingo | 1 | -2/+4 |
2019-06-07 | Add support no closure in $callk | Andy Wingo | 1 | -2/+2 |
2018-10-03 | Rename $closure to $const-fun | Andy Wingo | 1 | -1/+1 |
2018-04-10 | Add $code CPS expression type | Andy Wingo | 1 | -1/+1 |
2018-01-03 | $throw is a new kind of CPS term | Andy Wingo | 1 | -1/+3 |
2018-01-03 | $prompt is now its own kind of CPS term. | Andy Wingo | 1 | -5/+5 |
2018-01-03 | $branch is now a distinct CPS term type | Andy Wingo | 1 | -70/+65 |
2017-11-05 | $primcall has a "param" member | Andy Wingo | 1 | -4/+4 |
2017-10-29 | Simplify $branch to always take a $primcall | Andy Wingo | 1 | -3/+1 |
2016-08-04 | Fix compilation of `continue' in `while'. | Andy Wingo | 1 | -5/+9 |
2015-07-27 | Simplify rotate-loops.scm | Andy Wingo | 1 | -9/+0 |
2015-07-25 | Loop inversion with multiple exits | Andy Wingo | 1 | -27/+54 |
2015-07-24 | Rotate comparisons down to loop back-edges | Andy Wingo | 1 | -0/+217 |