aboutsummaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-05ARM: Finish basic table indexing and add metamethod handlers.Mike Pall1-16/+335
2011-04-05ARM: Add assert() and type() fast functions.Mike Pall1-3/+24
2011-04-05ARM: Add pcall() and xpcall() fast functions and unwinders.Mike Pall1-6/+45
2011-04-04PPC: Minor cleanups of interpreter.Mike Pall2-208/+202
2011-04-04ARM: Add fast functions pairs()/next() and ipairs() + iterator.Mike Pall1-5/+82
2011-04-04ARM: Add tostring() fast function.Mike Pall1-1/+18
2011-04-04ARM: Add basic infrastructure for fast functions.Mike Pall1-8/+75
2011-04-04ARM: Add table indexing with string keys. Add get global.Mike Pall1-2/+58
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