Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: Add basic loop and branch instructions. | Mike Pall | 2011-03-30 | 1 | -5/+134 |
* | ARM: Add basic unary bytecode instructions. | Mike Pall | 2011-03-29 | 1 | -10/+97 |
* | ARM: Add support to call Lua functions and return from them. | Mike Pall | 2011-03-29 | 1 | -3/+107 |
* | ARM: Add support to call C functions. | Mike Pall | 2011-03-29 | 1 | -1/+29 |
* | ARM: Add entry and exit points into VM. Add type check macros. | Mike Pall | 2011-03-29 | 1 | -10/+141 |
* | ARM: Add frame unwind info for assembler part. | Mike Pall | 2011-03-29 | 1 | -1/+37 |
* | ARM: Add instruction/call decode + dispatch macros. | Mike Pall | 2011-03-29 | 1 | -0/+79 |
* | ARM: Add register assignments, type definitions and stack layout. | Mike Pall | 2011-03-29 | 1 | -0/+64 |
* | ARM: Add skeleton for ARM interpreter. | Mike Pall | 2011-03-26 | 1 | -0/+866 |