'port-position' works on CBIPs that do not support 'set-port-position!'.
[bpt/guile.git] / test-suite / tests / tree-il.test
2013-03-07 Andy Wingosupport calls and tail-calls with more than 255 formals
2013-01-28 Ian PriceFix argument count for various format string escape...
2012-11-23 Ludovic CourtèsAdd tests for `-Wduplicate-case-datum' and `-Wbad-case...
2012-10-08 Mark H WeaverSimplify calls to 'eqv?' when one argument is an immedi...
2012-10-08 Mark H WeaverDon't simplify 'equal?' to 'not' or 'null?'.
2012-10-08 Mark H WeaverDon't simplify 'equal?' to 'eq?' when constant is an...
2012-10-06 Ludovic CourtèsSimplify calls to `equal?' when one argument is a constant.
2012-05-12 Ludovic CourtèsHave `-Wformat' remain quiet for any procedure called...
2012-05-12 Ludovic CourtèsHave `-Warity-mismatch' handle applicable structs.
2012-05-12 Ludovic CourtèsImprove special-casing of `_' in `-Wformat'.
2012-04-23 Andy Wingoenable cse
2012-04-23 Andy Wingopeval tests into separate file
2012-04-22 Ludovic CourtèsRemove duplicate test in `tree-il.test'.
2012-03-23 BT Templetonprimitive resolution for public refs
2012-03-02 Andy Wingotweaks to -Wformat's gettext detection
2012-03-02 Andy Wingopeval: inline applications of lambda to rest args
2012-03-02 Andy Wingomore general treatment of call-with-prompt
2012-02-26 Ludovic CourtèsAvoid failure when `format-analysis' stumbles upon...
2012-02-19 Ludovic CourtèsHave `-Wformat' recognize `ngettext' calls.
2012-02-19 Ludovic CourtèsHave `-Wformat' better recognize the `gettext' procedure.
2012-02-08 Mark H WeaverSupport => within case, and improve error messages...
2012-02-03 Ludovic CourtèsAugment `-Wformat' analysis with support for `~:h'.
2012-01-25 Ludovic CourtèsAdd warnings for unsupported `simple-format' options.
2012-01-25 Andy Wingofix values miscompilation in push context with RA
2011-12-22 Andy Wingopeval fix: (cons 1 #nil) is not (list 1)
2011-12-06 Ludovic Courtèspeval: Truncate multiple values when extending the...
2011-11-11 Andy Wingoupdate letrec compilation test
2011-11-09 Andy Wingopeval: fix dynwind bug.
2011-10-20 Andy Wingofix misallocation of some <fix> procedures
2011-10-10 Andy Wingofold constants with accessors
2011-10-10 Andy Wingopeval support for memq and memv
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
next