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
/
module
/
system
/
vm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
Fix error messages containing format strings
Michael Käppler
1
-3
/
+4
2024-04-16
linker: Create a sparse file only when writing to a file port.
Ludovic Courtès
1
-5
/
+16
2024-04-15
linker: Create sparse files for padding.
Ludovic Courtès
1
-10
/
+4
2023-11-20
Add logand/immediate, ulogand/immediate primcalls
Andy Wingo
1
-1
/
+2
2023-11-15
Allow string->utf8 to constant-fold
Andy Wingo
1
-0
/
+6
2023-09-15
Better compilation for symbol->string
Andy Wingo
1
-0
/
+2
2023-08-28
Better compilation of calls to `raise-exception`
Andy Wingo
2
-2
/
+3
2023-08-17
More precise value representations for bv-contents, $code
Andy Wingo
1
-1
/
+1
2023-02-24
Remove unnecessary module imports.
Ludovic Courtès
11
-24
/
+0
2023-01-17
linker: Do not store entire ELF in memory when writing to a file.
Ludovic Courtès
1
-11
/
+59
2023-01-17
linker: Linker object writer takes a single argument.
Ludovic Courtès
2
-44
/
+33
2023-01-17
linker, assembler: Avoid intermediate bytevectors.
Ludovic Courtès
2
-101
/
+161
2023-01-17
linker: Separate effectful part of 'add-elf-objects'.
Ludovic Courtès
1
-5
/
+15
2023-01-17
assembler: Separate effectful part of 'link-docstrs'.
Ludovic Courtès
1
-10
/
+13
2023-01-17
assembler: Separate effectful part of 'link-frame-maps'.
Ludovic Courtès
1
-19
/
+24
2023-01-17
assembler: Separate effectful part of 'link-procprops'.
Ludovic Courtès
1
-14
/
+26
2023-01-17
assembler: Separate effectful part of 'link-dynamic-section'.
Ludovic Courtès
1
-30
/
+45
2023-01-17
assembler: Separate effectful part of 'link-symtab'.
Ludovic Courtès
1
-15
/
+22
2023-01-17
assembler: Separate 'process-relocs' from 'patch-relocs!'.
Ludovic Courtès
1
-35
/
+51
2022-11-29
Avoid 'frame-local-ref' errors when printing backtrace.
Andrew Whatson
1
-2
/
+10
2022-11-01
disassembler: Show intrinsic name for 'call-' instructions.
Ludovic Courtès
1
-1
/
+46
2022-06-16
Add missing #:modules argument for coverage-data->lcov.
Jessica Tallon
1
-3
/
+9
2022-02-07
psyntax: Pass source vectors to tree-il constructors.
Ludovic Courtès
1
-4
/
+10
2021-09-17
Revert shift of ndim in array tag from 3df3ba1a2c956bba122328e1fc4be614171a4f42
Daniel Llorens
1
-1
/
+1
2021-08-16
Remove array contp flag
Daniel Llorens
1
-2
/
+3
2021-05-19
Fix trace-calls-to-procedure
Robin Green
1
-1
/
+1
2021-05-11
Bump objcode version
Andy Wingo
1
-1
/
+1
2021-04-26
Bump minor objcode version for new intrinsics
Andy Wingo
1
-1
/
+1
2021-04-26
Simplify module variable lookup slow-path
Andy Wingo
1
-0
/
+11
2021-04-21
Allow $kargs as entry of $kfun
Andy Wingo
1
-0
/
+15
2021-02-25
Assembler writes vector source properties
Andy Wingo
1
-2
/
+2
2021-02-25
Optimize run-time init and relocation procedure
Andy Wingo
1
-57
/
+109
2021-02-20
Syntax objects have "source" field
Andy Wingo
1
-8
/
+13
2020-08-26
Bump objcode minor version to 4
Andy Wingo
1
-1
/
+1
2020-08-03
CPS compiler reduces eq? on constant to eq-constant?
Andy Wingo
2
-11
/
+11
2020-08-03
Rework the way immediate encodings are calculated.
Andy Wingo
1
-51
/
+16
2020-08-03
Add eq-immediate? instruction
Andy Wingo
2
-1
/
+11
2020-07-30
Add sign-extending make-immediate instruction
Andy Wingo
2
-1
/
+43
2020-07-23
Add jtable instruction
Andy Wingo
2
-191
/
+218
2020-05-13
Bump objcode minor version
Andy Wingo
1
-1
/
+1
2020-05-11
Fix shuffling assembler for new primcalls
Andy Wingo
1
-1
/
+10
2020-05-11
Add new lookup, lookup-bound intrinsics
Andy Wingo
1
-0
/
+4
2020-05-11
Rename "lookup" intrinsic to "module-variable"
Andy Wingo
1
-2
/
+2
2020-05-04
Export emit-shuffle-down for baseline compiler
Andy Wingo
1
-0
/
+1
2020-04-29
Add intrinsics for a baseline compiler
Andy Wingo
1
-0
/
+50
2020-04-18
bitvector-flip-all-bits! replaces bit-invert!
Andy Wingo
1
-1
/
+1
2020-04-15
bitvector-set-all-bits! / bitvector-clear-all-bits! replace bitvector-fill!
Andy Wingo
1
-2
/
+4
2020-04-14
bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set!
Andy Wingo
2
-3
/
+3
2020-04-14
bitvector-bit-set? / bitvector-bit-clear? replace bitvector-ref
Andy Wingo
1
-1
/
+1
2020-04-13
Replace bit-set*! with bitvector-set-bits! / bitvector-clear-bits!
Andy Wingo
1
-5
/
+6
[next]