aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-10-06C backend.David Robillard5-24/+315
2009-10-06Move llvm.cpp back to where it came from...David Robillard1-0/+0
2009-10-06Fully abstract backend interface.David Robillard4-48/+56
2009-10-06Fully shared library safe backend interface.David Robillard3-52/+71
2009-10-06Rename gc and backend files to more library appropriate names (tuplr_ prefix).David Robillard3-2/+14
2009-10-06Remove debug dump stuff.David Robillard1-3/+0
2009-10-06Move argument substitution building from LLVM backend code to generic type code.David Robillard3-37/+43
2009-10-06Remove ugly use of llEngine everywhere.David Robillard1-28/+26
2009-10-06Split backend specific compilation functions from generic ones.David Robillard4-112/+155
2009-10-06Slightly more workingey first class functions.David Robillard1-7/+19
2009-10-06Sanity check.David Robillard1-0/+2
2009-10-06Don't print the value/type of def expressions at repl.David Robillard2-2/+4
2009-07-04Parse AString.David Robillard3-1/+10
2009-07-04Eliminate AType::var().David Robillard2-3/+2
2009-07-04Tidy.David Robillard2-9/+6
2009-07-04Tidy.David Robillard2-16/+10
2009-07-04Ditch Exp type and use AST even at lex time.David Robillard7-114/+99
2009-07-04Lex to AST with AString type.David Robillard3-26/+36
2009-07-04Use raw memory instead of std::vector.David Robillard1-16/+29
2009-07-04Safer Exp.David Robillard1-19/+28
2009-07-03Hide std::vector roots of Exp.David Robillard2-15/+29
2009-07-03Tidy.David Robillard1-1/+0
2009-07-03Improved const correctness.David Robillard6-60/+95
2009-07-03Tidy.David Robillard2-11/+6
2009-07-03Remove lock stuff from TLSF.David Robillard2-23/+0
2009-07-03Avoid NULL check.David Robillard1-1/+1
2009-07-03Tidy.David Robillard1-6/+8
2009-07-03Include and use TLSF fast realtime allocator.David Robillard5-6/+782
2009-07-03Fix compilation with EXPLICIT_STACK_FRAMES.David Robillard1-2/+2
2009-06-29Tidy.David Robillard2-7/+6
2009-06-29Normalise EOF.David Robillard7-7/+0
2009-06-29More documentation fixes.David Robillard9-22/+30
2009-06-29Split code up further.David Robillard2-155/+151
2009-06-29Split code up further.David Robillard4-185/+230
2009-06-29Build compiler documentation.David Robillard9-12/+36
2009-06-28write.cpp -> pprint.cpp.David Robillard3-8/+7
2009-06-28Move code into src directory.David Robillard9-0/+2361