Mercurial > repos > tabletprog
graph
-
Initial work on pattern match macrosfor the new parserFri, 22 Nov 2013 19:37:25 -0800, by Mike Pavone
-
Basic implementation of macros is now workingTue, 19 Nov 2013 22:02:11 -0800, by Mike Pavone
-
Implemented a simple interpreter to be used for macro expansion and a driver for testing itWed, 23 Oct 2013 19:10:03 -0700, by Mike Pavone
-
Some minor work on creating an IL backend based on the C backendSun, 13 Oct 2013 20:23:08 -0700, by Mike Pavone
-
Add support for the rest of the instructions currently defined in the il module in the x86 moduleWed, 28 Aug 2013 21:50:22 -0700, by Mike Pavone
-
Add code for converting IL into x86 machine codeWed, 28 Aug 2013 01:05:45 -0700, by Mike Pavone
-
Add map method to linear dictWed, 28 Aug 2013 01:05:29 -0700, by Mike Pavone
-
Don't allow assignments to module variablesWed, 28 Aug 2013 01:05:14 -0700, by Mike Pavone
-
Add a save instruction around calls if there are caller-saved registers live at call-time. Fix to2Op for skipIf and save instructions.Tue, 27 Aug 2013 23:02:19 -0700, by Mike Pavone
-
Remove some debug print expressionsTue, 27 Aug 2013 22:53:30 -0700, by Mike Pavone
-
Fix ireg upper, regSource returnAll and regSource needSaveForCall in x86 moduleTue, 27 Aug 2013 22:51:57 -0700, by Mike Pavone
-
Added string method to true and false modulesTue, 27 Aug 2013 22:50:48 -0700, by Mike Pavone
-
Add save il instruction to save callee saved registers in function prologMon, 26 Aug 2013 21:04:44 -0700, by Mike Pavone