allow case-lambda expressions with no clauses
[bpt/guile.git] / module / language / tree-il / peval.scm
2013-03-09 Andy Wingoallow case-lambda expressions with no clauses
2013-02-15 Andy Wingolocal rewrite for apply to a let-bound rest list
2013-02-15 Andy Wingoinline call-with-values consumers with optional and...
2013-02-15 Andy Wingomore rest argument inlining improvements
2013-02-15 Andy Wingobetter inlining of `apply' with rest arguments
2013-02-15 Andy Wingoprocedures with rest arguments can get inlined
2013-02-14 Andy Wingopeval can inline let-bound lambdas
2013-01-16 Andy Wingopeval-introduced gensyms infix " "
2012-07-05 Andy Wingosimplify one kind of degenerate prompt
2012-07-05 Andy Wingooptimize (apply foo 0 (list 1 2)) => (foo 0 1 2)
2012-05-15 Andy Wingostronger conditional optimization
2012-05-15 Andy Wingooptimization for chain of if expressions with common...
2012-04-23 Andy Wingoavoid emitting degenerate aliases in peval
2012-04-23 Andy Wingopeval uses effects analysis
2012-03-02 Andy Wingopeval: inline applications of lambda to rest args
2012-01-26 Andy Wingomore readable gensyms
2012-01-25 Andy Wingoadd another case in which to fold (values FOO) to FOO...
2011-12-22 Andy Wingopeval fix: (cons 1 #nil) is not (list 1)
2011-12-22 Andy Wingopeval minor tweak
2011-12-19 Andy Wingofix peval to preserve effects when folding (values...
2011-12-06 Ludovic Courtèspeval: Truncate multiple values when extending the...
2011-11-09 Andy Wingopeval: fix dynwind bug.
2011-11-09 Andy Wingopeval: don't copy assigned lexical bindings
2011-10-10 Andy Wingofold constants with accessors
2011-10-10 Andy Wingopeval support for memq and memv
2011-10-10 Andy Wingoadd accessor-primitive?, peval uses it
2011-10-10 Andy Wingopeval: visit operands on-demand, to inline mutually...
2011-10-10 Andy Wingopeval: add operand structure
2011-10-10 Andy Wingopeval: refactor logging
2011-10-07 Andy Wingopeval: logging
2011-10-07 Andy Wingopeval: bugfix in constant-expression?
2011-10-06 Andy Wingopeval refactor
2011-10-06 Andy Wingocomment peval.scm
2011-09-30 Ludovic Courtèspeval: Recognize module-refs to primitives.
2011-09-28 Andy Wingoseparate peval and a new canonicalization pass into...