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
/
language
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-24
Allow functions to mark themselves as maybe-unused
Andy Wingo
3
-31
/
+66
2023-08-24
Add "custom primcall converter" facility to tree-il->cps lowering
Andy Wingo
1
-67
/
+80
2023-08-17
Add unboxed representations for fadd/immediate, fmul/immediate
Andy Wingo
1
-0
/
+1
2023-08-17
Allow compute-var-representations extensibility
Andy Wingo
1
-33
/
+55
2023-08-17
More precise value representations for bv-contents, $code
Andy Wingo
2
-6
/
+10
2023-08-17
Add new $calli expression type.
Andy Wingo
22
-20
/
+102
2023-08-17
Fix compute-defs-and-uses for $prim
Andy Wingo
1
-1
/
+1
2023-08-17
Include nfree in closure-ref, closure-set primcall params
Andy Wingo
3
-6
/
+10
2023-08-17
Introduce target-runtime parameter for backend-specific CPS lowering
Andy Wingo
5
-16
/
+52
2023-07-16
Fix typos throughout codebase.
Morgan Smith
1
-2
/
+2
2023-06-22
Add representations for new primcalls
Andy Wingo
1
-3
/
+6
2023-06-22
Tree-IL-to-CPS lowers to high-level object reprs: vectors
Andy Wingo
1
-162
/
+104
2023-06-22
Tree-IL-to-CPS lowers to high-level object reprs: strings
Andy Wingo
1
-54
/
+6
2023-06-22
Tree-IL-to-CPS lowers to high-level object reprs: bytevectors
Andy Wingo
1
-17
/
+8
2023-06-22
Tree-IL-to-CPS lowers to high-level object reprs: structs
Andy Wingo
1
-124
/
+33
2023-06-22
Tree-IL-to-CPS lowers to high-level object reprs: pairs
Andy Wingo
1
-23
/
+4
2023-06-22
Tree-IL-to-CPS lowers to high-level object reprs: atomic boxes
Andy Wingo
1
-30
/
+4
2023-06-22
Tree-IL-to-CPS lowers to high-level object representations: boxes
Andy Wingo
1
-34
/
+11
2023-06-22
Closure conversion produces high-level object representations
Andy Wingo
1
-63
/
+52
2023-06-22
Contification uses 'cons primcall
Andy Wingo
1
-13
/
+4
2023-06-22
DCE ignores setters to dead objects
Andy Wingo
1
-3
/
+8
2023-06-22
Remove useless code in CSE
Andy Wingo
1
-4
/
+0
2023-06-22
Add CSE auxiliary definitions for cons, set-car! etc
Andy Wingo
1
-1
/
+16
2023-06-22
Fix effects analysis bug for synthesized definitions at allocations
Andy Wingo
1
-0
/
+1
2023-06-22
Add effects analysis for new high-level object accessors
Andy Wingo
1
-1
/
+47
2023-06-22
Add support for higher-level object representations in type analysis
Andy Wingo
1
-3
/
+72
2023-06-22
Move f64->scm lowering to lower-primcalls
Andy Wingo
2
-32
/
+32
2023-06-22
Wire in lower-primitives pass
Andy Wingo
1
-15
/
+29
2023-06-22
New CPS pass: lower-primcalls
Andy Wingo
1
-0
/
+592
2023-06-19
Consider $code to make 'ptr representation
Andy Wingo
1
-1
/
+1
2023-06-19
Fix bug in compilation of rsh/lsh
Andy Wingo
1
-2
/
+2
2023-06-19
Use tree-il-srcv instead of tree-il-src
Andy Wingo
8
-29
/
+32
2023-06-19
Excise use of `record-case`
Andy Wingo
3
-113
/
+106
2023-03-17
Fix no-clause case-lambda in peval
Daniel Llorens
1
-0
/
+1
2023-02-27
peval reduces some inlined case-lambda calls
Daniel Llorens
1
-0
/
+23
2023-02-24
Add -Wunused-module.
Ludovic Courtès
1
-1
/
+153
2023-02-24
Add 'record-case' to '.dir-locals.el'.
Ludovic Courtès
1
-4
/
+0
2023-01-17
linker: Do not store entire ELF in memory when writing to a file.
Ludovic Courtès
1
-3
/
+14
2023-01-16
Do not expand 'make-vector' primcall with wrong number of arguments.
Ludovic Courtès
1
-3
/
+3
2022-12-01
Fix peval bug when expand-primitives introduces lexicals
Andy Wingo
1
-2
/
+38
2022-12-01
Fix order-of-side-effects bug in (eq? x y z) expansion
Andy Wingo
1
-12
/
+34
2022-10-01
Baseline compiler no longer crashes on (not (list 1 2)).
Ludovic Courtès
1
-1
/
+3
2022-02-07
psyntax: Pass source vectors to tree-il constructors.
Ludovic Courtès
2
-7
/
+20
2022-02-01
Fix reproducibility for inlinable-exports
Andy Wingo
1
-2
/
+8
2022-01-17
peval cross-module-inlining gracefully handles missing interface
Andy Wingo
1
-4
/
+6
2022-01-17
Fix inlinable-exports bug for pure modules
Andy Wingo
1
-2
/
+2
2022-01-11
-Oresolve-free-vars pass gracefully handles failed autoloads.
Andy Wingo
1
-15
/
+21
2021-11-15
Add -Ooptimize-known-return-types at -O2
Andy Wingo
1
-0
/
+2
2021-11-15
Add new pass to optimize away return value count checks
Andy Wingo
2
-1
/
+171
2021-11-15
Allow callk to continue to kargs
Andy Wingo
5
-30
/
+23
[prev]
[next]