| Commit message (Expand) | Author | Files | Lines |
2011-04-04 | ARM: Add call and iterator call instructions. | Mike Pall | 1 | -6/+118 |
2011-04-04 | ARM: Add missing parts of return handling. | Mike Pall | 1 | -3/+37 |
2011-04-04 | ARM: Minor fixes and cleanups for type checks. | Mike Pall | 1 | -10/+11 |
2011-04-04 | ARM: Don't conditionalize non-opcodes in DynASM. | Mike Pall | 1 | -1/+1 |
2011-04-03 | ARM: Fix escaping of opcodes in DynASM. | Mike Pall | 1 | -2/+6 |
2011-03-30 | ARM: Add binary arithmetic instructions. | Mike Pall | 1 | -15/+155 |
2011-03-30 | ARM: Add basic loop and branch instructions. | Mike Pall | 1 | -5/+134 |
2011-03-29 | ARM: Add basic unary bytecode instructions. | Mike Pall | 1 | -10/+97 |
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 |