index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
module
/
language
/
tree-il
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix peval bug that ignored excess args
...
Andy Wingo
2020-01-12
1
-2
/
+2
*
Add -Wshadowed-toplevel.
...
Ludovic Courtès
2018-07-24
2
-2
/
+35
*
Fix eta-conversion edge cases in peval.
...
Mark H Weaver
2018-03-15
1
-1
/
+5
*
Avoid generating arity-adapting zero-value conts where possible
...
Andy Wingo
2017-12-01
1
-6
/
+33
*
Avoid generating arity-adapting continuations if not needed
...
Andy Wingo
2017-11-30
1
-6
/
+36
*
Use make-struct/no-tail instead of make-struct
...
Andy Wingo
2017-09-20
1
-10
/
+3
*
VM support for string-set!; slimmer read-string
...
Andy Wingo
2017-03-09
1
-1
/
+1
*
psyntax: Generate identifiers in a deterministic fashion.
...
Mark H Weaver
2017-03-07
1
-2
/
+4
*
with-dynamic-state compiler and VM support
...
Andy Wingo
2016-12-05
3
-1
/
+22
*
Move thread bindings to (ice-9 threads)
...
Andy Wingo
2016-10-23
1
-0
/
+1
*
Compiler support for atomics
...
Andy Wingo
2016-09-06
1
-2
/
+2
*
Better char<? compilation
...
Andy Wingo
2016-09-02
1
-0
/
+18
*
Add -Wmacro-use-before-definition
...
Andy Wingo
2016-06-25
2
-9
/
+72
*
Fix duplicate case in peval
...
Andy Wingo
2016-06-25
1
-1
/
+0
*
Constant-folding eq? and eqv? uses deduplication
...
Andy Wingo
2016-06-24
1
-1
/
+9
*
Fix (< 'foo) compilation
...
Andy Wingo
2016-06-21
1
-1
/
+6
*
`define!' instruction returns the variable
...
Andy Wingo
2016-06-21
1
-1
/
+4
*
Fix peval on (call-with-values foo (lambda (x) x))
...
Andy Wingo
2016-06-20
1
-4
/
+0
*
Add integer->char and char->integer opcodes
...
Andy Wingo
2016-05-04
1
-2
/
+9
*
Better CPS conversion for tests in tests
...
Andy Wingo
2016-01-03
1
-2
/
+9
*
Better partial evaluation of tests in tests
...
Andy Wingo
2016-01-03
1
-20
/
+53
*
Add logsub op.
...
Andy Wingo
2015-12-01
1
-0
/
+10
*
Add current-thread VM op
...
Andy Wingo
2015-12-01
1
-1
/
+1
*
Unbox indexes of vectors, strings, and structs
...
Andy Wingo
2015-12-01
1
-1
/
+31
*
Untag values and indexes for all bytevector instructions
...
Andy Wingo
2015-12-01
1
-2
/
+31
*
Remove add1 and sub1
...
Andy Wingo
2015-12-01
2
-23
/
+20
*
bv-f{32,64}-{ref,set!} take unboxed u64 index
...
Andy Wingo
2015-12-01
1
-8
/
+19
*
Add bv-length instruction
...
Andy Wingo
2015-12-01
1
-0
/
+7
*
Don't compile equal? to br-if-equal
...
Andy Wingo
2015-11-12
1
-0
/
+12
*
bv-{f32,f64}-{ref,set!} operate on raw f64 values
...
Andy Wingo
2015-11-11
1
-4
/
+35
*
Replace return primcalls with $values
...
Andy Wingo
2015-10-28
1
-2
/
+2
*
Wire up `guild compile -O0 foo.scm'
...
Andy Wingo
2015-10-22
1
-2
/
+6
*
Fix typo in CPS conversion.
...
Mark H Weaver
2015-10-06
1
-1
/
+1
*
Remove unused (language tree-il inline) module.
...
Andy Wingo
2015-09-17
1
-25
/
+0
*
Rename CPS2 to CPS
Andy Wingo
2015-07-22
2
-9
/
+9
*
Factor with-cps out to separate module
...
Andy Wingo
2015-06-02
1
-106
/
+1
*
Add intmap-replace!.
...
Andy Wingo
2015-06-02
1
-2
/
+1
*
Intmaps do not treat #f specially as a value
...
Andy Wingo
2015-05-20
1
-1
/
+2
*
Fix bug compiling fixpoint combinator
...
Andy Wingo
2015-05-20
1
-12
/
+10
*
Fix sub/- primcall bug
...
Andy Wingo
2015-05-20
1
-3
/
+3
*
Consolidate CPS2 above CPS in the compiler
...
Andy Wingo
2015-05-11
2
-752
/
+0
*
Adapt return arities in Tree-IL -> CPS2 conversion
...
Andy Wingo
2015-05-11
1
-17
/
+173
*
Build CPS2 with transient intmaps
...
Andy Wingo
2015-05-11
1
-2
/
+2
*
Tree-IL -> CPS2 -> CPS
...
Andy Wingo
2015-05-09
1
-4
/
+2
*
Fix convert-cps2 for "not" primcalls
...
Andy Wingo
2015-05-08
1
-1
/
+1
*
Register up cps2 compiler with language tower
...
Andy Wingo
2015-05-08
2
-3
/
+5
*
Add compiler from tree-il to cps2
...
Andy Wingo
2015-05-08
1
-0
/
+892
*
Remove "free" field of $fun
...
Andy Wingo
2015-04-01
1
-1
/
+1
*
Replace $letrec with $rec
...
Andy Wingo
2015-04-01
1
-10
/
+12
*
Remove $void CPS expression type
...
Andy Wingo
2015-03-11
1
-1
/
+1
[next]