summaryrefslogtreecommitdiff
path: root/module/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* build: Really build srfi/srfi-71.scm....Ludovic Courtès2018-07-011-1/+2
* Fix sort, sort! for arrays with nonzero lower bound...Daniel Llorens2017-10-311-0/+1
* Add sandboxed evaluation facility...Andy Wingo2017-04-181-0/+1
* Plumbing changes to rename "syntax-module"...Andy Wingo2017-03-281-0/+2
* Add handle-interrupts inst and compiler pass...Andy Wingo2016-11-161-0/+1
* Add atomic boxes...Andy Wingo2016-09-061-0/+1
* Add file descriptor finalizers...Andy Wingo2016-08-301-0/+1
* Add meta/build-env...Andy Wingo2016-07-101-1/+1
* Update port documentation, rename sports to suspendable ports...Andy Wingo2016-06-091-1/+1
* Add (ice-9 textual-ports)...Andy Wingo2016-06-081-0/+1
* Add (ice-9 sports) module...Andy Wingo2016-05-131-0/+1
* Load port bindings in separate (ice-9 ports) module...Andy Wingo2016-04-151-0/+1
* Add new pass to specialize "add" into "fadd" where possible...Andy Wingo2015-11-111-0/+1
* Use a bootstrapped -O0 compiler to compile the -O2 Guile...Andy Wingo2015-10-231-310/+263
* Remove unused (language tree-il inline) module....Andy Wingo2015-09-171-1/+0
* Loop peeling...Andy Wingo2015-07-271-0/+1
* Rotate comparisons down to loop back-edges...Andy Wingo2015-07-241-0/+1
* Loop-invariant code motion...Andy Wingo2015-07-241-0/+1
* Factor out compute-effects/elide-type-checks from dce.scm...Andy Wingo2015-07-241-0/+1
* Rename CPS2 to CPSAndy Wingo2015-07-221-30/+27
* Remove CPS1 language...Andy Wingo2015-07-221-9/+1
* Slot allocation and bytecode compilation from CPS2....Andy Wingo2015-07-221-0/+2
* Reify primitives in CPS2...Andy Wingo2015-07-161-1/+1
* Remove CPS optimization passes and closure conversion...Andy Wingo2015-07-161-14/+0
* Add CPS2 closure conversion module...Andy Wingo2015-07-141-1/+2
* Add split-rec pass...Andy Wingo2015-06-071-0/+1
* Tweaks to bootstrap build order...Andy Wingo2015-06-051-3/+3
* Add CPS2 verification pass...Andy Wingo2015-06-051-0/+1
* Port self-references pass to CPS2...Andy Wingo2015-06-051-0/+1
* Port type-fold to CPS2...Andy Wingo2015-06-031-0/+1
* Port CSE to CPS2...Andy Wingo2015-06-031-0/+1
* Port prune-bailouts pass to CPS2...Andy Wingo2015-06-021-0/+1
* Port elide-values pass to CPS2...Andy Wingo2015-06-021-0/+1
* Port specialize-primcalls pass to CPS2...Andy Wingo2015-06-021-0/+1
* Port inline-constructors pass to CPS2...Andy Wingo2015-06-021-0/+1
* Factor with-cps out to separate module...Andy Wingo2015-06-021-1/+2
* Port contification pass to CPS2....Andy Wingo2015-06-021-0/+1
* Port prune-top-level-scopes pass to CPS2...Andy Wingo2015-06-021-0/+1
* Port type inference module to CPS2...Andy Wingo2015-06-021-0/+1
* Port dead code elimination (DCE) pass to CPS2...Andy Wingo2015-05-201-0/+1
* Port effects analysis to CPS2...Andy Wingo2015-05-201-0/+1
* Add optimization pass over CPS2...Andy Wingo2015-05-121-1/+2
* Consolidate CPS2 above CPS in the compiler...Andy Wingo2015-05-111-2/+0
* Register up cps2 compiler with language tower...Andy Wingo2015-05-081-0/+1
* Add compiler from tree-il to cps2...Andy Wingo2015-05-081-0/+1
* Beginnings of CPS2 language....Andy Wingo2015-05-081-0/+7
* Add "cps2" experiment...Andy Wingo2015-04-081-0/+1
* Fold (oop goops util) into (oop goops)...Andy Wingo2015-01-231-1/+0
* Fold GOOPS compile and dispatch modules into main GOOPS module...Andy Wingo2015-01-231-3/+1
* Merge commit '8cf2a7ba7432d68b9a055d29f18117be70375af9'Andy Wingo2015-01-221-0/+1
|\