Merge branch 'bt/elisp'
[bpt/guile.git] / libguile / vm-i-scheme.c
2012-03-05 BT TempletonMerge branch 'bt/elisp'
2012-03-04 Mark H WeaverMerge branch 'stable-2.0'
2012-03-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-03-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-23 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-02-17 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-02-15 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-15 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-12 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-03 BT Templetonadd `nil?' primitive
2012-01-30 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-01-30 Andy WingoMerge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
2012-01-30 Andy WingoMerge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'
2012-01-29 Andy WingoRevert "vm-i-scheme.c slight refactor"
2012-01-29 Andy WingoRevert "attempt to clear stale references on VM C stack"
2012-01-27 Andy Wingoattempt to clear stale references on VM C stack
2012-01-27 Andy Wingovm-i-scheme.c slight refactor
2012-01-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-01-09 Andy WingoMerge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'
2012-01-09 Andy WingoMerge commit 'cc8afa2b361635953dfba7f10e4193b1f243a50f'
2011-12-19 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-14 Ludovic CourtèsUse `alignof_type' instead of `alignof'.
2011-12-13 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-01 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-28 Andy Wingoadd string-length, string-ref, vector-length instructions
2011-06-30 Andy WingoMerge remote-tracking branch 'origin/lexical-literals'
2011-05-13 Andy Wingomerge strictness branch from 2.0
2011-05-13 Andy Wingomore care regarding SCM_PACK and SCM_UNPACK
2011-05-05 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-05 Andy WingoVM tweaks
2011-04-11 Andy WingoMerge remote branch 'origin/stable-2.0'
2011-03-23 Andy Wingofix a failure to sync regs in vm bytevector ops
2010-11-19 Andy Wingofix a number of assuptions that a long could hold an...
2010-11-19 Ludovic CourtèsOptimize fixnum comparison.
2010-11-19 Ludovic CourtèsAdd optimized tagged integer addition/subtractions...
2010-10-12 Ludovic CourtèsOptimize `1+' and `1-' on fixnums.
2010-10-08 Andy Wingoinline symbol? and vector? to opcodes, and a psyntax...
2010-07-15 Andy Wingobetter error reporting from the vm
2010-05-31 Ludovic CourtèsFix `VM_VALIDATE_BYTEVECTOR' macro wrt. trailing semico...
2010-05-31 Ludovic CourtèsFix unaligned accesses by the bytevector instructions.
2010-05-02 Andy Wingoadd underflow check in make-array
2010-04-30 Andy Wingosimplify make-struct
2010-04-30 Andy Wingooptimize and bugfix make-struct VM opcode
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-08 Andy Wingosync regs before calling scm_class_of
2010-04-01 Andy Wingofix vector-ref and vector-set opcodes for weak vectors
2010-03-31 Andy Wingofix bug in ash opcode
2010-03-30 Andy Wingonil is null, whee
2010-03-15 Ludovic CourtèsMake sure the whole VM stack is always scanned by the GC.
2010-01-26 Andy Wingorenumber VM opcodes
2010-01-23 Ludovic CourtèsAdd `struct-ref' and `struct-set' VM opcodes.
2010-01-11 Andy Wingomake-array bugfix
2010-01-11 Andy Wingoallow compilation of #@2(1 2 3)
2009-12-11 Ludovic CourtèsAdd opcodes for `struct?', `struct-vtable', and `make...
2009-12-11 Andy Wingomerge from master to elisp
2009-11-28 Ludovic CourtèsRemove remaining uses of discouraged constructs.
2009-11-25 Ludovic CourtèsRemove uses of discouraged constructs.
2009-11-15 Andy Wingoopcodes for bit twiddling (ash, logand, logior, logxor)
2009-11-15 Andy Wingoclass-of has an opcode
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-27 Mark H Weaverfix nil handling in the vm
2009-09-15 Ludovic CourtèsUse fixnums for int32 when the native word size of...
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
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-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-06 Andy Wingoloop detection in the house
2009-08-05 Andy Wingoadd1 and sub1 instructions
2009-07-31 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-21 Andy Wingorenumber vm ops (objcode cookie bumped)
2009-07-21 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-14 Andy Wingofix bounds checks for the last element of bv-*-{ref...
2009-07-14 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-14 Ludovic CourtèsRemove potential "uninitialized variable" GCC warnings.
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-26 Andy Wingobytevector ops now compile down to low-level VM ops
2009-06-26 Andy Wingovector-ref and vector-set! now have opcodes
2009-06-26 Andy Wingoadd bytevector ops to the vm
2009-06-24 Andy Wingoallow primcall ops to push 0 values
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-06 Andy Wingofix incorrect inlining of + when + is locally redefined
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-26 Andy Wingoadjust VM copyright notices to LGPL, use SCM_INTERNAL...
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-17 Andy WingoMerge commit 'cb9d473112ac172a3d328bb029b5b550918d4262...
2009-03-17 Andy WingoMerge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2...
2009-03-17 Andy WingoMerge commit 'e092357058850a6f998bf462bdc5504c6379c96f...
next