Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor NEWS update. | Andy Wingo | 2015-10-22 | 1 | -4/+4 |
* | Small subr-call refactor... | Andy Wingo | 2015-10-22 | 4 | -72/+58 |
* | subr-call implementation simplification... | Andy Wingo | 2015-10-22 | 1 | -23/+22 |
* | Update VM documentation for new stack layout... | Andy Wingo | 2015-10-22 | 2 | -191/+258 |
* | Add stack size computation to disassembler... | Andy Wingo | 2015-10-21 | 2 | -11/+121 |
* | Minor assembler cleanups... | Andy Wingo | 2015-10-21 | 1 | -3/+3 |
* | SP-relative local addressing... | Andy Wingo | 2015-10-21 | 6 | -556/+569 |
* | Fix boot closure wrong-num-args error... | Andy Wingo | 2015-10-21 | 1 | -1/+2 |
* | Prepare for SP-addressed locals... | Andy Wingo | 2015-10-21 | 5 | -385/+493 |
* | Replace dynamic link on stack with previous frame size... | Andy Wingo | 2015-10-21 | 3 | -55/+12 |
* | Rename union scm_vm_stack_element members... | Andy Wingo | 2015-10-21 | 5 | -38/+39 |
* | Remove sp from scm_vm_cont... | Andy Wingo | 2015-10-21 | 4 | -8/+4 |
* | VM caches address of local 0 instead of FP... | Andy Wingo | 2015-10-21 | 1 | -55/+67 |
* | VM stack grows downward... | Andy Wingo | 2015-10-21 | 15 | -391/+399 |
* | Fix prompt miscompilation... | Andy Wingo | 2015-10-21 | 1 | -1/+1 |
* | Minor VM documentation updates... | Andy Wingo | 2015-10-21 | 1 | -7/+9 |
* | Fix typo in CPS conversion.... | Mark H Weaver | 2015-10-06 | 1 | -1/+1 |
* | Minor CPS documentation cleanups... | Andy Wingo | 2015-09-18 | 1 | -48/+58 |
* | Update CPS language documentation... | Andy Wingo | 2015-09-17 | 1 | -154/+353 |
* | Remove unused (language tree-il inline) module.... | Andy Wingo | 2015-09-17 | 2 | -26/+0 |
* | Allow decoding of UTF-8 containing U+FFFD, the replacement character.... | Mark H Weaver | 2015-08-13 | 3 | -8/+21 |
* | Add closure effects... | Andy Wingo | 2015-07-27 | 1 | -1/+16 |
* | Better codegen for $values terms that don't shuffle... | Andy Wingo | 2015-07-27 | 1 | -79/+107 |
* | Loop peeling... | Andy Wingo | 2015-07-27 | 3 | -6/+292 |
* | solve-flow-equations tweak... | Andy Wingo | 2015-07-27 | 2 | -14/+24 |
* | Simplify rotate-loops.scm... | Andy Wingo | 2015-07-27 | 1 | -9/+0 |
* | Loop inversion with multiple exits... | Andy Wingo | 2015-07-25 | 1 | -27/+54 |
* | Rotate comparisons down to loop back-edges... | Andy Wingo | 2015-07-24 | 3 | -0/+220 |
* | Eliminate trampoline gotos when possible in compile-bytecode... | Andy Wingo | 2015-07-24 | 1 | -53/+71 |
* | Small expression-effects tweak... | Andy Wingo | 2015-07-24 | 1 | -0/+2 |
* | Loop-invariant code motion... | Andy Wingo | 2015-07-24 | 3 | -0/+311 |
* | Move solve-flow-equations to utils... | Andy Wingo | 2015-07-24 | 2 | -55/+51 |
* | Factor out compute-effects/elide-type-checks from dce.scm... | Andy Wingo | 2015-07-24 | 3 | -37/+74 |
* | Add missing files... | Andy Wingo | 2015-07-22 | 25 | -0/+8619 |
* | Rename CPS2 to CPS | Andy Wingo | 2015-07-22 | 28 | -8662/+36 |
* | Remove CPS1 language... | Andy Wingo | 2015-07-22 | 9 | -3379/+1 |
* | Compile CPS2 directly to bytecode... | Andy Wingo | 2015-07-22 | 1 | -2/+2 |
* | Slot allocation and bytecode compilation from CPS2.... | Andy Wingo | 2015-07-22 | 3 | -0/+1430 |
* | Fix CPS2 compute-successors... | Andy Wingo | 2015-07-22 | 1 | -2/+2 |
* | intset-intersect bugfix... | Andy Wingo | 2015-07-22 | 1 | -3/+2 |
* | Fix bad return shuffles for multiply-used $kreceive conts... | Andy Wingo | 2015-07-21 | 1 | -0/+22 |
* | Fix error printing some wrong-num-args backtraces... | Andy Wingo | 2015-07-20 | 2 | -3/+7 |
* | More slot-allocation simplification... | Andy Wingo | 2015-07-20 | 1 | -13/+1 |
* | CPS1 slot-allocation simplification... | Andy Wingo | 2015-07-19 | 1 | -9/+8 |
* | Utils refactors... | Andy Wingo | 2015-07-19 | 3 | -56/+54 |
* | Add intset-prev and intset-fold-right... | Andy Wingo | 2015-07-19 | 1 | -12/+54 |
* | Reify primitives in CPS2... | Andy Wingo | 2015-07-16 | 5 | -181/+149 |
* | Fix type/range inference for mul... | Andy Wingo | 2015-07-16 | 1 | -7/+8 |
* | Remove CPS optimization passes and closure conversion... | Andy Wingo | 2015-07-16 | 15 | -5209/+0 |
* | Optimize first-order CPS... | Andy Wingo | 2015-07-16 | 3 | -85/+20 |