index
:
mulk/toilet
master
An ANSI Common Lisp compiler using LLVM.
Matthias Benkard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MLKForm.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
MLKForm class cluster: Add missing pieces of declaration handling.
Matthias Andreas Benkard
2008-08-25
1
-2
/
+28
*
MLKForm class cluster: Add missing pieces of memory management.
Matthias Andreas Benkard
2008-08-25
1
-0
/
+14
*
MLKForm class cluster: Add appropriate -dealloc methods.
Matthias Andreas Benkard
2008-08-25
1
-2
/
+167
*
MLKMultipleValueCallForm: Make _functionForm an MLKForm instead of an id.
Matthias Andreas Benkard
2008-08-24
1
-1
/
+3
*
MLKMacroCallForm: Handle macro functions returning no values more gracefully.
Matthias Andreas Benkard
2008-08-24
1
-5
/
+13
*
MLKLetForm: Support atomic variable binding forms.
Matthias Andreas Benkard
2008-08-24
1
-1
/
+12
*
Promote special operator EVAL to an intrinsic function.
Matthias Benkard
2008-08-24
1
-1
/
+0
*
MLKInterpretedClosure: Adapt to the new interpreter.
Matthias Benkard
2008-08-24
1
-0
/
+6
*
Refactor the interpreter so as to build upon the MLKForm class cluster.
Matthias Benkard
2008-08-24
1
-5
/
+5
*
Add a couple of disabled debugging messages.
Matthias Andreas Benkard
2008-08-18
1
-0
/
+1
*
Promote special operator APPLY to an intrinsic function.
Matthias Andreas Benkard
2008-08-18
1
-2
/
+1
*
MLKForm class cluster: Fix various memory management errors.
Matthias Andreas Benkard
2008-08-18
1
-18
/
+19
*
Replace special operator %DEFMACRO with intrinsic function %MACROSET.
Matthias Andreas Benkard
2008-08-18
1
-26
/
+0
*
Promote special operators SET and %FSET to intrinsics.
Matthias Andreas Benkard
2008-08-17
1
-36
/
+0
*
MLKForm class cluster: Fix SETQ and FSETQ (statement order in -complete method).
Matthias Andreas Benkard
2008-08-17
1
-4
/
+6
*
MLKForm class cluster: Fix handling of fixnums.
Matthias Andreas Benkard
2008-08-17
1
-2
/
+2
*
MLKForm class cluster: Add a couple of accessors to forms that are only proce...
Matthias Andreas Benkard
2008-08-17
1
-0
/
+26
*
MLKFunctionCallForm: Process arguments as forms.
Matthias Andreas Benkard
2008-08-16
1
-1
/
+14
*
LLVM compiler: Have %LAMBDA forms return closures rather than function pointers.
Matthias Andreas Benkard
2008-08-12
1
-1
/
+1
*
Fix various errors in the compiler and semantic analyser.
Matthias Andreas Benkard
2008-08-11
1
-5
/
+7
*
LLVM compiler: Support %LAMBDA, PROGN, %LOOP, lexical variables, and function...
Matthias Andreas Benkard
2008-08-11
1
-1
/
+1
*
MLKForm: Add method -subforms.
Matthias Benkard
2008-08-11
1
-2
/
+97
*
MLKForm class cluster: Implement declaration and docstring handling.
Matthias Benkard
2008-08-11
1
-28
/
+132
*
Implement most of the MLKForm class cluster.
Matthias Benkard
2008-08-11
1
-0
/
+387
*
MLKForm class cluster: Add instance variables.
Matthias Andreas Benkard
2008-08-10
1
-0
/
+33
*
Add missing class stubs.
Matthias Benkard
2008-08-10
1
-1
/
+93
*
Add class cluster MLKForm.
Matthias Andreas Benkard
2008-08-10
1
-0
/
+209