Rename $ktrunc to $kreceive
[bpt/guile.git] / module / language / cps / dfg.scm
2014-01-12 Andy WingoRename $ktrunc to $kreceive
2014-01-11 Andy WingoRemove "pop" from $prompt
2014-01-11 Andy WingoEnable prompt analysis
2014-01-11 Andy WingoAdd prompt analysis to the DFG's analyze-control-flow
2014-01-11 Andy Wingocompute-live-variables uses CFA analysis
2014-01-11 Andy WingoInternal analyze-control-flow refactor
2014-01-11 Andy WingoFix constant-needs-allocation? for $values uses
2014-01-09 Mark H WeaverMerge branch 'stable-2.0'
2013-12-13 Mark H WeaverMerge branch 'stable-2.0'
2013-11-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-11-28 Andy WingoMerge commit 'd364a8971828e38e8f9112b711066f4962bb400e'
2013-11-28 Andy WingoMerge commit 'e7bd20f7d9b2110fdc0fa25db5a2bfe6b2214923'
2013-11-28 Andy WingoMerge commit '17330398d50524058c2ef488bd21ac5ec9c8b6e8'
2013-11-28 Andy WingoMerge commit 'a38024baaa32d1a6d91fdc81388c88bbb926c3ae'
2013-11-28 Andy WingoMerge commit '2437c7b2e8b4ab7786847ee1ce0b59e446a70fe2'
2013-11-28 Andy WingoMerge commit '8571dbde639e0ee9885bad49c9e180474bd23646'
2013-11-28 Andy WingoMerge commit '750ac8c592e792e627444f476877f282525b132e'
2013-11-28 Andy WingoMerge commit 'c61be45084d04b1db792b7e232f5bd77099f3287'
2013-11-28 Andy WingoMerge commit 'd360671c1cca335600079f1c5714572d1c2e676d'
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