index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
share
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
compiler: optimizations in cond and if.
Kaz Kylheku
2018-03-23
1
-34
/
+58
*
compiler: last cond case: don't jmp to end.
Kaz Kylheku
2018-03-23
1
-5
/
+11
*
vm: change encoding of getv, setv and related.
Kaz Kylheku
2018-03-23
1
-6
/
+6
*
compiler: streamline tree-case
Kaz Kylheku
2018-03-23
1
-20
/
+9
*
compiler: bug: dynamic var assignment.
Kaz Kylheku
2018-03-23
1
-1
/
+1
*
compiler: implement tree-case.
Kaz Kylheku
2018-03-22
1
-0
/
+52
*
compiler: implement tree-bind special op.
Kaz Kylheku
2018-03-22
1
-0
/
+134
*
compiler: implement return-from and return.
Kaz Kylheku
2018-03-22
1
-0
/
+18
*
compiler: sys:setq bug: wrong way mov.
Kaz Kylheku
2018-03-22
1
-1
/
+1
*
new special op sys:upenv
Kaz Kylheku
2018-03-21
1
-0
/
+1
*
compiler: append-each: bugfix for non-lists.
Kaz Kylheku
2018-03-21
1
-1
/
+1
*
compiler: let* bugfix: not extending env.
Kaz Kylheku
2018-03-21
1
-2
/
+8
*
compiler: disallow duplicate symbols in same env.
Kaz Kylheku
2018-03-21
1
-3
/
+16
*
compiler: handle sys:each-op special form.
Kaz Kylheku
2018-03-21
1
-0
/
+21
*
compiler: handle special forms and or.
Kaz Kylheku
2018-03-20
1
-0
/
+27
*
compiler: handle dohash special form
Kaz Kylheku
2018-03-20
1
-0
/
+12
*
compiler: lambda bug: wrong reg in defaulting.
Kaz Kylheku
2018-03-20
1
-1
/
+1
*
compiler: improve progn.
Kaz Kylheku
2018-03-20
1
-6
/
+15
*
compiler: bugfix: arg passing in progn dispatch.
Kaz Kylheku
2018-03-20
1
-1
/
+1
*
compiler: let bugfix: wrong output register designated.
Kaz Kylheku
2018-03-20
1
-1
/
+1
*
compiler: factor recurring conditional mov.
Kaz Kylheku
2018-03-20
1
-29
/
+19
*
compiler: handle if special form
Kaz Kylheku
2018-03-20
1
-0
/
+52
*
compiler: handle cond special form.
Kaz Kylheku
2018-03-20
1
-0
/
+54
*
compiler: dump warnings from form expansion.
Kaz Kylheku
2018-03-19
1
-1
/
+3
*
vm: bug: vm-desc created with incorrect display depth.
Kaz Kylheku
2018-03-19
1
-3
/
+3
*
vm: variadic arg closures bug 3/3.
Kaz Kylheku
2018-03-19
1
-1
/
+1
*
compiler: bug: inappropriate clobber in block.
Kaz Kylheku
2018-03-19
1
-2
/
+2
*
compiler: bug: nil entered into data tab by block.
Kaz Kylheku
2018-03-19
1
-1
/
+1
*
compiler: use VM's function table for global calls.
Kaz Kylheku
2018-03-19
1
-4
/
+23
*
asm: return original object from disassemble function.
Kaz Kylheku
2018-03-19
1
-1
/
+2
*
compiler: bug: lambda body uses inappropriate output reg.
Kaz Kylheku
2018-03-19
1
-3
/
+5
*
compiler: bugfix: misused assoc in function lookup.
Kaz Kylheku
2018-03-19
1
-1
/
+1
*
vm: function table for faster calls.
Kaz Kylheku
2018-03-18
2
-3
/
+36
*
compiler: change in output register protocol.
Kaz Kylheku
2018-03-18
1
-108
/
+107
*
compiler: use mac-param-bind
Kaz Kylheku
2018-03-17
1
-15
/
+15
*
compiler: replace invalid compound form message.
Kaz Kylheku
2018-03-17
1
-1
/
+1
*
compile-toplevel: expand with warnings.
Kaz Kylheku
2018-03-17
1
-1
/
+1
*
compiler: compile string quasiliterals.
Kaz Kylheku
2018-03-17
1
-0
/
+84
*
compiler: closure bug: (dframe ...) without (end ...).
Kaz Kylheku
2018-03-16
1
-0
/
+2
*
compiler: fix wrong, undersized frame size in closure.
Kaz Kylheku
2018-03-16
1
-3
/
+3
*
Adding compiler.
Kaz Kylheku
2018-03-16
1
-0
/
+402
*
asm: add copyright header.
Kaz Kylheku
2018-03-16
1
-0
/
+26
*
asm: close opcode checks no of registers.
Kaz Kylheku
2018-03-15
1
-0
/
+2
*
asm/vm: add ifq and ifql instructions.
Kaz Kylheku
2018-03-15
1
-0
/
+17
*
push can safely use alet rather than rlet.
Kaz Kylheku
2018-03-14
1
-1
/
+1
*
asm: block and catch need dest op constraint.
Kaz Kylheku
2018-03-14
1
-2
/
+2
*
asm: wrong labels-outside-of-code test.
Kaz Kylheku
2018-03-14
1
-1
/
+1
*
asm: bugfix: correct value of (v x y) operands.
Kaz Kylheku
2018-03-14
1
-1
/
+1
*
higher level disassemble function.
Kaz Kylheku
2018-03-13
1
-2
/
+18
*
asm: no package qualifiers in textual disassembly.
Kaz Kylheku
2018-03-13
1
-1
/
+1
[prev]
[next]