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
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
Fix error messages containing format strings
Michael Käppler
1
-1
/
+1
2024-03-17
(system base target) doesn't load (system foreign)
Andy Wingo
1
-3
/
+11
2024-03-13
New optimization: demux-lambda
Andy Wingo
1
-1
/
+2
2023-08-17
Add wasm32 and wasm64 CPU types
Andy Wingo
1
-1
/
+3
2023-08-17
Introduce target-runtime parameter for backend-specific CPS lowering
Andy Wingo
1
-0
/
+10
2023-06-22
Fix target-max-size-t/scm to not be a fraction (oops)
Andy Wingo
1
-4
/
+2
2023-02-24
Remove unnecessary module imports.
Ludovic Courtès
1
-1
/
+0
2023-02-24
Add -Wunused-module.
Ludovic Courtès
1
-1
/
+10
2022-12-21
Recognize LoongArch compilation targets.
Zhang Ning
1
-0
/
+2
2022-08-26
Properly display locations in "source vector" form.
Andrew Whatson
1
-6
/
+13
2022-06-16
Allow empty vendor string in GNU target triplets.
Taylor R Campbell
1
-1
/
+8
2022-02-04
Deprecate symbol properties.
Ludovic Courtès
1
-2
/
+2
2022-02-01
Rework bootstrap to be reproducible
Andy Wingo
1
-3
/
+3
2021-11-15
Add -Ooptimize-known-return-types at -O2
Andy Wingo
1
-0
/
+1
2021-11-05
module/system/base/target.scm: support riscv32
Fabrice Fontaine
1
-0
/
+1
2021-11-03
Add support for arc
Vineet Gupta
1
-2
/
+2
2021-05-11
Add support for recording inlinable module exports
Andy Wingo
1
-2
/
+4
2021-05-11
Add pass to resolve free toplevel references in declarative modules
Andy Wingo
1
-0
/
+1
2021-05-10
bug#45131: [PATCH] Compile directly to target language if no joint is found.
Leo Prikler
1
-11
/
+15
2021-05-10
Minor tweak to truncate-bits
Andy Wingo
1
-8
/
+5
2021-05-06
Optimize truncate-bits
Andy Wingo
1
-4
/
+17
2021-04-21
New pass: elide-arity-checks
Andy Wingo
1
-0
/
+1
2021-03-10
Add mkstemp; undocument mkstemp!
Andy Wingo
1
-6
/
+6
2021-01-07
New warnings: -Wuse-before-definition, -Wnon-idempotent-definition
Andy Wingo
1
-1
/
+13
2020-08-12
Add new pass to optimize branch chains to table dispatch
Andy Wingo
1
-0
/
+1
2020-08-03
CPS compiler reduces eq? on constant to eq-constant?
Andy Wingo
1
-16
/
+19
2020-08-03
Rework the way immediate encodings are calculated.
Andy Wingo
1
-2
/
+51
2020-06-01
Change -O1 compiler to use baseline and also resolve primitives
Andy Wingo
1
-10
/
+2
2020-05-12
Delay loading CPS unless CPS compiler used
Andy Wingo
1
-13
/
+12
2020-05-11
Avoid having "guild compile" load optimizers
Andy Wingo
1
-5
/
+39
2020-05-08
Add compiler chooser implementation; fix bugs with previous commit
Andy Wingo
2
-25
/
+33
2020-05-08
Sketch of how to choose different compiler based on -O0
Andy Wingo
1
-6
/
+16
2020-05-08
Define new "lowering" phase in compiler
Andy Wingo
2
-8
/
+8
2020-05-08
Warning and optimization levels always small integers
Andy Wingo
1
-6
/
+7
2020-05-08
Add language-specific analysis pass to compiler infrastructure
Andy Wingo
3
-26
/
+51
2020-05-08
Add #:optimization-level, #:warning-level compile keyword args
Andy Wingo
1
-10
/
+34
2020-05-08
Rework compile-fold
Andy Wingo
1
-38
/
+49
2020-05-08
Use more `match' in (system base compile)
Andy Wingo
1
-36
/
+59
2020-05-07
Slight (system base compile) refactor
Andy Wingo
1
-2
/
+2
2020-05-07
Remove compilation order cache
Andy Wingo
1
-28
/
+13
2020-05-05
Update (system base compile) header
Andy Wingo
1
-16
/
+11
2019-10-23
make-record-type does more validation on the fields
Andy Wingo
1
-3
/
+3
2018-08-07
Add -Wshadowed-toplevel.
Ludovic Courtès
1
-1
/
+8
2018-08-07
types: Recognize 'scm_t_port_type' and decode port type name.
Ludovic Courtès
1
-5
/
+29
2018-08-07
elisp: Fix cross-compilation support.
Mark H Weaver
1
-2
/
+8
2018-08-07
Recognize RISC-V compilation targets.
Shea Levy
1
-0
/
+2
2018-04-13
Explode atomic box ops to new atomic instructions
Andy Wingo
1
-0
/
+1
2018-04-10
Slim heap-allocated flonums
Andy Wingo
1
-2
/
+2
2018-01-07
Add CPS compilation support for mutable-vector?
Andy Wingo
1
-1
/
+5
2018-01-05
Add (system base optimize) module
Andy Wingo
1
-0
/
+43
[next]