aboutsummaryrefslogtreecommitdiffstats
path: root/llvm.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-06-20Garbage collection of code-allocated stack frames.David Robillard1-15/+26
2009-06-19Remove crufty cons/car/cdr implementation that doesn't work anyway.David Robillard1-88/+0
2009-06-19Add quick kludgey test suite.David Robillard1-2/+3
2009-06-19Work towards garbage collection and explicitly managed stack frames.David Robillard1-19/+82
2009-06-19Factor out memory/GC related things from AST to Object.David Robillard1-4/+4
2009-06-19Primitive garbage collector for AST nodes.David Robillard1-16/+38
2009-06-18Rearrange Error order.David Robillard1-12/+12
2009-06-18Make source location mandatory parameter for Error.David Robillard1-9/+9
2009-06-18THROW_IF macro.David Robillard1-5/+5
2009-06-18Strip trailing whitespace.David Robillard1-15/+15
2009-03-31Fix polymorphic functions (somewhat).David Robillard1-6/+4
2009-03-15Fix functions with several expressions in their body.David Robillard1-8/+9
2009-03-15Fix REPL variable addressing.David Robillard1-3/+5
2009-03-15Let LLVM generate names.David Robillard1-1/+1
2009-03-15Remove stupid maybeLookup function.David Robillard1-21/+8
2009-03-15Abstract away (and prettify/shrink) dynamic_cast of AST objects.David Robillard1-10/+9
2009-03-15Set name of closures so defined functions are emitted with meaningful names.David Robillard1-0/+3
2009-03-15Redundant check.David Robillard1-2/+0
2009-03-15Remove duplicated code.David Robillard1-50/+25
2009-03-15Remove unnecessary code.David Robillard1-13/+0
2009-03-15Clean up ATuple, AType, Exp.David Robillard1-5/+5
2009-03-15Fix comparison operations with booleans.David Robillard1-15/+15
2009-03-15Fix polymorphism.David Robillard1-10/+15
2009-03-15Merge 'code' and 'type' environments.David Robillard1-3/+3
2009-03-15Make TEnv strictly keyed by ASymbol.David Robillard1-17/+6
2009-03-15Tidy.David Robillard1-3/+2
2009-03-15Fix polymorphism when evaluation files.David Robillard1-7/+4
2009-03-15Fix recursion.David Robillard1-70/+88
2009-03-14Lexical addressing, work towards true parametric polymorphism.David Robillard1-54/+125
2009-03-12Remove useless Log class.David Robillard1-10/+9
2009-03-12Consistent opaque backend types.David Robillard1-42/+55
2009-03-12Encapsulate more types.David Robillard1-4/+3
2009-03-12More OOey (and smaller) parser design.David Robillard1-2/+2
2009-03-10More super important world changing kind of stuff.David Robillard1-4/+4
2009-03-07Shorter and more consistent names (AST -> A).David Robillard1-30/+30
2009-03-07Remove redundant/useless ASTCall::expDavid Robillard1-5/+5
2009-03-07Consistent external forms.David Robillard1-2/+2
2009-03-07Stream based serialisation of AST nodes (can write arbitrarily large expressi...David Robillard1-2/+2
2009-03-07Ensure only CEnv can call compile function directly (fix recursive functions).David Robillard1-1/+1
2009-03-07Make out and error streams fields of CEnv instead of static globals.David Robillard1-10/+10
2009-03-07Tidy.David Robillard1-13/+1
2009-03-07Oops.David Robillard1-4/+4
2009-03-07Fancy varargs AType constructor.David Robillard1-3/+3
2009-03-07Typing improvements.David Robillard1-23/+34
2009-03-07Fancy error reporting for type errors, among other things.David Robillard1-13/+18
2009-03-06Remove low level type stuff completely from core code (let the backend deal w...David Robillard1-39/+34
2009-03-06Cleanup and de-llvm-ify primitive stuff.David Robillard1-86/+35
2009-03-06AType::type() -> AType::ctype().David Robillard1-60/+59
2009-03-06Tidy.David Robillard1-0/+661