Merge commit '5d971db802eaa8038db17e1aa5b4c69452739744'
[bpt/guile.git] / module /
2015-01-22 Andy WingoMerge commit '5d971db802eaa8038db17e1aa5b4c69452739744'
2015-01-22 Andy WingoMerge commit '47ca15c7dffd14a82e75c1a0aeeaf2e77f3fa5b4'
2015-01-22 Andy WingoMerge commit '7c433cbbce83bc9f2f9967afba00bbb68e312657'
2015-01-22 Andy WingoMerge commit '5fac1a7ada362d78f13143acbc0ceca7f2f101de'
2015-01-22 Andy WingoMerge commit '8cf2a7ba7432d68b9a055d29f18117be70375af9'
2015-01-22 Andy WingoMerge commit '81d2c84674f03f9028f26474ab19d3d3f353881a'
2015-01-22 Andy WingoMerge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840'
2015-01-22 Andy WingoMerge commit 'a7bbba05838cabe2294f498e7008e1c51db6d664'
2015-01-22 Andy WingoKeywords have a tc7
2015-01-22 Andy WingoAdd allocate-struct, struct-ref, struct-set! instructions
2015-01-22 Andy WingoMerge commit '5af307de43e4b65eec7f235b48a8908f2a00f134'
2015-01-22 Andy WingoMerge commit 'b1451ad859183ae48c624d19ec144306bd2d3e3a'
2014-12-14 Mark H WeaverAssembler: Cope with non-string port filenames.
2014-12-10 Andy WingoConvert primitive-eval to "compile" its expressions...
2014-12-07 Andy WingoMinor evaluator tweaks
2014-12-07 Andy WingoSimplify variable resolution in the evaluator
2014-12-06 Andy WingoAdd capture-env to evaluator
2014-12-05 Andy WingoSimplify the interpreter for trivial inits and no letrec
2014-12-02 Ludovic CourtèsUpdate (system base lalr) from upstream.
2014-12-02 Chris Jester-YoungImplement SRFI 28: Basic Format Strings.
2014-11-19 Rob BrowningRecognize m68k, s390x, and sh4 as compilation targets
2014-11-09 Andy Wingotexinfo: fix @url{@@} parsing
2014-11-01 Andy Wingoweb: Location header is URI-reference; better URI-refer...
2014-10-30 Daniel LlorensMerge branch 'lloda-array-support'
2014-09-30 Daniel LlorensIntern general arrays
2014-09-30 Mark H WeaverMerge branch 'stable-2.0'
2014-09-30 Andy WingoAdd (ice-9 unicode) module
2014-09-29 Mark H Weaverpeval: Handle optional argument inits that refer to...
2014-09-25 Mark H Weaverdoc: Improve description of vector-unfold and vector...
2014-09-20 Mark H Weaverguild disassemble: Use #:prefix instead of #:renamer.
2014-09-20 Mark H WeaverSRFI-43: vector-concatenate: Fix error message.
2014-09-12 Andy WingoAdd (ice-9 unicode) module
2014-08-26 Ludovic CourtèsHandle ~p in 'format' warnings.
2014-08-24 Andy WingoSeparate &boolean type into &true and &false
2014-07-31 Ian PriceProvide curried version of define*-public.
2014-07-30 Ian PricePrevent add-to-load-path from adding duplicate entries
2014-07-22 Andy WingoBetter simplification of literal constants that continu...
2014-07-22 Andy WingoCPS will not see "not" primcalls
2014-07-22 Andy WingoSimplify pass rewrite scope tree to reflect dominator...
2014-07-22 Andy WingoRemove dead case in CSE
2014-07-21 Andy WingoCSE allocate-struct fix
2014-07-21 Andy WingoFix typo in arities.scm
2014-07-21 Andy WingoStabilize renumber.scm:sort-conts.
2014-07-21 Andy WingoFix allocate-slots for $kreceive with multiple predecessors
2014-07-05 Andy WingoBlock sorting to keep loop bodies together
2014-07-04 Ludovic CourtèsRecognize more ARM targets.
2014-07-04 Ludovic CourtèsRecognize arm-* target triplets.
2014-07-04 Andy Wingologbit? strength reduction
2014-07-04 Andy WingoFix logand range analysis.
2014-07-04 Andy WingoFix range analysis for mul and div
2014-07-04 Andy WingoType-driven strength reduction
2014-07-04 Andy WingoSmall type-fold cleanup
2014-07-03 Eli ZaretskiiFix problems with Windows file names that use backslashes.
2014-07-03 Eli ZaretskiiUnconditionally build and test the ice-9/popen module.
2014-07-03 Andy WingoCompiler emits br-if-logtest
2014-07-03 Andy WingoAdd br-if-logtest opcode
2014-07-03 Andy WingoOptimizer support for logtest and logbit?
2014-07-03 Andy WingoConvert slot allocation to use intsets
2014-07-03 Andy WingoAdd bitvector->intset.
2014-07-03 Andy WingoRestrict intsets and maps to non-negative integers
2014-07-03 Andy WingoAdapt visit-prompt-control-flow to use intsets.
2014-07-03 Andy WingoCSE comments
2014-07-03 Andy WingoAdd intset-subtract.
2014-07-01 Andy WingoFix intset on 32-bit machines
2014-06-30 Andy WingoRemove size limit in elide-type-checks
2014-06-29 Andy WingoFix intmap-intersect corner case
2014-06-29 Andy WingoCSE truth inference pass uses intsets
2014-06-29 Andy WingoResult of intsect-intersect will share structure with...
2014-06-29 Andy WingoFix an intset-intersect corner case
2014-06-29 Andy WingoFix intset pruning for empty intsets
2014-06-29 Andy WingoRemove namesets.
2014-06-29 Andy WingoRewrite type inference to use intmaps
2014-06-29 Andy WingoNew module (language cps intmap)
2014-06-29 Andy WingoRewrite CSE to use intsets.
2014-06-29 Andy WingoNew module: (language cps intset)
2014-06-22 Andy WingoRewrite type inference pass to use namesets
2014-06-22 Andy WingoNew module: (language cps nameset)
2014-06-19 Andy WingoRefactor dominator computation
2014-06-19 Andy WingoConstant folding for (list) and (vector) in peval
2014-06-04 Mark H WeaverAvoid quadratic expansion time in 'and' and 'or' macros.
2014-06-03 Ludovic Courtès'guild compile' doesn't leave temporary files behind it.
2014-06-01 Andy WingoRemove $kif
2014-06-01 Andy WingoCPS conversion produces $branch nodes, not $kif
2014-06-01 Andy WingoAdd $branch expression type
2014-06-01 Andy WingoFix source-line-for-user for unknown line
2014-06-01 Andy WingoFix off-by-one in dump-dfg
2014-06-01 Andy WingoFix compute-predecessors bug in frame.scm
2014-05-28 Ludovic Courtèsrdelim: Speed up 'read-string' (aka. 'get-string-all'.)
2014-05-23 Ludovic Courtèsweb: Keep the default size for the client's in-kernel...
2014-05-16 Andy WingoUpdate effects-analysis docstring.
2014-05-16 Andy WingoRedefine memory kind part of effects to be enumeration...
2014-05-15 Andy WingoDCE uses type analysis to elide type checks
2014-05-15 Andy WingoLimit impact of O(n^2) type analysis by imposing limit
2014-05-15 Andy WingoCompile language/cps/types.scm early
2014-05-15 Andy WingoEnable type folding
2014-05-15 Andy WingoType and range inference for CPS
2014-05-08 Andy WingoRewrite effects analysis to be precise for fields.
2014-05-07 Andy WingoCSE effects analysis cleanup
2014-05-07 Andy WingoAdd dump-dfg pretty-printer
2014-05-07 Andy WingoSynthetic definitions take advantage of CSE'd vars
next