actually implement "fixing letrec"
[bpt/guile.git] / module / language / tree-il / analyze.scm
2009-08-06 Andy Wingoactually implement "fixing letrec"
2009-08-06 Andy Wingoactually inline call-with-values to tree-il's <let...
2009-08-05 Andy Wingoadd <fix> tree-il construct, and compile it
2009-07-30 Ludovic CourtèsAdd unused variable analysis in the tree-il->glil compiler.
2009-07-23 Andy Wingocompile lexical variable access and closure creation...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-07 Andy Wingocall-with-values can make fewer closures
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-20 Andy Wingodon't allocate too many locals for expansions of `or'
2009-05-20 Andy Wingoand, or, cond etc use syntax-rules, compile scheme...
2009-05-18 Andy Wingoadd tree-il->glil compilation test suite
2009-05-15 Andy Wingotree-il -> glil compiler works now, at least in initial...