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
/
tree-il
/
compile-bytecode.scm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-20
Baseline compiler no longer swaps rsh/lsh when transforming ash calls.
Ludovic Courtès
1
-2
/
+2
2021-09-20
Fix 'ash' primcall match clause in baseline compiler.
Ludovic Courtès
1
-3
/
+3
2021-04-26
Simplify module variable lookup slow-path
Andy Wingo
1
-7
/
+12
2020-08-03
CPS compiler reduces eq? on constant to eq-constant?
Andy Wingo
1
-4
/
+7
2020-08-03
Baseline compiler emits eq-immediate? as appropriate
Andy Wingo
1
-19
/
+30
2020-07-30
Improve code generation for eq? on immediates
Andy Wingo
1
-0
/
+14
2020-05-13
Add with-lexicals helper; fix bug in (equal? #t (foo) #t)
Andy Wingo
1
-6
/
+4
2020-05-13
Slight optimization to baseline compiler
Andy Wingo
1
-34
/
+34
2020-05-11
Baseline FIXME's are done :)
Andy Wingo
1
-10
/
+0
2020-05-11
Baseline compiler emits source locations
Andy Wingo
1
-6
/
+42
2020-05-11
Baseline O(1) access to frame-base env
Andy Wingo
1
-15
/
+10
2020-05-11
Emit handle-interrupts in baseline compiler
Andy Wingo
1
-2
/
+6
2020-05-11
Improve tail recursion in compiler
Andy Wingo
1
-12
/
+6
2020-05-11
Fix module capture for closures in <fix>
Andy Wingo
1
-0
/
+2
2020-05-11
Fix "cons" compilation in baseline compiler in some cases
Andy Wingo
1
-1
/
+1
2020-05-11
Baseline compiler: add pop-fluid primitive.
Andy Wingo
1
-0
/
+1
2020-05-11
Fix baseline compilation error for make-struct/simple
Andy Wingo
1
-6
/
+8
2020-05-11
Fix baseline miscompilation of <
Andy Wingo
1
-1
/
+1
2020-05-11
Fix free var computation in baseline compiler for lexical set!
Andy Wingo
1
-2
/
+3
2020-05-11
Fix baseline canonicalization of reifying prompts
Andy Wingo
1
-1
/
+1
2020-05-11
Fix compilation of prompt in tail context
Andy Wingo
1
-1
/
+1
2020-05-11
Fix kw initializer bug in baseline compiler
Andy Wingo
1
-1
/
+1
2020-05-11
Use lookup, lookup-bound in baseline compiler
Andy Wingo
1
-22
/
+30
2020-05-11
Rename "lookup" intrinsic to "module-variable"
Andy Wingo
1
-3
/
+3
2020-05-09
Fix baseline compiler bugs
Andy Wingo
1
-3
/
+3
2020-05-08
Define new "lowering" phase in compiler
Andy Wingo
1
-2
/
+1
2020-05-08
Add language-specific analysis pass to compiler infrastructure
Andy Wingo
1
-37
/
+13
2020-05-04
Fix prompt compilation
Andy Wingo
1
-1
/
+1
2020-05-04
Fix baseline compilation of let-values and prompt
Andy Wingo
1
-1
/
+1
2020-05-04
Fix baseline compilation of conditionals
Andy Wingo
1
-2
/
+5
2020-05-04
Avoid shuffle-down for tail calls
Andy Wingo
1
-4
/
+7
2020-05-04
Debugging names in baseline compiler; emit/immediate? fixes
Andy Wingo
1
-33
/
+34
2020-05-04
Add baseline compiler
Andy Wingo
1
-0
/
+1357