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

age author description
Sun, 26 Apr 2015 11:16:14 -0700 Michael Pavone Support labels in non-branch instructions. String literals now work and so does the llhello sample
Sat, 25 Apr 2015 20:56:02 -0700 Michael Pavone Unify il and backend labels
Sat, 25 Apr 2015 13:05:38 -0700 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 instructions
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
Fri, 17 Apr 2015 17:52:22 -0700 Michael Pavone Remove extraneous and from x86 module
Thu, 16 Apr 2015 08:46:35 -0700 Michael Pavone llcompile now works well enough for the a simple fib program to work
Wed, 15 Apr 2015 21:14:44 -0700 Michael Pavone Add support for setcc in x86 module. Add support for translating il skipIf:else and il bool instructions in x86 module.
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
Wed, 28 Aug 2013 21:50:22 -0700 Mike Pavone Add support for the rest of the instructions currently defined in the il module in the x86 module
Wed, 28 Aug 2013 01:05:45 -0700 Mike Pavone Add code for converting IL into x86 machine code
Tue, 27 Aug 2013 22:53:30 -0700 Mike Pavone Remove some debug print expressions
Tue, 27 Aug 2013 22:51:57 -0700 Mike Pavone Fix ireg upper, regSource returnAll and regSource needSaveForCall in x86 module
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
Sat, 24 Aug 2013 19:03:18 -0700 Mike Pavone Fix a few bugs in the x86 module and add jcc, push and pop instructions
Sat, 24 Aug 2013 16:21:42 -0700 Mike Pavone Add call instruction to x86 module
Sat, 24 Aug 2013 15:08:00 -0700 Mike Pavone Add support for jmps and labels in x86 module
Sat, 24 Aug 2013 09:56:29 -0700 Mike Pavone A bunch of fixes in x86 instruction encoding
Thu, 22 Aug 2013 15:12:15 -0700 Mike Pavone Small refactor in x86 module. Added a few more instructions.
Wed, 21 Aug 2013 08:00:57 -0700 Mike Pavone Initial work on x86 instruction encoding module