aboutsummaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-04ARM: Add table constructors.Mike Pall1-1/+35
2011-04-04ARM: Add call and iterator call instructions.Mike Pall1-6/+118
2011-04-04ARM: Add missing parts of return handling.Mike Pall1-3/+37
2011-04-04ARM: Minor fixes and cleanups for type checks.Mike Pall1-10/+11
2011-04-04ARM: Don't conditionalize non-opcodes in DynASM.Mike Pall1-1/+1
2011-04-03ARM: Fix escaping of opcodes in DynASM.Mike Pall1-2/+6
2011-03-30ARM: Add binary arithmetic instructions.Mike Pall1-15/+155
2011-03-30ARM: Add basic loop and branch instructions.Mike Pall1-5/+134
2011-03-29ARM: Add basic unary bytecode instructions.Mike Pall1-10/+97
2011-03-29ARM: Add support to call Lua functions and return from them.Mike Pall1-3/+107
2011-03-29ARM: Add support to call C functions.Mike Pall1-1/+29
2011-03-29ARM: Add entry and exit points into VM. Add type check macros.Mike Pall1-10/+141
2011-03-29ARM: Add frame unwind info for assembler part.Mike Pall1-1/+37
2011-03-29ARM: Add instruction/call decode + dispatch macros.Mike Pall1-0/+79
2011-03-29ARM: Add register assignments, type definitions and stack layout.Mike Pall2-7/+70
2011-03-28Avoid compiler warning.Mike Pall1-0/+2
2011-03-28Clean up DynASM glue macros. Thanks to Josh Haberman.Mike Pall2-17/+20