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
/
cps.scm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-17
Add new $calli expression type.
Andy Wingo
1
-2
/
+10
2021-04-21
Allow $kargs as entry of $kfun
Andy Wingo
1
-8
/
+8
2020-08-12
Add $switch CPS term kind
Andy Wingo
1
-3
/
+10
2020-05-29
Macro fix to CPS build-term
Andy Wingo
1
-1
/
+1
2018-10-03
Rename $closure to $const-fun
Andy Wingo
1
-8
/
+8
2018-04-10
Add $code CPS expression type
Andy Wingo
1
-2
/
+8
2018-01-03
$throw is a new kind of CPS term
Andy Wingo
1
-2
/
+13
2018-01-03
$prompt is now its own kind of CPS term.
Andy Wingo
1
-12
/
+12
2018-01-03
$branch is now a distinct CPS term type
Andy Wingo
1
-13
/
+22
2017-11-05
$primcall has a "param" member
Andy Wingo
1
-9
/
+9
2017-02-23
Fix kfun parse-cps bug
Andy Wingo
1
-1
/
+1
2015-07-22
Add missing files
Andy Wingo
1
-0
/
+358
2015-07-22
Remove CPS1 language
Andy Wingo
1
-620
/
+0
2015-04-01
Remove "free" field of $fun
Andy Wingo
1
-8
/
+8
2015-04-01
Replace $letrec with $rec
Andy Wingo
1
-32
/
+20
2015-03-11
Remove $void CPS expression type
Andy Wingo
1
-9
/
+3
2014-05-31
Remove $kif
Andy Wingo
1
-14
/
+5
2014-05-31
Add $branch expression type
Andy Wingo
1
-2
/
+9
2014-04-14
Optimize make-global-cont-folder
Andy Wingo
1
-8
/
+10
2014-04-12
First-order CPS has $program and $closure forms
Andy Wingo
1
-23
/
+71
2014-04-11
Separate make-cont-folder into global and local variants
Andy Wingo
1
-15
/
+47
2014-04-11
with-fresh-name-state takes a cont, not a $fun
Andy Wingo
1
-4
/
+1
2014-04-11
Function defined by make-cont-folder takes a cont, not a $fun
Andy Wingo
1
-3
/
+5
2014-04-10
Rename $kentry to $kfun
Andy Wingo
1
-18
/
+18
2014-04-10
src and meta are fields of $kentry, not $fun
Andy Wingo
1
-22
/
+23
2014-04-03
build-cps niceties
Andy Wingo
1
-0
/
+6
2014-04-03
Add with-fresh-name-state-from-dfg
Andy Wingo
1
-9
/
+6
2014-04-02
compute-max-label-and-var takes letrec vars into account.
Andy Wingo
1
-2
/
+7
2014-04-01
Add visit-cont-successors helper
Andy Wingo
1
-1
/
+28
2014-03-31
Use Tree-IL-like case-lambda clause chaining in CPS
Andy Wingo
1
-29
/
+40
2014-03-31
Public make-cont-folder
Andy Wingo
1
-33
/
+13
2014-03-31
Vars and labels are separate namespaces
Andy Wingo
1
-13
/
+6
2014-03-31
Replace all let-gensyms uses with let-fresh
Andy Wingo
1
-43
/
+84
2014-03-31
Continuation labels and variable identifiers may be integers
Andy Wingo
1
-2
/
+26
2014-02-02
Add VM and compiler support for calls to known procedures
Andy Wingo
1
-2
/
+9
2014-01-12
Rename $ktrunc to $kreceive
Andy Wingo
1
-10
/
+10
2014-01-11
Remove "pop" from $prompt
Andy Wingo
1
-10
/
+9
2013-11-13
Replace ($var sym) with ($values (sym)).
Andy Wingo
1
-8
/
+2
2013-11-07
Source information goes on the $continue, not the $cont.
Andy Wingo
1
-36
/
+39
2013-10-31
Add "pop" field to $prompt
Andy Wingo
1
-7
/
+9
2013-08-31
Add CPS language
Andy Wingo
1
-0
/
+469