log modules/il.tp @ 377:93c28eee141e default tip

age author description
Sat, 25 Apr 2015 20:56:02 -0700 Michael Pavone Unify il and backend labels
Thu, 23 Apr 2015 19:24:20 -0700 Michael Pavone llcompile now has Hacky support for calling C functions using dl to lookup symbols and almost has support string constants
Wed, 15 Apr 2015 23:03:24 -0700 Michael Pavone llcompile almost working well enough for fib sample
Wed, 15 Apr 2015 20:08:38 -0700 Michael Pavone Fix il and llcompile modules enough that it actually attempts to run the compiled program
Mon, 13 Apr 2015 22:42:27 -0700 Michael Pavone Produce something resembling correct il from low level dialect
Fri, 10 Apr 2015 01:19:46 -0700 Michael Pavone Make il and x86 modules cope with dict hash instead of dict linear for the program definition
Fri, 10 Apr 2015 00:48:42 -0700 Michael Pavone Get sample builtin to il module working again
Sat, 14 Mar 2015 12:10:51 -0700 Michael Pavone WIP native compiler work
Fri, 01 Aug 2014 18:56:39 -0700 Michael Pavone WIP compiler module for low-level dialect
Wed, 28 Aug 2013 01:05:45 -0700 Mike Pavone Add code for converting IL into x86 machine code
Tue, 27 Aug 2013 23:02:19 -0700 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.
Mon, 26 Aug 2013 21:04:44 -0700 Mike Pavone Add save il instruction to save callee saved registers in function prolog
Mon, 26 Aug 2013 20:42:20 -0700 Mike Pavone Apply register assignments in il module
Mon, 26 Aug 2013 19:53:16 -0700 Mike Pavone Mostly complete register allocation in il module with a register source in the x86 module
Mon, 26 Aug 2013 18:23:05 -0700 Mike Pavone Determine live ranges for logical registers as part of initial work on register allocator
Sun, 25 Aug 2013 14:45:00 -0700 Mike Pavone Initial work on IL module