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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
doc: pattern matching: revise, take out of beta.
Kaz Kylheku
2021-03-15
1
-67
/
+140
*
doc: formally document meta-syntax.
Kaz Kylheku
2021-03-15
1
-7
/
+84
*
cat-str: seq_iter conversion,
Kaz Kylheku
2021-03-14
2
-13
/
+30
*
lib: fix neglect to use self variable.
Kaz Kylheku
2021-03-14
5
-31
/
+33
*
doc: rewrite macro intro.
Kaz Kylheku
2021-03-12
1
-20
/
+31
*
doc: mistaken reference to command-get
Kaz Kylheku
2021-03-12
1
-1
/
+1
*
lib: fix hard-coded cat-str in diagnostic.
Kaz Kylheku
2021-03-12
1
-2
/
+2
*
Version 254
txr-254
Kaz Kylheku
2021-03-10
6
-1231
/
+1262
*
compiler: eliminate unused global symbol accesses.
Kaz Kylheku
2021-03-10
1
-1
/
+1
*
compiler: use effect-free criterion for elimination.
Kaz Kylheku
2021-03-10
2
-1
/
+25
*
compiler: more const-foldable functions.
Kaz Kylheku
2021-03-10
1
-6
/
+7
*
compiler: eliminate unused closures.
Kaz Kylheku
2021-03-10
1
-1
/
+10
*
compiler: eliminate dead calls.
Kaz Kylheku
2021-03-10
2
-74
/
+98
*
sort: bugfix: broken for vectors/strings.
Kaz Kylheku
2021-03-10
1
-1
/
+2
*
lib: new functions join, join-with.
Kaz Kylheku
2021-03-09
5
-17
/
+85
*
compiler: optimization control.
Kaz Kylheku
2021-03-08
4
-107
/
+188
*
Version 253
txr-253
Kaz Kylheku
2021-03-06
6
-297
/
+337
*
hashing: bug: hash-equal zero: floats and bignums.
Kaz Kylheku
2021-03-05
1
-2
/
+2
*
compiler: streamline load-time hoisting of calls.
Kaz Kylheku
2021-03-04
1
-17
/
+23
*
compiler: bug: duplicate code in load-time lifting.
Kaz Kylheku
2021-03-04
1
-5
/
+22
*
compiler: frame depth bug in load-time.
Kaz Kylheku
2021-03-04
1
-6
/
+3
*
math: defend against locale decimal separator.
Kaz Kylheku
2021-03-04
1
-0
/
+14
*
lib: defend against locale-specific wcstod.
Kaz Kylheku
2021-03-04
3
-3
/
+54
*
compiler: another late-peephole pattern.
Kaz Kylheku
2021-03-03
1
-0
/
+21
*
compiler: new late-peephole pass.
Kaz Kylheku
2021-03-03
1
-1
/
+16
*
compiler: lift uslot and umethod forms too.
Kaz Kylheku
2021-03-03
1
-1
/
+1
*
lib: remove unnecessary load-time forms.
Kaz Kylheku
2021-03-03
2
-10
/
+9
*
compiler: lift functional expressions to load-time.
Kaz Kylheku
2021-03-03
1
-0
/
+17
*
compiler: merge duplicate jump blocks.
Kaz Kylheku
2021-03-02
2
-0
/
+26
*
compiler: basic-block print method for debugging.
Kaz Kylheku
2021-03-02
1
-1
/
+10
*
compiler: optimize annoying instruction sequence.
Kaz Kylheku
2021-03-02
1
-1
/
+18
*
compiler: mistake in (if (equal ...) ..) pattern.
Kaz Kylheku
2021-03-02
1
-1
/
+1
*
compiler: move short end sequences before branch.
Kaz Kylheku
2021-03-02
1
-0
/
+8
*
compiler: new peephole cases: if over d reg.
Kaz Kylheku
2021-03-02
1
-0
/
+6
*
compiler: fix use of nil instead of (t 0).
Kaz Kylheku
2021-03-02
2
-2
/
+2
*
compiler: unmatchable pattern in jump threading.
Kaz Kylheku
2021-03-02
1
-1
/
+1
*
compiler: reorder optimization passes.
Kaz Kylheku
2021-03-02
1
-2
/
+2
*
compiler: join blocks after dead code elimination.
Kaz Kylheku
2021-03-02
1
-4
/
+33
*
compiler: eliminate label indirection in optimizer.
Kaz Kylheku
2021-03-02
1
-71
/
+65
*
configure: remove yacc_is_newer_bison.
Kaz Kylheku
2021-03-01
1
-3
/
+0
*
build: cautiously allow parallel builds.
Kaz Kylheku
2021-03-01
2
-4
/
+27
*
Version 252
txr-252
Kaz Kylheku
2021-02-28
7
-322
/
+401
*
compiler: avoid invalid if d-reg optimization.
Kaz Kylheku
2021-02-28
2
-3
/
+7
*
copy-file: get rid of package.
Kaz Kylheku
2021-02-28
1
-10
/
+1
*
compiler: bug sys:setqf registering free variable.
Kaz Kylheku
2021-02-28
1
-2
/
+2
*
compiler: eliminate jumps to following instruction.
Kaz Kylheku
2021-02-27
1
-1
/
+11
*
compiler: optimize useless if to jmp.
Kaz Kylheku
2021-02-27
1
-0
/
+2
*
compiler: add dead code elimination pass.
Kaz Kylheku
2021-02-27
2
-0
/
+19
*
compiler: improve register removal optimization.
Kaz Kylheku
2021-02-27
2
-20
/
+17
*
list-builder: methods return object.
Kaz Kylheku
2021-02-26
2
-15
/
+31
[prev]
[next]