bpt/guile.git
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
2014-04-16 Andy WingoAdd parsing interfaces to the disassembler
2014-04-16 Andy WingoFix up some opcode metadata
2014-04-16 Mark H WeaverUpdate libgc URL in README.
2014-04-15 Andy WingoAdd ability to query local definitions for a procedure
2014-04-15 Andy WingoFix rtl tests
2014-04-15 Andy WingoFix frame-call-representation for primitive applications
2014-04-15 Andy WingoAssembler residualizes local variable definition locations
2014-04-15 Andy WingoBump minor objcode version for recent changes
2014-04-15 Andy WingoWrite all local variable names into the arities section
2014-04-15 Andy WingoTweak arities debugging representation
2014-04-15 Andy WingoBeginnings of local variable information
2014-04-15 Andy WingoRemove needless label remapping in slot-allocation
2014-04-15 Andy WingoDFA datums don't rename their labels
2014-04-15 Andy WingoBetter backtraces for optimized closures
2014-04-14 Andy Wingostatprof avoids mucking with VM trace levels when not...
2014-04-14 Andy WingoBetter state handling in statprof
2014-04-14 Andy WingoOptimize make-stack
2014-04-14 Andy WingoReadline history preserves newlines
2014-04-14 Andy Wingoscm_c_make_frame takes struct scm_frame as arg
2014-04-14 Andy WingoRefactor to frames code
2014-04-14 Andy WingoOptimize make-global-cont-folder
2014-04-13 Andy WingoImprove disassembly for optimized closures
2014-04-13 Andy WingoRemove debugging code in closure-conversion
2014-04-13 Andy WingoEval has no more free variables
2014-04-13 Andy WingoClosure conversion eliminates self-references introduce...
2014-04-13 Andy WingoRefactor to closure-conversion
2014-04-13 Andy WingoAvoid consing an unbound-arg marker in the evaluator
2014-04-13 Andy WingoOptimize closures with one free variable
2014-04-12 Andy WingoWell-known closures represented using pairs or vectors
2014-04-12 Andy WingoUpdate verify-cps
2014-04-12 Andy WingoAvoid creating closures with no free variables
2014-04-12 Andy WingoHard-wire calls to known procedures
2014-04-12 Andy Wingoclosure conversion computes well-known functions
2014-04-12 Andy WingoFirst-order CPS has $program and $closure forms
2014-04-11 Andy WingoSeparate make-cont-folder into global and local variants
2014-04-11 Andy WingoRoot higher-order CPS term is always $kfun $cont
2014-04-11 Andy WingoClosure conversion, reify-primitives use $kfun $cont
2014-04-11 Andy WingoPreparation for compile-bytecode to work on $kfun ...
2014-04-11 Andy Wingocompute-dfg takes a $kfun $cont, not a $fun
2014-04-11 Andy Wingowith-fresh-name-state takes a cont, not a $fun
2014-04-11 Andy WingoFunction defined by make-cont-folder takes a cont,...
2014-04-10 Andy WingoRename $kentry to $kfun
2014-04-10 Andy Wingosrc and meta are fields of $kentry, not $fun
2014-04-10 Andy WingoRemove tests for old Tree-IL CSE module
2014-04-09 Andy WingoRemove obsolete comment in compile-bytecode.scm
next