peval: visit operands on-demand, to inline mutually recursive bindings
[bpt/guile.git] / test-suite / tests / tree-il.test
2011-10-10 Andy Wingopeval: visit operands on-demand, to inline mutually...
2011-09-30 Ludovic Courtèspeval: Add test for possible infinite recursion.
2011-09-30 Ludovic Courtèspeval: Recognize module-refs to primitives.
2011-09-27 Andy Wingo((lambda ...) ...) fix
2011-09-27 Andy Wingopeval: more effective binding pruning
2011-09-27 Andy Wingodon't propagate pure primcalls that might not type...
2011-09-27 Andy Wingopeval: elide make-prompt-tag in effect context
2011-09-27 Andy Wingopeval: add support for <prompt> and <abort>
2011-09-26 Andy Wingopeval: more strict accounting
2011-09-26 Andy Wingopeval: fix inlining of lambda* with #:optional
2011-09-25 Andy Wingopeval: simpler and more precise treatment of mutability
2011-09-25 Andy Wingopeval uses effort counters, propagates lambdas more...
2011-09-24 Andy Wingoattempt to prune unreferenced bindings
2011-09-24 Andy Wingopeval: don't propagate expressions that access memory
2011-09-23 Ludovic Courtèspeval: Add test for multiple-value returns.
2011-09-23 Andy Wingoprevent propagation for memory-dependent operations...
2011-09-18 Ludovic Courtèspeval: Abort inlining when the residual code contains...
2011-09-18 Ludovic Courtèspeval: Improve alpha-renaming test.
2011-09-17 Ludovic Courtèspeval: Alpha-rename anonymous lambdas that are duplicated.
2011-09-13 Ludovic Courtèspeval: Inline thunks.
2011-09-13 Ludovic Courtèspeval: Use the right scope when replacing a lambda...
2011-09-13 Ludovic Courtèspeval: Add tests for inlining with both static & dynami...
2011-09-10 Ludovic Courtèspeval: Propagate only pure expressions to lambdas.
2011-09-10 Ludovic Courtèspeval: Try hard to preserve mutability.
2011-09-08 Ludovic CourtèsRemove unused macro in `tree-il.test'.
2011-09-08 Ludovic CourtèsAdd a partial evaluator for use in the compiler.
2011-08-04 Andy Wingofix tree-il->scheme test
2011-06-17 Andy Wingofix invalid transformation of (values x) -> x, (+ x...
2011-04-14 Ludovic CourtèsAdd tests for `-Wformat' and gettext.
2011-03-06 Ludovic CourtèsHandle `letrec*' like `letrec' in simple cases.
2011-02-13 Ludovic CourtèsAdd `*current-warning-prefix*'.
2010-10-20 Ludovic CourtèsTweak `-Wunused-variable' and `-Wunused-toplevel' for...
2010-10-10 Ludovic CourtèsAdd warnings for obvious syntax errors in format strings.
2010-10-10 Ludovic CourtèsAdd new `format' warnings.
2010-10-10 Ludovic CourtèsImplement fancy format string analysis.
2010-10-08 Ludovic CourtèsAdd `-Wformat'.
2010-06-17 Andy Wingocompiler support for letrec*
2010-06-11 Andy Wingoadd inliner cases for conditionals
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-03 Andy Wingouse anonymous mv-bind in compile-glil.scm; fix abort...
2010-01-11 Ludovic CourtèsEvaluate the `export' and `re-export' forms at compile...
2010-01-11 Ludovic CourtèsAdd `-Wunused-toplevel' compiler warning.
2010-01-09 Andy Wingoallocate free variables inline to closures
2010-01-03 Andy Wingorename goto/args and friends to tail-call, tail-apply...
2009-12-11 Andy Wingomerge from master to elisp
2009-11-15 Andy WingoRevert "implement #:predicate" and remove predicate...
2009-11-08 Ludovic CourtèsAdd support for multiple arities in `arity-mismatch...
2009-11-08 Ludovic CourtèsAdd tests for `unbound-variable-analysis'.
2009-11-08 Ludovic CourtèsAdd support for keyword arguments in `arity-mismatch...
2009-11-07 Ludovic CourtèsAdd `arity-mismatch' warning type.
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 Wingomore work towards compiling and interpreting keyword...
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-23 Andy Wingode-nargs struct scm_objcode; procedure-property refactor
2009-10-23 Andy Wingocallees reserve their own local vars
2009-10-23 Andy Wingosteps on the way to have the callee check the number...
2009-10-21 Ludovic CourtèsHave `-Wunbound-variable' account for GOOPS top-level...
2009-10-06 Ludovic CourtèsAdd compiler warning for possibly unbound variables.
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
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-20 Andy Wingopush new frame on stack before procedure & args
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-12 Andy Wingo"fix" <let>-bound lambda expressions too
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-05 Andy Wingoadd1 and sub1 instructions
2009-07-31 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-30 Ludovic CourtèsAdd unused variable analysis in the tree-il->glil compiler.
2009-07-30 Ludovic CourtèsAdd `tree-il-fold', a purely functional iterator on...
2009-07-23 Andy Wingoremove all mentions of "external" from the compiler...
2009-07-23 Andy Wingorename "closure-ref" to "free-ref"; s/vars/variables...
2009-07-23 Andy Wingocompile lexical variable access and closure creation...
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
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 Wingofix tree-il test to work if source info happens to...
2009-05-21 Andy Wingofix apply and call/cc in drop contexts
2009-05-21 Andy Wingoprocedures in "drop" contexts can return unspecified...
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