summaryrefslogtreecommitdiffstats
path: root/stdlib/compiler.tl
Commit message (Expand)AuthorAgeFilesLines
* compiler: compress symbol tables also.Kaz Kylheku2023-07-261-22/+46
* compiler: compact D registers.Kaz Kylheku2023-07-251-11/+33
* compiler: code formatting.Kaz Kylheku2023-07-251-3/+3
* compiler: move material into constfun.tlKaz Kylheku2023-07-151-30/+0
* compiler: constant folding in optimizer.Kaz Kylheku2023-07-151-4/+18
* compiler: more logging regarding compiled files.Kaz Kylheku2023-06-051-12/+23
* compiler: new compiler option log-levelKaz Kylheku2023-06-041-3/+15
* compiler: new function, clean-file.Kaz Kylheku2023-06-041-0/+16
* bug: compile-file can put out nil, confusing load.Kaz Kylheku2023-06-031-1/+1
* compiler: fbind/lbind: elide unnecessary frames.Kaz Kylheku2023-05-241-9/+15
* with-compile-options: reimplement using compiler-letKaz Kylheku2023-05-161-12/+14
* New special operator: compiler-letKaz Kylheku2023-05-161-0/+10
* New special operator: progvKaz Kylheku2023-05-151-0/+27
* compiler: spelling error in diagnostic.Kaz Kylheku2023-05-121-1/+1
* compiler: multiple issues in macro-parameter forms.Kaz Kylheku2023-05-051-24/+18
* compiler: bugfix: lingering funarg eval order issue.Kaz Kylheku2023-04-171-3/+1
* compiler: better handling for mutated locals in funargs.Kaz Kylheku2023-04-171-20/+49
* compiler: bugfix: eval order of variables.Kaz Kylheku2023-04-081-2/+2
* compiler: discard wrongheaded discards.Kaz Kylheku2023-04-081-55/+41
* compiler: iterate on level 4-5 optimizations.Kaz Kylheku2023-04-071-9/+8
* compiler: optimization improvementsKaz Kylheku2023-04-071-4/+11
* compiler/doc: document compiler-opts and enable unused warningKaz Kylheku2023-03-231-2/+4
* compiler: dohash: source location propagationKaz Kylheku2023-03-221-8/+10
* compiler: forward source location for defun and defmacroKaz Kylheku2023-03-221-11/+15
* lib: switch from use function to ignore functionKaz Kylheku2023-03-211-5/+4
* compiler: recognize ignore and use functionsKaz Kylheku2023-03-211-2/+9
* compiler: fix remaining unused variable warningsKaz Kylheku2023-03-211-66/+69
* Allow t symbol in macro parameter lists.Kaz Kylheku2023-03-211-19/+24
* compiler: fix unused variable situationsKaz Kylheku2023-03-201-34/+28
* compiler: recognize t as synonym for :warn.Kaz Kylheku2023-03-201-1/+1
* compiler: source-loc propagation in tree-bind, lambdaKaz Kylheku2023-03-201-88/+93
* compiler: implement unused warningKaz Kylheku2023-03-201-7/+19
* compiler: compiler options mechanism.Kaz Kylheku2023-03-201-3/+60
* Copyright year bump 2023.Kaz Kylheku2023-01-011-1/+1
* compiler: runaway recursion in constant folding call.Kaz Kylheku2022-11-261-1/+4
* compiler: optimizations in catch.Kaz Kylheku2022-10-271-46/+63
* compiler: bug: bad basic-block merge across end insn.Kaz Kylheku2022-09-151-1/+1
* compiler: bug: scoping of lambda optionals.Kaz Kylheku2022-09-151-17/+15
* compiler: eliminate rename-var hack.Kaz Kylheku2022-09-151-13/+6
* compiler: unbundle v-reg allocation from env extensionKaz Kylheku2022-09-151-6/+10
* compiler: eliminate uses of cdar.Kaz Kylheku2022-09-141-7/+9
* compile-file: distinguish nonexistence errors.Kaz Kylheku2022-07-211-8/+10
* compile-file: revise hash bang treatment.Kaz Kylheku2022-07-211-5/+11
* compiler: try unsuffixed path before adding .tlKaz Kylheku2022-07-211-2/+2
* compiler: package-manipulating top-level forms bug.Kaz Kylheku2022-03-311-1/+2
* New function: isecp.Kaz Kylheku2022-03-301-2/+2
* stdlib: missing blank line after copyright header.Kaz Kylheku2022-01-301-0/+1
* compiler: optimize some typep expressions.Kaz Kylheku2022-01-211-0/+12
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* compiler: fix broken (compile '(lambda ...)).Kaz Kylheku2021-12-141-15/+17