summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-06-17Call the binary oortSøren Sandmann Pedersen1-2/+2
2012-06-15Move levels to its own passSøren Sandmann Pedersen1-0/+1
The optimizer needs to know the embeddeng level of the various definitions. Previously, this was computed in the offsets pass, but if the optimizer removes unused variables, the offsets could change. The levels must be computed before optimizations, but offsets must be computers. So split levels to its own pass that runs before the optimizer.
2012-06-14formattingSøren Sandmann Pedersen1-21/+21
2012-06-14Some refactoringSøren Sandmann Pedersen1-0/+1
2012-06-14Move debug spew to its own fileSøren Sandmann Pedersen1-0/+1
2011-03-24Consolidate the three loop types into one ast node.Søren Sandmann Pedersen1-0/+1
This required the ability to jump into the middle of a loop - otherwise "do/while" couldn't be expressed as a regular while loop.
2011-03-23Move constant-expression marking to a separate phase.Søren Sandmann Pedersen1-0/+1
2011-03-21Beginning of new initialized checkSøren Sandmann Pedersen1-0/+1
beginning of new initialization check
2010-11-17Add a MakefileSøren Sandmann Pedersen1-0/+33