log modules/il.tp @ 253:697c2c562af2

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