Merge commit 'cc8afa2b361635953dfba7f10e4193b1f243a50f'
[bpt/guile.git] / module / language / tree-il / peval.scm
2012-01-09 Andy WingoMerge commit 'cc8afa2b361635953dfba7f10e4193b1f243a50f'
2011-12-22 Andy Wingopeval fix: (cons 1 #nil) is not (list 1)
2011-12-22 Andy Wingopeval minor tweak
2011-12-19 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-19 Andy Wingofix peval to preserve effects when folding (values...
2011-12-13 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-06 Ludovic Courtèspeval: Truncate multiple values when extending the...
2011-12-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-01 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-09 Andy Wingoinline dynwind guards for normal control flow
2011-11-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-09 Andy Wingopeval: fix dynwind bug.
2011-11-09 Andy Wingopeval: don't copy assigned lexical bindings
2011-11-04 Andy Wingopeval doesn't resolve primitives
2011-10-27 Andy Wingofix the peval merge and a test
2011-10-27 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-10 Andy Wingofold constants with accessors
2011-10-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
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-29 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-09-28 Andy Wingoseparate peval and a new canonicalization pass into...