guile/module/language/cps
Andy Wingo 366eb4d764 DFG refactorings
* module/language/cps/dfg.scm ($block): Add "irreducible" field, format
  TBD.
  (reverse-post-order): Return a vector directly.
  (convert-predecessors, compute-dom-levels, compute-idoms):
  (analyze-control-flow!): Factor out control flow analsysis a bit
  better.
  (identify-loops): New helper.  Currently a NOP.
  (visit-fun): Adapt to compute-dominator-tree rename to
  analyze-control-flow!.
2013-10-12 15:19:16 +02:00
..
arities.scm Add arity-adapting module 2013-08-31 09:40:56 +02:00
closure-conversion.scm Add closure conversion 2013-08-31 09:40:56 +02:00
compile-rtl.scm Add new "source" macro instruction; compile-rtl emits it. 2013-09-30 21:48:07 +02:00
contification.scm DFG refactor to allow dominator tree construction 2013-10-10 12:42:50 +02:00
dfg.scm DFG refactorings 2013-10-12 15:19:16 +02:00
primitives.scm Add CPS primitives info module 2013-08-31 09:40:56 +02:00
reify-primitives.scm Add pass to reify primcalls without corresponding VM ops 2013-08-31 09:40:56 +02:00
slot-allocation.scm Fix slot allocation bug 2013-10-05 15:57:54 +02:00
spec.scm Add CPS -> RTL compiler 2013-08-31 09:40:56 +02:00
verify.scm Fix verify-cps 2013-10-04 16:36:17 +02:00