Merge commit '58147d67806e1f54c447d7eabac35b1a5086c3a6'
[bpt/guile.git] / module / language / tree-il / inline.scm
2011-09-29 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-09-28 Andy Wingoseparate peval and a new canonicalization pass into...
2011-09-08 Ludovic CourtèsAdd a partial evaluator for use in the compiler.
2011-08-31 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-07-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-06-30 Andy WingoMerge remote-tracking branch 'origin/lexical-literals'
2011-06-30 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-17 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-16 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-02 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-02 Andy Wingoadd <primcall> to tree-il
2011-06-02 Andy Wingorename <application> to <call>
2011-02-07 Andy Wingofix memq/memv inlining
2010-06-11 Andy Wingoadd inliner cases for conditionals
2010-05-02 Andy Wingorename `vars' field in tree-il binding constructs to...
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-28 Andy WingoFix inlining of lambda-apply-lambda.
2010-02-23 Andy Wingoensure non-escape-only prompts have a thunk application...
2010-02-19 Andy Wingoprompt handlers are always inline
2010-02-19 Andy Wingo<prompt> has no pre-unwind-handler, it's unnecessary
2010-01-31 Andy Wingotree-il analyzer and inliner handle <prompt>
2009-12-11 Andy Wingolame tweak to the inliner
2009-12-11 Andy Wingoinline calls to (memv foo CONSTANT-LIST)
2009-12-11 Andy Wingorename lambda-case-else to lambda-case-alternate
2009-12-11 Andy Wingomerge from master to elisp
2009-11-15 Andy WingoRevert "implement #:predicate" and remove predicate...
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-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-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
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-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-08-05 Andy Wingoadd a brain-dead inliner
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-17 Andy Wingospecial cases for more types of known applications
2009-05-12 Andy Wingoadd primitive expander for tree-il