temporarily disable elisp exception tests
[bpt/guile.git] / module /
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
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-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 WingoNew foreign object facility, to replace SMOBs
2014-04-27 Andy WingoFix foreign slot initialization and access
2014-04-25 Mark H WeaverMerge branch 'stable-2.0'
2014-04-24 Mark H WeaverSupport weak vectors, arrays, and bitvectors in (system...
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-16 Andy WingoSlot allocation can re-use closure and argument slots
2014-04-16 Andy WingoFix statprof for optimizations
2014-04-16 Andy WingoFix a frame-call-representation bug
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-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-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-09 Andy WingoRemove obsolete comment in compile-bytecode.scm
next