Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2011-03-29 | ARM: Add support to call Lua functions and return from them. | Mike Pall | 1 | -3/+107 |
2011-03-29 | ARM: Add support to call C functions. | Mike Pall | 1 | -1/+29 |
2011-03-29 | ARM: Add entry and exit points into VM. Add type check macros. | Mike Pall | 1 | -10/+141 |
2011-03-29 | ARM: Add frame unwind info for assembler part. | Mike Pall | 1 | -1/+37 |
2011-03-29 | ARM: Add instruction/call decode + dispatch macros. | Mike Pall | 1 | -0/+79 |
2011-03-29 | ARM: Add register assignments, type definitions and stack layout. | Mike Pall | 2 | -7/+70 |
2011-03-28 | Avoid compiler warning. | Mike Pall | 1 | -0/+2 |
2011-03-28 | Clean up DynASM glue macros. Thanks to Josh Haberman. | Mike Pall | 2 | -17/+20 |