bpt/guile.git
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 Eli ZaretskiiFix compilation of scm_nl_langinfo when some nl_langinf...
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-12 Ludovic Courtèstests: Improve lack-of-/dev/null detection.
2014-06-11 Ludovic Courtèsi18n: Adjust tests for Windows.
2014-06-11 Ludovic Courtèsi18n: Ignore LC_MESSAGES on MinGW.
2014-06-11 Ludovic Courtèstests: Use NUL instead of /dev/null on MinGW.
2014-06-09 Ludovic CourtèsUse the right GC version macros.
2014-06-06 Taylan Ulrich BR6RS library documentation fix
2014-06-05 Dmitry BogatovFix typo in `transform-string' doc.
2014-06-05 Mark H WeaverOptimize scm_ilength and 'length+'.
2014-06-05 Mark H Weavertest-guild-compile: Increase sleep time before sending...
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 Mark H WeaverSRFI-1 'length+' raises an error unless passed a proper...
2014-06-01 Mark H WeaverMark system async functions as SCM_API.
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èsSlightly simplify 'scm_open_process'.
2014-05-28 Ludovic Courtèsrdelim: Speed up 'read-string' (aka. 'get-string-all'.)
2014-05-28 Ludovic Courtèstests: Add test for <http://bugs.gnu.org/17466>.
2014-05-28 Ludovic CourtèsFix shrinking of contiguous bytevectors, as from 'get...
2014-05-23 Ludovic Courtèsweb: Keep the default size for the client's in-kernel...
2014-05-21 Ludovic Courtèstests: Add test for _IOLBF.
2014-05-16 Andy WingoUpdate effects-analysis docstring.
2014-05-16 Andy WingoRedefine memory kind part of effects to be enumeration...
2014-05-16 Ludovic CourtèsSilence GCC warning.
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...
next