aboutsummaryrefslogtreecommitdiffstats
path: root/llvm.cpp
AgeCommit message (Expand)AuthorFilesLines
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