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
/
intrinsics.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-11
Fix build on 32-bit systems with JIT support
Andy Wingo
1
-0
/
+3
2019-09-01
Optimize fixnum or s64 -> f64 conversions
Andy Wingo
1
-0
/
+1
2019-08-26
Compiler allocates boxed flonums in unmarked space
Andy Wingo
1
-0
/
+2
2019-08-24
Unbox floor/ceiling and trigonometric functions where possible
Andy Wingo
1
-0
/
+19
2019-08-04
Add support for optimized unboxed abs and sqrt
Andy Wingo
1
-0
/
+5
2019-06-20
Add an inlined jit fast-path for allocate-words/immediate
Andy Wingo
1
-0
/
+1
2019-05-27
Reapply atomics inlining
Andy Wingo
1
-5
/
+1
2019-05-27
Revert "Inline the atomic intrinsics"
Andy Wingo
1
-1
/
+5
2019-05-27
Inline the atomic intrinsics
Andy Wingo
1
-5
/
+1
2018-09-14
Remove hook intrinsics: hooks are just for the VM
Andy Wingo
1
-4
/
+0
2018-08-17
Add instrumentation to VM builtins
Andy Wingo
1
-0
/
+2
2018-08-13
Define intrinsics for atomic ops
Andy Wingo
1
-0
/
+8
2018-08-13
64-bit intrinsic args and return values passed indirectly on 32-bit
Andy Wingo
1
-1
/
+19
2018-08-13
Avoid needless 64-bit args on 32-bit machines for some intrinsics
Andy Wingo
1
-5
/
+5
2018-08-13
Update error-wrong-num-args intrinsic prototype
Andy Wingo
1
-1
/
+2
2018-08-13
Adapt JIT calling convention; continuations take mra from stack
Andy Wingo
1
-2
/
+1
2018-08-12
Continuations capture machine code address
Andy Wingo
1
-8
/
+11
2018-08-11
Rework foreign-call trampoline
Andy Wingo
1
-1
/
+1
2018-08-11
Invoke VM hooks through intrinsics
Andy Wingo
1
-0
/
+4
2018-08-11
Add unpack-values-object intrinsic
Andy Wingo
1
-0
/
+1
2018-08-08
Rework program->ip mapping in VM to always call intrinsic
Andy Wingo
1
-1
/
+2
2018-07-20
Prepare for frames having separate virtual and machine return addrs
Andy Wingo
1
-6
/
+7
2018-06-27
Intrinsics take registers from thread
Andy Wingo
1
-11
/
+8
2018-06-27
Intrinsic for "prompt"
Andy Wingo
1
-0
/
+5
2018-06-27
Compile current-module as intrinsic call
Andy Wingo
1
-0
/
+2
2018-06-27
allocate-words intrinsic
Andy Wingo
1
-0
/
+2
2018-06-27
Apply-non-program is an intrinsic
Andy Wingo
1
-0
/
+1
2018-06-27
Add intrinsics for error conditions (wrong num args etc)
Andy Wingo
1
-0
/
+7
2018-06-26
VM throw uses intrinsics
Andy Wingo
1
-0
/
+4
2018-06-26
abort-to-prompt uses an intrinsic
Andy Wingo
1
-0
/
+2
2018-06-26
Add rest-arg-length intrinsic.
Andy Wingo
1
-0
/
+2
2018-06-26
compose-continuation uses an intrinsic
Andy Wingo
1
-0
/
+2
2018-06-26
Add intrinsic for call/cc
Andy Wingo
1
-0
/
+4
2018-06-26
Rename scm_i_thread to scm_thread
Andy Wingo
1
-10
/
+9
2018-06-26
Foreign-call intrinsic boxes errno
Andy Wingo
1
-2
/
+2
2018-06-26
Reinstating undelimited continuations uses intrinsic
Andy Wingo
1
-0
/
+2
2018-06-26
Add intrinsic for foreign-call
Andy Wingo
1
-8
/
+11
2018-06-25
Add push-interrupt-frame VM intrinsic
Andy Wingo
1
-1
/
+2
2018-06-25
Move VM keyword argument parsing to happen via an intrinsic
Andy Wingo
1
-0
/
+8
2018-06-25
expand_stack intrinsic takes thread
Andy Wingo
1
-2
/
+2
2018-06-25
Fix intrinsics copyright line and include guards
Andy Wingo
1
-2
/
+3
2018-06-21
Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types
Andy Wingo
1
-7
/
+7
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Rename __scm.h to scm.h
Andy Wingo
1
-1
/
+1
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-1
/
+1
2018-06-11
Call out to expand_stack through new VM intrinsic
Andy Wingo
1
-0
/
+2
2018-05-14
Compile "define!" via intrinsic
Andy Wingo
1
-0
/
+1
2018-05-14
Add intrinsics for module operations
Andy Wingo
1
-0
/
+2
[next]