defsubst
[bpt/guile.git] / module /
2014-08-14 Robin Templetondefsubst
2014-08-14 Robin Templetoncompiler macros
2014-08-14 Robin Templetondefconst, defvar: proclaim special at compile-time
2014-08-14 Robin Templetonelisp @@ macro
2014-08-14 Robin Templetoncompile-elisp fn
2014-08-14 Robin Templetonfix `nil?' type inference
2014-08-14 Robin Templetonfix symbol-function
2014-08-14 Robin Templetonrestore special operator handling
2014-08-14 Robin Templetondefine-module for elisp special modules
2014-08-14 Robin Templetonconstant-interning fix
2014-08-14 Robin Templetondefvar affects default value
2014-08-14 Robin Templetonsymbol default value procedures
2014-08-14 Robin Templetonread nil/t as #nil/#t
2014-08-14 Robin Templetontree-il evaluator
2014-08-14 Robin Templetonelisp updates
2014-08-10 Robin Templetonprefer compilers earlier in list
2014-08-10 Robin Templetonallow arbitrary constants in cps
2014-08-10 BT Templetonguile-private-ref
2014-08-10 Robin Templetoncheck symbols constants uninterned
2014-08-10 Robin Templetonintern arbitrary constants
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 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 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-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-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
next