summaryrefslogtreecommitdiff
path: root/module/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2015-07-27Loop peelingAndy Wingo1-0/+1
2015-07-24Rotate comparisons down to loop back-edgesAndy Wingo1-0/+1
2015-07-24Loop-invariant code motionAndy Wingo1-0/+1
2015-07-24Factor out compute-effects/elide-type-checks from dce.scmAndy Wingo1-0/+1
2015-07-22Rename CPS2 to CPSAndy Wingo1-30/+27
2015-07-22Remove CPS1 languageAndy Wingo1-9/+1
2015-07-22Slot allocation and bytecode compilation from CPS2.Andy Wingo1-0/+2
2015-07-16Reify primitives in CPS2Andy Wingo1-1/+1
2015-07-16Remove CPS optimization passes and closure conversionAndy Wingo1-14/+0
2015-07-14Add CPS2 closure conversion moduleAndy Wingo1-1/+2
2015-06-07Add split-rec passAndy Wingo1-0/+1
2015-06-05Tweaks to bootstrap build orderAndy Wingo1-3/+3
2015-06-05Add CPS2 verification passAndy Wingo1-0/+1
2015-06-05Port self-references pass to CPS2Andy Wingo1-0/+1
2015-06-03Port type-fold to CPS2Andy Wingo1-0/+1
2015-06-03Port CSE to CPS2Andy Wingo1-0/+1
2015-06-02Port prune-bailouts pass to CPS2Andy Wingo1-0/+1
2015-06-02Port elide-values pass to CPS2Andy Wingo1-0/+1
2015-06-02Port specialize-primcalls pass to CPS2Andy Wingo1-0/+1
2015-06-02Port inline-constructors pass to CPS2Andy Wingo1-0/+1
2015-06-02Factor with-cps out to separate moduleAndy Wingo1-1/+2
2015-06-02Port contification pass to CPS2.Andy Wingo1-0/+1
2015-06-02Port prune-top-level-scopes pass to CPS2Andy Wingo1-0/+1
2015-06-02Port type inference module to CPS2Andy Wingo1-0/+1
2015-05-20Port dead code elimination (DCE) pass to CPS2Andy Wingo1-0/+1
2015-05-20Port effects analysis to CPS2Andy Wingo1-0/+1
2015-05-12Add optimization pass over CPS2Andy Wingo1-1/+2
2015-05-11Consolidate CPS2 above CPS in the compilerAndy Wingo1-2/+0
2015-05-08Register up cps2 compiler with language towerAndy Wingo1-0/+1
2015-05-08Add compiler from tree-il to cps2Andy Wingo1-0/+1
2015-05-08Beginnings of CPS2 language.Andy Wingo1-0/+7
2015-04-08Add "cps2" experimentAndy Wingo1-0/+1
2015-01-23Fold (oop goops util) into (oop goops)Andy Wingo1-1/+0
2015-01-23Fold GOOPS compile and dispatch modules into main GOOPS moduleAndy Wingo1-3/+1
2015-01-22Merge commit '8cf2a7ba7432d68b9a055d29f18117be70375af9'Andy Wingo1-0/+1
2014-12-02Implement SRFI 28: Basic Format Strings.Chris Jester-Young1-0/+1
2014-09-30Merge branch 'stable-2.0'Mark H Weaver1-13/+4
2014-09-29Add (ice-9 unicode) moduleAndy Wingo1-1/+2
2014-09-12Add (ice-9 unicode) moduleAndy Wingo1-1/+2
2014-07-03Unconditionally build and test the ice-9/popen module.Eli Zaretskii1-13/+4
2014-06-29Remove namesets.Andy Wingo1-1/+0
2014-06-29New module (language cps intmap)Andy Wingo1-0/+1
2014-06-29New module: (language cps intset)Andy Wingo1-0/+1
2014-06-22Rewrite type inference pass to use namesetsAndy Wingo1-4/+3
2014-06-22New module: (language cps nameset)Andy Wingo1-0/+1
2014-05-15Compile language/cps/types.scm earlyAndy Wingo1-9/+12
2014-05-15Type and range inference for CPSAndy Wingo1-0/+2
2014-04-28Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-0/+1
2014-04-28New foreign object facility, to replace SMOBsAndy Wingo1-0/+1
2014-04-25Merge branch 'stable-2.0'v2.1.0Mark H Weaver1-1/+3