summaryrefslogtreecommitdiff
path: root/module/language/glil.scm
Commit message (Expand)AuthorAgeFilesLines
* remove all mentions of "external" from the compiler and related codeAndy Wingo2009-07-231-36/+9
* compile lexical variable access and closure creation to the new opsAndy Wingo2009-07-231-3/+8
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-14/+13
* tree-il -> glil compiler works now, at least in initial testsAndy Wingo2009-05-151-7/+0
* it is alive!!!!! + concision + fix to compile-ghilAndy Wingo2009-04-241-1/+1
* be smarter about allocating local variables, reusing slots if possibleAndy Wingo2009-02-211-3/+3
* propagate much more source info through compilationAndy Wingo2009-02-101-4/+4
* static opcodes; refactor program/objcode division; use new assembly pipelineAndy Wingo2009-01-291-3/+20
* rename <glil-asm> to <glil-program>Andy Wingo2009-01-111-8/+8
* remove useless <glil-vars> helper type, serialize GHIL more strictlyAndy Wingo2009-01-111-16/+8
* (language ghil def) becomes (language ghil)Andy Wingo2009-01-081-0/+158