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
/
Makefile.am
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-27
Loop peeling
Andy Wingo
1
-0
/
+1
2015-07-24
Rotate comparisons down to loop back-edges
Andy Wingo
1
-0
/
+1
2015-07-24
Loop-invariant code motion
Andy Wingo
1
-0
/
+1
2015-07-24
Factor out compute-effects/elide-type-checks from dce.scm
Andy Wingo
1
-0
/
+1
2015-07-22
Rename CPS2 to CPS
Andy Wingo
1
-30
/
+27
2015-07-22
Remove CPS1 language
Andy Wingo
1
-9
/
+1
2015-07-22
Slot allocation and bytecode compilation from CPS2.
Andy Wingo
1
-0
/
+2
2015-07-16
Reify primitives in CPS2
Andy Wingo
1
-1
/
+1
2015-07-16
Remove CPS optimization passes and closure conversion
Andy Wingo
1
-14
/
+0
2015-07-14
Add CPS2 closure conversion module
Andy Wingo
1
-1
/
+2
2015-06-07
Add split-rec pass
Andy Wingo
1
-0
/
+1
2015-06-05
Tweaks to bootstrap build order
Andy Wingo
1
-3
/
+3
2015-06-05
Add CPS2 verification pass
Andy Wingo
1
-0
/
+1
2015-06-05
Port self-references pass to CPS2
Andy Wingo
1
-0
/
+1
2015-06-03
Port type-fold to CPS2
Andy Wingo
1
-0
/
+1
2015-06-03
Port CSE to CPS2
Andy Wingo
1
-0
/
+1
2015-06-02
Port prune-bailouts pass to CPS2
Andy Wingo
1
-0
/
+1
2015-06-02
Port elide-values pass to CPS2
Andy Wingo
1
-0
/
+1
2015-06-02
Port specialize-primcalls pass to CPS2
Andy Wingo
1
-0
/
+1
2015-06-02
Port inline-constructors pass to CPS2
Andy Wingo
1
-0
/
+1
2015-06-02
Factor with-cps out to separate module
Andy Wingo
1
-1
/
+2
2015-06-02
Port contification pass to CPS2.
Andy Wingo
1
-0
/
+1
2015-06-02
Port prune-top-level-scopes pass to CPS2
Andy Wingo
1
-0
/
+1
2015-06-02
Port type inference module to CPS2
Andy Wingo
1
-0
/
+1
2015-05-20
Port dead code elimination (DCE) pass to CPS2
Andy Wingo
1
-0
/
+1
2015-05-20
Port effects analysis to CPS2
Andy Wingo
1
-0
/
+1
2015-05-12
Add optimization pass over CPS2
Andy Wingo
1
-1
/
+2
2015-05-11
Consolidate CPS2 above CPS in the compiler
Andy Wingo
1
-2
/
+0
2015-05-08
Register up cps2 compiler with language tower
Andy Wingo
1
-0
/
+1
2015-05-08
Add compiler from tree-il to cps2
Andy Wingo
1
-0
/
+1
2015-05-08
Beginnings of CPS2 language.
Andy Wingo
1
-0
/
+7
2015-04-08
Add "cps2" experiment
Andy Wingo
1
-0
/
+1
2015-01-23
Fold (oop goops util) into (oop goops)
Andy Wingo
1
-1
/
+0
2015-01-23
Fold GOOPS compile and dispatch modules into main GOOPS module
Andy Wingo
1
-3
/
+1
2015-01-22
Merge commit '8cf2a7ba7432d68b9a055d29f18117be70375af9'
Andy Wingo
1
-0
/
+1
2014-12-02
Implement SRFI 28: Basic Format Strings.
Chris Jester-Young
1
-0
/
+1
2014-09-30
Merge branch 'stable-2.0'
Mark H Weaver
1
-13
/
+4
2014-09-29
Add (ice-9 unicode) module
Andy Wingo
1
-1
/
+2
2014-09-12
Add (ice-9 unicode) module
Andy Wingo
1
-1
/
+2
2014-07-03
Unconditionally build and test the ice-9/popen module.
Eli Zaretskii
1
-13
/
+4
2014-06-29
Remove namesets.
Andy Wingo
1
-1
/
+0
2014-06-29
New module (language cps intmap)
Andy Wingo
1
-0
/
+1
2014-06-29
New module: (language cps intset)
Andy Wingo
1
-0
/
+1
2014-06-22
Rewrite type inference pass to use namesets
Andy Wingo
1
-4
/
+3
2014-06-22
New module: (language cps nameset)
Andy Wingo
1
-0
/
+1
2014-05-15
Compile language/cps/types.scm early
Andy Wingo
1
-9
/
+12
2014-05-15
Type and range inference for CPS
Andy Wingo
1
-0
/
+2
2014-04-28
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-0
/
+1
2014-04-28
New foreign object facility, to replace SMOBs
Andy Wingo
1
-0
/
+1
2014-04-25
Merge branch 'stable-2.0'
v2.1.0
Mark H Weaver
1
-1
/
+3
[prev]
[next]