Replace ($var sym) with ($values (sym)).
[bpt/guile.git] / module / language / cps / dfg.scm
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-10-31 Andy Wingofix compilation of (let lp () (lp))
2013-10-31 Andy WingoDFG: Export analyze-control-flow.
2013-10-31 Andy WingoDFG: $block no longer stores control-flow analysis
2013-10-31 Andy WingoDFG: Disable control-flow analysis.
2013-10-31 Andy WingoAdd "pop" field to $prompt
2013-10-27 Andy WingoVM has "builtins": primitives addressable by emitted...
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-21 Andy WingoDFG: Remove lift-definition!
2013-10-21 Andy Wingoadd lookup-block-scope
2013-10-21 Andy WingoDFG fixup.
2013-10-21 Andy WingoRTL slot allocator uses more precise, correct liveness...
2013-10-21 Andy WingoDFG: Add code to compute live variable sets.
2013-10-21 Andy WingoDFG: Use maps have variable names
2013-10-12 Andy WingoMore precise dead-after-use? for loop variables
2013-10-12 Andy WingoRTL slot allocation: Don't kill variables that flow...
2013-10-12 Andy WingoCompute post-dominators
2013-10-12 Andy WingoIdentify loops
2013-10-12 Andy WingoDFG refactorings
2013-10-11 Andy WingoReplace conservatively-dominates? with a precise domina...
2013-10-11 Andy WingoCompute a dominator tree
2013-10-10 Andy WingoDFG refactor to allow dominator tree construction
2013-10-04 Andy WingoFix variable-bound-in?
2013-10-04 Andy Wingodfg: variable-free-in?, add variable-bound-in?
2013-10-03 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-09-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-31 Andy WingoAdd CPS -> RTL compiler