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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-25
Adapt stime.c to gnulib updates
wip-stime
Andy Wingo
1
-329
/
+167
2015-10-25
Add strptime gnulib module.
Andy Wingo
10
-2
/
+1586
2015-10-23
Add time_rz gnulib module.
Andy Wingo
2
-2
/
+3
2015-10-23
Bootstrap makefile tweaks
Andy Wingo
1
-3
/
+7
2015-10-23
Use a bootstrapped -O0 compiler to compile the -O2 Guile
Andy Wingo
5
-313
/
+420
2015-10-22
Wire up `guild compile -O0 foo.scm'
Andy Wingo
4
-15
/
+105
2015-10-22
Update Gnulib to v0.1-603-g1d16a7b
Andy Wingo
412
-1998
/
+3959
2015-10-22
Minor NEWS update.
Andy Wingo
1
-4
/
+4
2015-10-22
Small subr-call refactor
Andy Wingo
4
-72
/
+58
2015-10-22
subr-call implementation simplification
Andy Wingo
1
-23
/
+22
2015-10-22
Update VM documentation for new stack layout
Andy Wingo
2
-191
/
+258
2015-10-21
Add stack size computation to disassembler
Andy Wingo
2
-11
/
+121
2015-10-21
Minor assembler cleanups
Andy Wingo
1
-3
/
+3
2015-10-21
SP-relative local addressing
Andy Wingo
6
-556
/
+569
2015-10-21
Fix boot closure wrong-num-args error
Andy Wingo
1
-1
/
+2
2015-10-21
Prepare for SP-addressed locals
Andy Wingo
5
-385
/
+493
2015-10-21
Replace dynamic link on stack with previous frame size
Andy Wingo
3
-55
/
+12
2015-10-21
Rename union scm_vm_stack_element members
Andy Wingo
5
-38
/
+39
2015-10-21
Remove sp from scm_vm_cont
Andy Wingo
4
-8
/
+4
2015-10-21
VM caches address of local 0 instead of FP
Andy Wingo
1
-55
/
+67
2015-10-21
VM stack grows downward
Andy Wingo
15
-391
/
+399
2015-10-21
Fix prompt miscompilation
Andy Wingo
1
-1
/
+1
2015-10-21
Minor VM documentation updates
Andy Wingo
1
-7
/
+9
2015-10-06
Fix typo in CPS conversion.
Mark H Weaver
1
-1
/
+1
2015-09-18
Minor CPS documentation cleanups
Andy Wingo
1
-48
/
+58
2015-09-17
Update CPS language documentation
Andy Wingo
1
-154
/
+353
2015-09-17
Remove unused (language tree-il inline) module.
Andy Wingo
2
-26
/
+0
2015-08-13
Allow decoding of UTF-8 containing U+FFFD, the replacement character.
Mark H Weaver
3
-8
/
+21
2015-07-27
Add closure effects
Andy Wingo
1
-1
/
+16
2015-07-27
Better codegen for $values terms that don't shuffle
Andy Wingo
1
-79
/
+107
2015-07-27
Loop peeling
Andy Wingo
3
-6
/
+292
2015-07-27
solve-flow-equations tweak
Andy Wingo
2
-14
/
+24
2015-07-27
Simplify rotate-loops.scm
Andy Wingo
1
-9
/
+0
2015-07-25
Loop inversion with multiple exits
Andy Wingo
1
-27
/
+54
2015-07-24
Rotate comparisons down to loop back-edges
Andy Wingo
3
-0
/
+220
2015-07-24
Eliminate trampoline gotos when possible in compile-bytecode
Andy Wingo
1
-53
/
+71
2015-07-24
Small expression-effects tweak
Andy Wingo
1
-0
/
+2
2015-07-24
Loop-invariant code motion
Andy Wingo
3
-0
/
+311
2015-07-24
Move solve-flow-equations to utils
Andy Wingo
2
-55
/
+51
2015-07-24
Factor out compute-effects/elide-type-checks from dce.scm
Andy Wingo
3
-37
/
+74
2015-07-22
Add missing files
Andy Wingo
25
-0
/
+8619
2015-07-22
Rename CPS2 to CPS
Andy Wingo
28
-8662
/
+36
2015-07-22
Remove CPS1 language
Andy Wingo
9
-3379
/
+1
2015-07-22
Compile CPS2 directly to bytecode
Andy Wingo
1
-2
/
+2
2015-07-22
Slot allocation and bytecode compilation from CPS2.
Andy Wingo
3
-0
/
+1430
2015-07-22
Fix CPS2 compute-successors
Andy Wingo
1
-2
/
+2
2015-07-22
intset-intersect bugfix
Andy Wingo
1
-3
/
+2
2015-07-21
Fix bad return shuffles for multiply-used $kreceive conts
Andy Wingo
1
-0
/
+22
2015-07-20
Fix error printing some wrong-num-args backtraces
Andy Wingo
2
-3
/
+7
2015-07-20
More slot-allocation simplification
Andy Wingo
1
-13
/
+1
[next]