compilation enviroments are always modules; simplifications & refactorings
[bpt/guile.git] / module / language / tree-il / optimize.scm
2009-10-16 Andy Wingocompilation enviroments are always modules; simplificat...
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-05 Andy Wingolet-values in terms of syntax-case, add make-tree-il...
2009-08-05 Andy Wingoadd <fix> tree-il construct, and compile it
2009-08-05 Andy Wingoadd a brain-dead inliner
2009-06-16 Neil JerramChange Guile license to LGPLv3+
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-22 Andy Wingomove things to (language tree-il primitives)
2009-05-21 Andy Wingofix apply and call/cc in drop contexts
2009-05-20 Andy Wingoremove compile-time-environment
2009-05-20 Andy Wingofix @slot-ref / @slot-set! compilation
2009-05-20 Andy Wingocompile `list' and `vector' to their associated opcodes
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-13 Andy Wingoadd lexical analyzer and allocator
2009-05-12 Andy Wingoadd primitive expander for tree-il
2009-05-11 Andy Wingoadd tree-il optimizer