aboutsummaryrefslogtreecommitdiffstats
path: root/src/compile.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-10-15Type and const correct Subst::apply.David Robillard1-1/+1
2009-10-15Remove some use of ATuple::size().David Robillard1-4/+3
2009-10-15Remove all use of ATuple::at().David Robillard1-5/+6
2009-10-15Replace more use of at(0) with head().David Robillard1-1/+1
2009-10-15Make TEnv purely a type environment.David Robillard1-3/+1
2009-10-14Remove cruft.David Robillard1-16/+1
2009-10-14Remove unnecessary cenv.compile wrapper.David Robillard1-3/+3
2009-10-13Cleanup, shrink.David Robillard1-10/+10
2009-10-08Move lifting pass to separate file.David Robillard1-59/+1
2009-10-06Fully abstract backend interface.David Robillard1-0/+8
2009-10-06Fully shared library safe backend interface.David Robillard1-2/+35
2009-10-06Split backend specific compilation functions from generic ones.David Robillard1-0/+126