log modules/il.tp @ 350:a3b06d53bcb9

age author description
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