bpt/guile.git
2014-08-14 Robin Templetonexecute top level require forms
2014-08-14 Robin Templetontop level fixes
2014-08-14 Robin Templetononly evaluate top-level macro definitions
2014-08-14 Robin Templetondegenerate let forms
2014-08-14 Robin Templetoneval-when
2014-08-14 Robin Templetonfset macro
2014-08-14 Robin Templetonuse defsubst
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 Templetonguile-snarf fix
2014-08-10 Robin Templetonprefer compilers earlier in list
2014-08-10 Robin TempletonRevert "Add thread-local lock-free, TLS-free freelists."
2014-08-10 Robin Templetonallow arbitrary constants in cps
2014-08-10 BT Templetonguile-private-ref
2014-08-10 BT Templetonmultiple obarrays
2014-08-10 Robin Templetoncheck symbols constants uninterned
2014-08-10 Robin Templetonintern arbitrary constants
2014-08-10 Robin Templetonlibguile/Makefile.am (snarfcppopts): Remove CFLAGS
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 Wingomaybe_annotate_source does not annotate negative positions
2014-07-21 Andy WingoSoft port fill-input doesn't alter line or column
2014-07-21 Andy Wingoscm_ungetc_unlocked should not result in negative columns
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-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...
next