bpt/guile.git
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-29 Andy WingoFix bit-count* bug
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-09 Ludovic CourtèsUse the right GC version macros.
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-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-12 Andy WingoAdd syntax-parameterize indentation to .dir-locals.el.
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
2014-05-07 Andy WingoFix thinko in synthesize-definition-effects!
2014-05-04 Andy WingoFix frame-call-representation for frames from apply...
2014-05-04 Andy WingoProgram printing tweaks
2014-05-04 Andy WingoRefactorings to apply-hook and push-continuation-hook
2014-05-04 Andy Wingoframe-address, frame-stack-pointer return offsets
2014-05-04 Andy Wingoframe-call-representation has #:top-frame? as keyword...
2014-05-03 Andy WingoSet-car! on a dead pair does not force the pair to...
2014-05-03 Andy WingoAdd auxiliary definitions for boxes
2014-05-02 Andy WingoCSE does scalar replacement of aggregates
2014-05-02 Andy WingoMore inlinable effects-analysis procedures
2014-05-02 Andy WingoUpdate NEWS
2014-05-01 Andy WingoRewrite boot-9 map to be recursive and pure
2014-05-01 Andy WingoFix inner and outer stack cuts to match on procedure...
2014-04-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2014-04-28 Andy WingoPrefer foreign objects over smobs in manual
2014-04-28 Andy WingoAdd new standalone tests to gitignore
2014-04-28 Andy WingoRemove doc/example-smob/
2014-04-28 Andy WingoRemove SMOB tutorial; update manual.
2014-04-28 Andy WingoAdd foreign object documentation
2014-04-28 Andy WingoAdd more foreign object interfaces
2014-04-28 Andy WingoAvoid non-constant struct initializers
2014-04-28 Andy WingoAdd scm_make_foreign_object_0; optimize scm_make_foreig...
2014-04-28 Andy WingoNew foreign object facility, to replace SMOBs
2014-04-27 Andy WingoFix foreign slot initialization and access
2014-04-26 Andy WingoAdd interface to disable automatic finalization
2014-04-25 Mark H WeaverMerge branch 'stable-2.0'
2014-04-25 Mark H Weaverprint: Fix printing of weak vectors.
2014-04-24 Mark H WeaverSupport weak vectors, arrays, and bitvectors in (system...
2014-04-24 Mark H Weaverprint: avoid triggering deprecation warnings when print...
2014-04-24 Ludovic Courtèsbuild: Clean up rules for meta/{guild,guile-config}.
2014-04-24 Ludovic Courtèsbuild: Clean up rules for meta/{guild,guile-config}.
2014-04-24 Ludovic Courtèsbuild: Honor program name transformation in 'guild'.
2014-04-24 Ludovic Courtèsbuild: Honor program name transformation in 'guild'.
2014-04-23 Ludovic CourtèsSet $GC_MARKERS to 1 when libgc 7.4.0 is used.
2014-04-22 Dmitry BogatovFix memory leak on `realloc' failure
2014-04-21 Andy WingoAdd make-vector opcode
2014-04-21 Andy WingoOperations on 8-bit and 12-bit operands shuffle args...
2014-04-21 Andy WingoMore expansion-time-only definitions in assembler.scm
2014-04-21 Andy Wingodefine-inline in assembler.scm
2014-04-20 Andy WingoVM opcodes only have <24-bit slot operands in the first...
2014-04-17 Andy WingoAdd interface to disable automatic finalization
2014-04-16 Andy WingoSlot allocation can re-use closure and argument slots
2014-04-16 Andy WingoRemove SCM_FRAME_PROGRAM
2014-04-16 Andy WingoVM robustness for optimized closures
2014-04-16 Andy WingoFix rewinding continuations when outermost frame has...
2014-04-16 Andy Wingoframe-previous, frame-procedure robustness
2014-04-16 Andy Wingomake-stack works on delimited continuations
2014-04-16 Andy WingoMore robust coverage tests
2014-04-16 Andy WingoChange some make-stack tests to use frame-call-represen...
2014-04-16 Andy WingoFix statprof for optimizations
2014-04-16 Andy WingoFix a frame-call-representation bug
2014-04-16 Andy WingoBetter backtraces from C, especially for optimized...
2014-04-16 Andy Wingoframe-call-representation checks available-bindings...
2014-04-16 Andy WingoUpdate frame-bindings interface
2014-04-16 Andy WingoImplement frame-bindings
2014-04-16 Andy WingoAdd arity-code
next