Mercurial > repos > tabletprog
graph
-
Unify il and backend labelsSat, 25 Apr 2015 20:56:02 -0700, by Michael Pavone
-
Add null terminator to string literals in x86 module and fix a bug that interfered with use of function name labels in call instructionsSat, 25 Apr 2015 13:05:38 -0700, by Michael Pavone
-
llcompile now has Hacky support for calling C functions using dl to lookup symbols and almost has support string constantsThu, 23 Apr 2015 19:24:20 -0700, by Michael Pavone
-
Update llcompile for changes to llFun syntaxTue, 21 Apr 2015 09:00:56 -0700, by Michael Pavone
-
Remove extraneous and from x86 moduleFri, 17 Apr 2015 17:52:22 -0700, by Michael Pavone
-
Add support for simple type annotations in parser and update llhello sample with a possible new low-level dialect syntax leveraging those annotationsFri, 17 Apr 2015 17:50:47 -0700, by Michael Pavone
-
llcompile now works well enough for the a simple fib program to workThu, 16 Apr 2015 08:46:35 -0700, by Michael Pavone
-
llcompile almost working well enough for fib sampleWed, 15 Apr 2015 23:03:24 -0700, by Michael Pavone
-
Add support for setcc in x86 module. Add support for translating il skipIf:else and il bool instructions in x86 module.Wed, 15 Apr 2015 21:14:44 -0700, by Michael Pavone
-
Fix il and llcompile modules enough that it actually attempts to run the compiled programWed, 15 Apr 2015 20:08:38 -0700, by Michael Pavone
-
Move right hand parameter to cmp in _compileBinary to a temp reg if it is a constant since those are only supported in the left hand param currentlyTue, 14 Apr 2015 19:54:03 -0700, by Michael Pavone
-
Produce something resembling correct il from low level dialectMon, 13 Apr 2015 22:42:27 -0700, by Michael Pavone