Merge commit 'ca5e0414e96886177d883a249edd957d2331db65'
[bpt/guile.git] / libguile / vm-engine.c
2014-02-07 Andy WingoMerge commit 'ca5e0414e96886177d883a249edd957d2331db65'
2014-02-07 Andy WingoMerge commit '60617d819d77a1b92ed6c557a0b49b8e9a8e97b9'
2014-02-07 Andy WingoMerge commit 'f6ddf827f8f192af7a8cd255bd8374a0d38bbb74'
2014-02-07 Andy WingoMerge commit '45a28515c13348dfd18e53038ad63dd091a5a3c1'
2014-02-07 Andy WingoMerge commit 'a5cbbaa66a2491453db0edff9b0cb592a98f61bf'
2014-02-07 Andy WingoMerge commit '8ca97482b01cf1a6aa538cc5a2d1f71fb60f080c'
2014-02-07 Andy WingoMerge commit '122f24cc8a3637ed42d7792ad1ff8ec0c49c58df'
2014-02-05 Andy WingoVarious VM stack management fixes
2014-02-02 Andy WingoAdd VM and compiler support for calls to known procedures
2014-02-02 Andy WingoAdd thread-local lock-free, TLS-free freelists.
2014-01-31 Andy WingoReturn unused parts of the stack to the OS
2014-01-28 Andy WingoUnnecessary VM_HANDLE_INTERRUPTS elision
2014-01-21 Mark H WeaverMerge branch 'stable-2.0'
2014-01-15 Mark H WeaverMerge branch 'stable-2.0'
2014-01-15 Mark H WeaverMerge branch 'stable-2.0'
2014-01-14 Mark H WeaverMerge branch 'stable-2.0'
2014-01-14 Mark H WeaverMerge branch 'stable-2.0'
2014-01-09 Mark H WeaverMerge branch 'stable-2.0'
2013-12-13 Mark H WeaverMerge branch 'stable-2.0'
2013-11-30 Andy WingoFix more vm-engine comments
2013-11-30 Andy WingoRemove slot-ref and slot-set! ops
2013-11-30 Andy WingoFix vm-engine.c comments
2013-11-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-11-28 Andy WingoMerge commit 'd364a8971828e38e8f9112b711066f4962bb400e'
2013-11-28 Andy WingoMerge commit 'e7bd20f7d9b2110fdc0fa25db5a2bfe6b2214923'
2013-11-28 Andy WingoMerge commit '17330398d50524058c2ef488bd21ac5ec9c8b6e8'
2013-11-28 Andy WingoMerge commit 'a38024baaa32d1a6d91fdc81388c88bbb926c3ae'
2013-11-28 Andy WingoMerge commit '2437c7b2e8b4ab7786847ee1ce0b59e446a70fe2'
2013-11-28 Andy WingoMerge commit '8571dbde639e0ee9885bad49c9e180474bd23646'
2013-11-28 Andy WingoMerge commit '750ac8c592e792e627444f476877f282525b132e'
2013-11-28 Andy WingoMerge commit 'c61be45084d04b1db792b7e232f5bd77099f3287'
2013-11-28 Andy WingoMerge commit 'd360671c1cca335600079f1c5714572d1c2e676d'
2013-11-27 Andy WingoRemove the restore-continuation-hook.
2013-11-22 Andy WingoVM copes with moving FP
2013-11-22 Andy WingoSimplify state sync in VM before potential bailout.
2013-11-21 Andy WingoAdd explicit nopcodes
2013-11-21 Andy WingoSetjmp before calling into the VM
2013-11-21 Andy Wingoscm_call_n sets up boot continuation frame for VM
2013-11-21 Andy Wingoscm_call_n avoids double TLS lookup
2013-11-21 Andy WingoEngine takes struct scm_vm* as argument
2013-11-21 Andy WingoOne more SCM vm user: continuations.
2013-11-21 Andy WingoRemove last use of SCM vm in VM
2013-11-21 Andy WingoRemove use of SCM vm in compose-continuation
2013-11-21 Andy WingoDispatch hooks use "vp" rather than "vm"
2013-11-21 Andy WingoThe dynamic stack records SP and FP values as offsets
2013-11-21 Andy WingoPrepare for moveable stacks in the VM.
2013-11-21 Andy WingoCHECK_OVERFLOW tweak
2013-11-20 Andy Wingovm-engine cosmetic cleanup
2013-11-19 Andy WingoRework hook dispatch mechanism
2013-11-19 Andy WingoLingering RTL excision in vm.c
2013-11-19 Andy WingoMove RTL unpack macros to vm-engine.c
2013-11-19 Andy WingoInternal RTL excision in vm.c
2013-11-19 Andy WingoRemove RTL_ infix from macros
2013-11-19 Andy WingoRename scm_tc7_rtl_program to scm_tc7_program
2013-11-19 Andy WingoAll instruction pointers are now scm_t_uint32*
2013-11-17 Andy WingoFrame pointer points to local 0 instead of local 1
2013-11-15 Andy WingoRemove MVRA from VM frames
2013-11-15 Andy WingoRemove MVRA accessors in libguile
2013-11-10 Andy WingoAdd specialize-primcalls pass; bump objcode version.
2013-11-08 Andy WingoRemove stack programs, objcode, and the old VM.
2013-11-08 Andy WingoAdd br-if-npos-gt
2013-11-08 Andy WingoFix BR_NARGS data type width
2013-11-05 Andy Wingofix make-long-immediate, make-long-long-immediate for...
2013-10-31 Andy WingoBetter aliased primcall compilation
2013-10-31 Andy WingoFix bytevector error messages.
2013-10-31 Andy Wingostatic-patch! replaces link-procedure!
2013-10-27 Andy WingoResumable partial continuations in the RTL VM
2013-10-27 Andy WingoVM has "builtins": primitives addressable by emitted...
2013-10-27 Andy WingoPartial continuations are RTL stubs
2013-10-26 Andy WingoAdd make-vector, constant-make-vector instructions
2013-10-26 Andy WingoEmit constant-vector-ref, constant-vector-set! for...
2013-10-26 Andy WingoCompile variable-ref, variable-set!
2013-10-26 Andy WingoRTL VM: Fix fluid-ref local addressing.
2013-10-26 Andy WingoRTL VM: Fix variable lookup before modules boot
2013-10-23 Andy WingoRTL VM: Fix LOCAL_REF, LOCAL_SET for unsigned indices
2013-10-18 Andy WingoContinuations are RTL stubs
2013-10-17 Andy WingoRTL engine can apply smobs and applicable structs w...
2013-10-17 Andy WingoFix subr-call
2013-10-17 Andy WingoFix tail-apply bugs
2013-10-17 Andy Wingobind-rest works in the optional-and-rest-arg case.
2013-10-14 Andy WingoRTL: Compile prompts
2013-10-14 Andy WingoRTL VM: receive-values has allow-extra? flag
2013-10-03 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-09-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-24 Andy Wingortl vm: box-set! binds no values
2013-08-24 Mark H WeaverRTL: 'return-values' instruction assumes 'reset-frame...
2013-08-24 Mark H WeaverRTL VM: Rename 'apply' instruction to 'tail-apply'.
2013-08-24 Mark H WeaverRTL VM: fix multiple value returns.
2013-08-24 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-17 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-15 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-12 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-11 Andy WingoVarious RTL VM and calling convention tweaks
2013-08-06 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-06 Mark H WeaverRTL VM: Avoid untagging inums in 'logand' and 'logior'.
2013-08-06 Mark H WeaverRTL VM: Avoid signed overflows in 'add1' and 'sub1'.
2013-08-06 Mark H WeaverRTL VM: ash: Use SCM_SRS and fix large right shifts...
2013-07-21 Andy Wingoadd allocate-struct primitive and rtl opcode
2013-07-21 Andy Wingoabort is no longer an op with rest args
next