summaryrefslogtreecommitdiff
path: root/module/language/tree-il/spec.scm
Commit message (Expand)AuthorAgeFilesLines
* Change -O1 compiler to use baseline and also resolve primitivesAndy Wingo2020-06-011-1/+1
* Whoops, fix bug in tree-il choose-compilerAndy Wingo2020-05-121-1/+1
* Delay loading CPS unless CPS compiler usedAndy Wingo2020-05-121-7/+5
* Wire up the baseline compiler to -O0Andy Wingo2020-05-081-6/+16
* Define new "lowering" phase in compilerAndy Wingo2020-05-081-0/+2
* Add language-specific analysis pass to compiler infrastructureAndy Wingo2020-05-081-0/+2
* Rename CPS2 to CPSAndy Wingo2015-07-221-3/+3
* Consolidate CPS2 above CPS in the compilerAndy Wingo2015-05-111-1/+0
* Tree-IL -> CPS2 -> CPSAndy Wingo2015-05-091-4/+2
* Register up cps2 compiler with language towerAndy Wingo2015-05-081-1/+3
* Remove tree-il->glil compilerAndy Wingo2013-11-081-4/+1
* Default to compiling to RTLAndy Wingo2013-10-311-2/+2
* (compile foo #:to 'cps)Andy Wingo2013-08-311-1/+3
* Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2013-01-311-1/+2
|\
| * Add 'for-humans?' flag to <language> specifications.Mark H Weaver2013-01-271-1/+2
* | Fix typo in (language tree-il spec).Ludovic Courtès2011-07-071-1/+1
* | sequence of expressions -> seq of head and tailAndy Wingo2011-06-021-2/+4
|/
* remove `version' field from <language>Andy Wingo2010-05-021-2/+1
* fix brainfuck for new tree-il, and add testsAndy Wingo2009-10-231-1/+5
* language-readers receive environment as an argAndy Wingo2009-10-161-1/+1
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-14/+13
* more work on tree-il compilationAndy Wingo2009-05-081-11/+2
* new language: tree-il. psyntax generates it when run in compile mode.Andy Wingo2009-05-071-0/+52