index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
vm-i-scheme.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-08
Remove stack programs, objcode, and the old VM.
Andy Wingo
1
-1126
/
+0
2013-08-06
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-46
/
+145
2013-08-06
VM: ash: Use SCM_SRS and handle large right shift in fast path.
Mark H Weaver
1
-6
/
+5
2013-08-04
VM: ASM_ADD and ASM_SUB for x86: clobber _CX not "rcx".
Mark H Weaver
1
-2
/
+2
2013-08-04
VM: Define ASM_MUL on ARM only if SMULL instruction is supported.
Mark H Weaver
1
-1
/
+17
2013-08-04
VM: Implement ASM_ADD, ASM_SUB, and ASM_MUL for ARM processors.
Mark H Weaver
1
-0
/
+46
2013-08-03
VM: Avoid untagging inums in 'logand' and 'logior'.
Mark H Weaver
1
-2
/
+4
2013-08-03
VM: Add ASM_MUL for x86.
Mark H Weaver
1
-3
/
+27
2013-08-03
VM: Support 32-bit x86 in ASM_ADD and ASM_SUB.
Mark H Weaver
1
-16
/
+24
2013-08-03
VM: Add "cc" to the clobber list of ASM_ADD and ASM_SUB.
Mark H Weaver
1
-2
/
+2
2013-08-03
VM: Avoid overflow in ASM_ADD when the result is most-positive-fixnum.
Mark H Weaver
1
-1
/
+1
2013-08-03
VM: Avoid signed overflows in 'add1' and 'sub1'.
Mark H Weaver
1
-12
/
+14
2013-08-03
VM: Redefine INUM_MIN and INUM_MAX without assumptions.
Mark H Weaver
1
-2
/
+4
2013-07-16
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-2
/
+6
2013-07-14
Fix VM 'ash' for right shifts by large amounts.
Mark H Weaver
1
-2
/
+6
2013-05-27
cpp hygiene in the vm
Andy Wingo
1
-6
/
+18
2013-05-23
remove CONS macro in VM; use scm_cons instead
Andy Wingo
1
-1
/
+2
2013-01-23
merge stable-2.0
Andy Wingo
1
-2
/
+2
2013-01-22
fix compilation of glil to assembly
Andy Wingo
1
-2
/
+2
2012-04-30
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-22
/
+4
2012-04-30
push error handlers out of line in the vm
Andy Wingo
1
-22
/
+4
2012-03-05
Merge branch 'bt/elisp'
BT Templeton
1
-79
/
+91
2012-02-03
add `nil?' primitive
BT Templeton
1
-76
/
+88
2012-01-29
Revert "vm-i-scheme.c slight refactor"
Andy Wingo
1
-125
/
+45
2012-01-29
Revert "attempt to clear stale references on VM C stack"
Andy Wingo
1
-120
/
+2
2012-01-27
attempt to clear stale references on VM C stack
Andy Wingo
1
-2
/
+120
2012-01-27
vm-i-scheme.c slight refactor
Andy Wingo
1
-45
/
+125
2011-12-19
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+1
2011-12-14
Use `alignof_type' instead of `alignof'.
Ludovic Courtès
1
-1
/
+1
2011-10-28
add string-length, string-ref, vector-length instructions
Andy Wingo
1
-47
/
+94
2011-05-13
more care regarding SCM_PACK and SCM_UNPACK
Andy Wingo
1
-15
/
+15
2011-05-05
VM tweaks
Andy Wingo
1
-13
/
+9
2011-03-23
fix a failure to sync regs in vm bytevector ops
Andy Wingo
1
-22
/
+32
2010-11-19
fix a number of assuptions that a long could hold an inum
Andy Wingo
1
-10
/
+16
2010-11-19
Optimize fixnum comparison.
Ludovic Courtès
1
-3
/
+4
2010-11-19
Add optimized tagged integer addition/subtractions for x86_64.
Ludovic Courtès
1
-0
/
+71
2010-10-13
Optimize `1+' and `1-' on fixnums.
Ludovic Courtès
1
-8
/
+30
2010-10-08
inline symbol? and vector? to opcodes, and a psyntax inlining tweak
Andy Wingo
1
-70
/
+82
2010-07-15
better error reporting from the vm
Andy Wingo
1
-15
/
+18
2010-06-01
Fix `VM_VALIDATE_BYTEVECTOR' macro wrt. trailing semicolons.
Ludovic Courtès
1
-5
/
+10
2010-06-01
Fix unaligned accesses by the bytevector instructions.
Ludovic Courtès
1
-59
/
+96
2010-05-02
add underflow check in make-array
Andy Wingo
1
-0
/
+1
2010-05-01
simplify make-struct
Andy Wingo
1
-2
/
+1
2010-05-01
optimize and bugfix make-struct VM opcode
Andy Wingo
1
-22
/
+20
2010-04-08
sync regs before calling scm_class_of
Andy Wingo
1
-1
/
+4
2010-04-01
fix vector-ref and vector-set opcodes for weak vectors
Andy Wingo
1
-2
/
+2
2010-03-31
fix bug in ash opcode
Andy Wingo
1
-3
/
+16
2010-03-30
nil is null, whee
Andy Wingo
1
-4
/
+4
2010-03-15
Make sure the whole VM stack is always scanned by the GC.
Ludovic Courtès
1
-45
/
+59
2010-01-26
renumber VM opcodes
Andy Wingo
1
-223
/
+236
[next]