Coalesce tree traversals made for warnings.
[bpt/guile.git] / module / language / tree-il / analyze.scm
2009-11-06 Ludovic CourtèsCoalesce tree traversals made for warnings.
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-23 Andy Wingoseparate "inits" field in <lambda-case>; compile fixes...
2009-10-23 Andy Wingotree-il support for case-lambda
2009-10-23 Andy Wingoflesh out glil support for optional and keyword arguments
2009-10-22 Ludovic CourtèsAdjust `unbound-variable' GOOPS heuristic for `goops...
2009-10-21 Ludovic CourtèsHave `-Wunbound-variable' account for GOOPS top-level...
2009-10-16 Andy Wingocompilation enviroments are always modules; simplificat...
2009-10-16 Andy Wingono more *compilation-environment* fluid
2009-10-06 Ludovic CourtèsAdd compiler warning for possibly unbound variables.
2009-10-06 Ludovic Courtèstree-il: Pass the environment to warning passes.
2009-09-20 Ludovic CourtèsRemove unused variables in system/language.
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
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-07 Andy Wingolambda, the ultimate goto
2009-08-07 Andy Wingoadd label alist to lambda allocations in tree-il->glil...
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...