summaryrefslogtreecommitdiff
path: root/module/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Rework bootstrap to be reproducibleAndy Wingo2022-02-011-397/+8
* Add new pass to optimize away return value count checksAndy Wingo2021-11-151-0/+1
* Add CPS pretty-printerAndy Wingo2021-10-011-0/+1
* Add support for recording inlinable module exportsAndy Wingo2021-05-111-0/+1
* Add pass to resolve free toplevel references in declarative modulesAndy Wingo2021-05-111-0/+1
* Add ice-9/read.scm to extra_distAndy Wingo2021-04-271-0/+1
* New pass: elide-arity-checksAndy Wingo2021-04-211-0/+1
* Read-in-scheme replaces boot "read" definitionAndy Wingo2021-03-031-2/+1
* Add "read" implementation in SchemeAndy Wingo2021-02-131-0/+1
* Replace libltdl with raw dlopen, dlsymAndy Wingo2021-02-031-2/+2
* Move copy-tree to (ice-9 copy-tree); deprecate main bindingAndy Wingo2020-09-101-0/+1
* Add new pass to optimize branch chains to table dispatchAndy Wingo2020-08-121-0/+1
* Another minor module compile order tweakAndy Wingo2020-05-131-15/+15
* Minor module/Makefile order tweakAndy Wingo2020-05-131-36/+37
* Add baseline compilerAndy Wingo2020-05-041-0/+1
* Remove unused (language tree-il canonicalize)Andy Wingo2020-05-041-1/+0
* Add SRFI-171 to guileLinus Björnstam2020-03-251-0/+3
* Add eta-expansion pass after pevalAndy Wingo2020-01-151-0/+1
* Support R7RS define-libraryAndy Wingo2020-01-121-2/+3
* Add initial implementation of R7RS modulesAndy Wingo2019-11-161-0/+17
* Add (ice-9 exceptions) moduleAndy Wingo2019-11-031-0/+1
* Remove (ice-9 channel)Andy Wingo2019-10-211-1/+0
* Add letrectify tree-il passAndy Wingo2019-08-181-0/+1
* Split graph utilities out of (language cps utils)Andy Wingo2019-08-131-2/+2
* Merge branch 'master' into lightningAndy Wingo2018-08-071-0/+1
|\
| * build: Really build srfi/srfi-71.scm.Ludovic Courtès2018-08-071-0/+1
* | Emit instrument-loop in loops.Andy Wingo2018-07-291-1/+1
|/
* Add (system base optimize) moduleAndy Wingo2018-01-051-0/+1
* $throw is a new kind of CPS termAndy Wingo2018-01-031-2/+1
* Remove inline-constructors passAndy Wingo2017-12-271-1/+0
* Inline "elide-values" optimization into CPS conversionAndy Wingo2017-12-271-1/+0
* Refactor lowering of Tree-IL primcalls to CPSAndy Wingo2017-12-271-1/+1
* Merge until e0bcda4ad940c4e15679cc2b229838b33acdd36c from stable-2.2Andy Wingo2017-11-291-0/+1
|\
| * Fix sort, sort! for arrays with nonzero lower boundDaniel Llorens2017-10-311-0/+1
* | Add integer devirtualization pass.Andy Wingo2017-11-241-0/+1
* | Add (system base types internal).Andy Wingo2017-10-251-1/+2
* | Remove all deprecated codeAndy Wingo2017-05-221-3/+0
|/
* Add sandboxed evaluation facilityAndy Wingo2017-04-181-0/+1
* Plumbing changes to rename "syntax-module"Andy Wingo2017-03-281-0/+2
* Add handle-interrupts inst and compiler passAndy Wingo2016-11-161-0/+1
* Add atomic boxesAndy Wingo2016-09-061-0/+1
* Add file descriptor finalizersAndy Wingo2016-08-301-0/+1
* Add meta/build-envAndy Wingo2016-07-101-1/+1
* Update port documentation, rename sports to suspendable portsAndy Wingo2016-06-091-1/+1
* Add (ice-9 textual-ports)Andy Wingo2016-06-081-0/+1
* Add (ice-9 sports) moduleAndy Wingo2016-05-131-0/+1
* Load port bindings in separate (ice-9 ports) moduleAndy Wingo2016-04-151-0/+1
* Add new pass to specialize "add" into "fadd" where possibleAndy Wingo2015-11-111-0/+1
* Use a bootstrapped -O0 compiler to compile the -O2 GuileAndy Wingo2015-10-231-310/+263
* Remove unused (language tree-il inline) module.Andy Wingo2015-09-171-1/+0