| Commit message (Expand) | Author | Files | Lines |
2011-04-06 | FFI: Register the FFI library as a loaded module in luaopen_ffi(). | Mike Pall | 2 | -7/+12 |
2011-04-05 | Remove links to shootout. | Mike Pall | 1 | -2/+0 |
2011-04-05 | Fuse XLOAD/XSTORE operands more aggressively. | Mike Pall | 1 | -3/+4 |
2011-04-05 | Add FOLD rule for FLOAT->NUM->FLOAT conversions. | Mike Pall | 2 | -3/+14 |
2011-04-05 | Fix code generation for PHIs with type IRT_FLOAT. | Mike Pall | 1 | -1/+1 |
2011-04-05 | x64: Fix getmetatable(lightuserdata). | Mike Pall | 4 | -1872/+1883 |
2011-04-05 | ARM: Finish basic table indexing and add metamethod handlers. | Mike Pall | 1 | -16/+335 |
2011-04-05 | ARM: Add assert() and type() fast functions. | Mike Pall | 1 | -3/+24 |
2011-04-05 | ARM: Add pcall() and xpcall() fast functions and unwinders. | Mike Pall | 1 | -6/+45 |
2011-04-04 | PPC: Minor cleanups of interpreter. | Mike Pall | 2 | -208/+202 |
2011-04-04 | ARM: Add fast functions pairs()/next() and ipairs() + iterator. | Mike Pall | 1 | -5/+82 |
2011-04-04 | ARM: Add tostring() fast function. | Mike Pall | 1 | -1/+18 |
2011-04-04 | ARM: Add basic infrastructure for fast functions. | Mike Pall | 1 | -8/+75 |
2011-04-04 | ARM: Add table indexing with string keys. Add get global. | Mike Pall | 1 | -2/+58 |
2011-04-04 | ARM: Add table constructors. | Mike Pall | 1 | -1/+35 |
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 |