summaryrefslogtreecommitdiff
path: root/MLKLLVMCompiler.mm
Commit message (Expand)AuthorAgeFilesLines
* LLVM compiler: Have %LAMBDA forms return closures rather than function pointers.Matthias Andreas Benkard2008-08-121-5/+37
* LLVM compiler: Fix Objective-C message passing support.Matthias Andreas Benkard2008-08-121-71/+63
* LLVM compiler: Implement Objective-C message sending.Matthias Andreas Benkard2008-08-111-13/+125
* Fix various errors in the compiler and semantic analyser.Matthias Andreas Benkard2008-08-111-11/+15
* LLVM compiler: Support empty PROGN forms.Matthias Andreas Benkard2008-08-111-0/+3
* LLVM compiler: Support %LAMBDA, PROGN, %LOOP, lexical variables, and function...Matthias Andreas Benkard2008-08-111-5/+196
* Update Xcode project.Matthias Benkard2008-08-101-9/+9
* Modularise the compiler.Matthias Andreas Benkard2008-08-101-13/+22
* Beginnings of a compiler.Matthias Andreas Benkard2008-08-091-0/+92