Rewrite slot allocation pass
[bpt/guile.git] / module / language / cps / compile-rtl.scm
2013-11-15 Andy WingoRewrite slot allocation pass
2013-11-13 Andy WingoReplace ($var sym) with ($values (sym)).
2013-11-10 Andy WingoAdd specialize-primcalls pass; bump objcode version.
2013-11-07 Andy WingoSource information goes on the $continue, not the ...
2013-11-01 Andy WingoRevert "Compile-time debugging"
2013-11-01 Andy WingoRTL compilation sorts continuations topologically befor...
2013-10-31 Andy WingoBetter aliased primcall compilation
2013-10-31 Andy WingoBetter compiler support for bytevector ops
2013-10-31 Andy WingoCompile-time debugging
2013-10-31 Andy WingoAdd "pop" field to $prompt
2013-10-27 Andy WingoVM has "builtins": primitives addressable by emitted...
2013-10-26 Andy WingoNew pass: elide-values
2013-10-26 Andy WingoAdd make-vector, constant-make-vector instructions
2013-10-26 Andy WingoEmit constant-vector-ref, constant-vector-set! for...
2013-10-26 Andy WingoNew pass: inline-constructors
2013-10-26 Andy WingoCompile variable-ref, variable-set!
2013-10-26 Andy WingoRTL compiler: Compile TC7 branches.
2013-10-26 Andy WingoRTL compiler: Compile `wind' primcalls
2013-10-21 Andy WingoCPS->RTL compiler: add push-fluid and pop-fluid
2013-10-14 Andy WingoRTL: Compile prompts
2013-10-14 Andy WingoRTL VM: receive-values has allow-extra? flag
2013-10-03 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-09-30 Andy WingoAdd new "source" macro instruction; compile-rtl emits it.
2013-09-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-31 Andy WingoAdd contification pass
2013-08-31 Andy WingoAdd CPS -> RTL compiler