summaryrefslogtreecommitdiff
path: root/module/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2022-02-01Rework bootstrap to be reproducibleAndy Wingo1-397/+8
2021-11-15Add new pass to optimize away return value count checksAndy Wingo1-0/+1
2021-10-01Add CPS pretty-printerAndy Wingo1-0/+1
2021-05-11Add support for recording inlinable module exportsAndy Wingo1-0/+1
2021-05-11Add pass to resolve free toplevel references in declarative modulesAndy Wingo1-0/+1
2021-04-27Add ice-9/read.scm to extra_distAndy Wingo1-0/+1
2021-04-21New pass: elide-arity-checksAndy Wingo1-0/+1
2021-03-03Read-in-scheme replaces boot "read" definitionAndy Wingo1-2/+1
2021-02-13Add "read" implementation in SchemeAndy Wingo1-0/+1
2021-02-03Replace libltdl with raw dlopen, dlsymAndy Wingo1-2/+2
2020-09-10Move copy-tree to (ice-9 copy-tree); deprecate main bindingAndy Wingo1-0/+1
2020-08-12Add new pass to optimize branch chains to table dispatchAndy Wingo1-0/+1
2020-05-13Another minor module compile order tweakAndy Wingo1-15/+15
2020-05-13Minor module/Makefile order tweakAndy Wingo1-36/+37
2020-05-04Add baseline compilerAndy Wingo1-0/+1
2020-05-04Remove unused (language tree-il canonicalize)Andy Wingo1-1/+0
2020-03-25Add SRFI-171 to guileLinus Björnstam1-0/+3
2020-01-15Add eta-expansion pass after pevalAndy Wingo1-0/+1
2020-01-12Support R7RS define-libraryAndy Wingo1-2/+3
2019-11-16Add initial implementation of R7RS modulesAndy Wingo1-0/+17
2019-11-03Add (ice-9 exceptions) moduleAndy Wingo1-0/+1
2019-10-21Remove (ice-9 channel)Andy Wingo1-1/+0
2019-08-18Add letrectify tree-il passAndy Wingo1-0/+1
2019-08-13Split graph utilities out of (language cps utils)Andy Wingo1-2/+2
2018-08-07Merge branch 'master' into lightningAndy Wingo1-0/+1
2018-08-07build: Really build srfi/srfi-71.scm.Ludovic Courtès1-0/+1
2018-07-29Emit instrument-loop in loops.Andy Wingo1-1/+1
2018-01-05Add (system base optimize) moduleAndy Wingo1-0/+1
2018-01-03$throw is a new kind of CPS termAndy Wingo1-2/+1
2017-12-27Remove inline-constructors passAndy Wingo1-1/+0
2017-12-27Inline "elide-values" optimization into CPS conversionAndy Wingo1-1/+0
2017-12-27Refactor lowering of Tree-IL primcalls to CPSAndy Wingo1-1/+1
2017-11-29Merge until e0bcda4ad940c4e15679cc2b229838b33acdd36c from stable-2.2Andy Wingo1-0/+1
2017-11-24Add integer devirtualization pass.Andy Wingo1-0/+1
2017-10-31Fix sort, sort! for arrays with nonzero lower boundDaniel Llorens1-0/+1
2017-10-25Add (system base types internal).Andy Wingo1-1/+2
2017-05-22Remove all deprecated codeAndy Wingo1-3/+0
2017-04-18Add sandboxed evaluation facilityAndy Wingo1-0/+1
2017-03-28Plumbing changes to rename "syntax-module"Andy Wingo1-0/+2
2016-11-16Add handle-interrupts inst and compiler passAndy Wingo1-0/+1
2016-09-06Add atomic boxesAndy Wingo1-0/+1
2016-08-30Add file descriptor finalizersAndy Wingo1-0/+1
2016-07-10Add meta/build-envAndy Wingo1-1/+1
2016-06-09Update port documentation, rename sports to suspendable portsAndy Wingo1-1/+1
2016-06-08Add (ice-9 textual-ports)Andy Wingo1-0/+1
2016-05-13Add (ice-9 sports) moduleAndy Wingo1-0/+1
2016-04-15Load port bindings in separate (ice-9 ports) moduleAndy Wingo1-0/+1
2015-11-11Add new pass to specialize "add" into "fadd" where possibleAndy Wingo1-0/+1
2015-10-23Use a bootstrapped -O0 compiler to compile the -O2 GuileAndy Wingo1-310/+263
2015-09-17Remove unused (language tree-il inline) module.Andy Wingo1-1/+0