Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / module / language / glil /
2013-03-28 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-02-24 Andy Wingoremove language/glil/decompile-assembly.scm
2013-02-20 Andy Wingofix compilation of functions with more than 255 local...
2013-01-31 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-01-27 Mark H WeaverAdd 'for-humans?' flag to <language> specifications.
2013-01-23 Andy Wingomerge stable-2.0
2013-01-14 Andy Wingocase-lambda* clauses fail to match if too many positionals
2012-07-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-07-05 Andy Wingofix `vector' instruction emission for big vectors
2012-03-05 BT TempletonMerge branch 'bt/elisp'
2012-01-30 Andy WingoMerge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'
2012-01-14 Mark H WeaverDon't diverge when serializing cyclic lists during...
2012-01-14 Mark H WeaverFix serialization of #nil-terminated lists during compi...
2011-09-29 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-09-21 Daniel LlorensFix compilation of untyped arrays of rank not 1
2011-06-30 Andy WingoMerge remote-tracking branch 'origin/lexical-literals'
2011-05-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-08 Andy Wingofix some duplication in object tables
2011-05-08 Andy Wingocompile-assembly: cleanup
2011-05-08 Andy Wingocompile-assembly: use file-level constants table
2011-05-08 Andy Wingocompile-assembly: add dump-constants, a new helper
2011-05-08 Andy Wingocompile-assembly: add build-constant-store, build-objec...
2011-05-08 Andy Wingocompile-assembly: make-meta refactor
2011-05-08 Andy Wingocompile-assembly: add traversal helpers
2010-06-01 Andy Wingorename (rnrs bytevector) to (rnrs bytevectors)
2010-05-02 Andy Wingoadd assert-nargs-ee/locals instruction
2010-05-02 Andy Wingoremove `version' field from <language>
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-09 Andy Wingo%nil -> #nil
2010-03-03 Andy Wingo<glil-mv-bind> can truncate values anonymously
2010-02-19 Andy Wingoprompt handlers are always inline
2010-01-31 Andy WingoGLIL and assembly support for prompt compilation
2010-01-11 Andy Wingofix compilation of #2((1 2 3) (4 5 6))
2010-01-11 Andy Wingoallow compilation of #@2(1 2 3)
2010-01-11 Andy Wingofix erroneous compilation of #@2(1 2 3) as #(1 2 3)
2010-01-03 Andy Wingorename goto/args and friends to tail-call, tail-apply...
2009-12-11 Andy Wingomerge from master to elisp
2009-12-10 Andy Wingofix emission of meta procedures
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-25 Andy Wingoarities can have noncontiguous starts and ends
2009-10-23 Andy Wingoseparate "inits" field in <lambda-case>; compile fixes...
2009-10-23 Andy Wingomore work towards compiling and interpreting keyword...
2009-10-23 Andy Wingofinish support for optional & keyword args; update...
2009-10-23 Andy Wingoflesh out glil support for optional and keyword arguments
2009-10-23 Andy Wingode-nargs struct scm_objcode; procedure-property refactor
2009-10-23 Andy Wingoruntime and debugging support for callee-parsed procedu...
2009-10-23 Andy Wingosteps on the way to have the callee check the number...
2009-10-22 Ludovic CourtèsFix typos leading to unbound variable references.
2009-10-16 Andy Wingolanguage-readers receive environment as an arg
2009-09-23 Ludovic CourtèsPartially revert e5f5113c21f396705d7479a570c96690135c9d36.
2009-09-20 Ludovic CourtèsRemove unused variables in system/language.
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-20 Michael GranRename string-width to string-bytes-per-char
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-12 Andy Wingorework the vm support for wide strings
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-05 Andy Wingoadd <fix> tree-il construct, and compile it
2009-08-04 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-31 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-26 Andy Wingoincrease range of relative jumps by aligning blocks...
2009-07-26 Andy Wingomake sure all programs are 8-byte aligned
2009-07-26 Andy Wingofix alignment of subprograms of subprograms
2009-07-24 Andy Wingocompiler support for nlocs >= 256
2009-07-23 Andy Wingoremove all mentions of "external" from the compiler...
2009-07-23 Andy Wingorename "closure-ref" to "free-ref"; s/vars/variables...
2009-07-23 Andy Wingocompile lexical variable access and closure creation...
2009-07-21 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-14 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-13 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-04 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-29 Daniel KraftAdded make-nil instruction to VM and use it for Emacs...
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-06 Andy Wingonew instructions: make-int64, make-uint64
2009-06-05 Andy Wingoadd ability to compile uniform arrays
2009-06-05 Andy Wingoadd long-object-ref, long-toplevel-ref, long-toplevel-set
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-20 Andy Wingocompile `list' and `vector' to their associated opcodes
2009-05-15 Andy Wingotree-il -> glil compiler works now, at least in initial...
2009-04-16 Andy Wingocompilation passes return third value: the continuation...
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-17 Andy Wingodecompile source info into <glil-source> annotations.
2009-03-17 Andy Wingofix bug serializing filenames in source locations
2009-03-17 Andy Wingotweaks to asm->glil decompiler, perhaps fix a (program...
2009-03-17 Andy Wingoadd assembly->glil decompiler
2009-03-17 Andy WingoMerge commit 'cb9d473112ac172a3d328bb029b5b550918d4262...
2009-03-17 Andy WingoMerge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2...
2009-03-17 Andy WingoMerge commit 'e092357058850a6f998bf462bdc5504c6379c96f...
2009-03-17 Andy WingoMerge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66...
2009-03-17 Andy WingoMerge commit 'cce8b2ce93703aff953750fb40cb53176ea66504...
2009-03-17 Andy WingoMerge commit '4c9e29ec38350a5206aa3e8e72ad4376512ada2b...
2009-03-17 Andy WingoMerge commit 'ad5f5ada1d50ecdab634d60ffe3a13b9193156aa...
2009-03-17 Andy WingoMerge commit '95a040cd2be7ad03bf197edbdb1fec2c52749ef6...
2009-03-17 Andy WingoMerge commit '6290d3f10927f887102a164ccb1a7291cc62288d...
next