| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ARM: Misc. fixes for interpreter. | Mike Pall | 2011-04-10 | 1 | -1/+2 |
* | ARM: Add string.* fast functions and GC steps. | Mike Pall | 2011-04-10 | 1 | -13/+159 |
* | ARM: Add rawget() fast function. | Mike Pall | 2011-04-10 | 1 | -1/+11 |
* | Use lj_vm_tobit() on targets without FPU. | Mike Pall | 2011-04-10 | 3 | -3/+12 |
* | ARM: Add bit.* fast functions and lj_vm_tobit(). | Mike Pall | 2011-04-10 | 1 | -15/+81 |
* | ARM: Misc. fixes for interpreter. | Mike Pall | 2011-04-08 | 2 | -28/+45 |
* | ARM: Add BC_CAT and lj_cont_cat. | Mike Pall | 2011-04-08 | 1 | -3/+35 |
* | ARM: Add missing metamethod handlers and continuations. | Mike Pall | 2011-04-08 | 1 | -11/+84 |
* | ARM: Add tailcall instructions. | Mike Pall | 2011-04-08 | 1 | -2/+53 |
* | ARM: Add table.getn() fast function. | Mike Pall | 2011-04-08 | 1 | -1/+5 |
* | ARM: Add upvalue get/set and closure-related instructions. | Mike Pall | 2011-04-08 | 1 | -7/+115 |
* | ARM: Add test/copy and comparison instructions. | Mike Pall | 2011-04-08 | 1 | -6/+207 |
* | ARM: Add math.* fast functions. | Mike Pall | 2011-04-08 | 1 | -19/+95 |
* | ARM: Add getmetatable(), setmetatable() and tonumber() fast functions. | Mike Pall | 2011-04-08 | 1 | -4/+58 |
* | ARM: Handle stack growth during function calls. | Mike Pall | 2011-04-08 | 1 | -2/+21 |
* | ARM: Add build rules (still disabled). | Mike Pall | 2011-04-07 | 1 | -0/+7 |
* | FFI: Register the FFI library as a loaded module in luaopen_ffi(). | Mike Pall | 2011-04-06 | 2 | -7/+12 |
* | Fuse XLOAD/XSTORE operands more aggressively. | Mike Pall | 2011-04-05 | 1 | -3/+4 |
* | Add FOLD rule for FLOAT->NUM->FLOAT conversions. | Mike Pall | 2011-04-05 | 2 | -3/+14 |
* | Fix code generation for PHIs with type IRT_FLOAT. | Mike Pall | 2011-04-05 | 1 | -1/+1 |
* | x64: Fix getmetatable(lightuserdata). | Mike Pall | 2011-04-05 | 4 | -1872/+1883 |
* | ARM: Finish basic table indexing and add metamethod handlers. | Mike Pall | 2011-04-05 | 1 | -16/+335 |
* | ARM: Add assert() and type() fast functions. | Mike Pall | 2011-04-05 | 1 | -3/+24 |
* | ARM: Add pcall() and xpcall() fast functions and unwinders. | Mike Pall | 2011-04-05 | 1 | -6/+45 |
* | PPC: Minor cleanups of interpreter. | Mike Pall | 2011-04-04 | 2 | -208/+202 |
* | ARM: Add fast functions pairs()/next() and ipairs() + iterator. | Mike Pall | 2011-04-04 | 1 | -5/+82 |
* | ARM: Add tostring() fast function. | Mike Pall | 2011-04-04 | 1 | -1/+18 |
* | ARM: Add basic infrastructure for fast functions. | Mike Pall | 2011-04-04 | 1 | -8/+75 |
* | ARM: Add table indexing with string keys. Add get global. | Mike Pall | 2011-04-04 | 1 | -2/+58 |
* | ARM: Add table constructors. | Mike Pall | 2011-04-04 | 1 | -1/+35 |
* | ARM: Add call and iterator call instructions. | Mike Pall | 2011-04-04 | 1 | -6/+118 |
* | ARM: Add missing parts of return handling. | Mike Pall | 2011-04-04 | 1 | -3/+37 |
* | ARM: Minor fixes and cleanups for type checks. | Mike Pall | 2011-04-04 | 1 | -10/+11 |
* | ARM: Add binary arithmetic instructions. | Mike Pall | 2011-03-30 | 1 | -15/+155 |
* | 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 | 2 | -7/+70 |
* | Avoid compiler warning. | Mike Pall | 2011-03-28 | 1 | -0/+2 |
* | Clean up DynASM glue macros. Thanks to Josh Haberman. | Mike Pall | 2011-03-28 | 1 | -14/+0 |
* | ARM: Add skeleton for ARM interpreter. | Mike Pall | 2011-03-26 | 1 | -0/+866 |
* | ARM: Add support for ARM relocations to buildvm. | Mike Pall | 2011-03-26 | 1 | -2/+12 |
* | DUALNUM: Fix narrowing of unary minus. | Mike Pall | 2011-03-19 | 1 | -7/+8 |
* | Fix data-flow analysis for BC_ITERC. | Mike Pall | 2011-03-19 | 1 | -1/+2 |
* | x64: Use external unwinding for lua_yield(). | Mike Pall | 2011-03-18 | 2 | -11/+18 |
* | FFI: Fix marking of ffi.gc() finalizer table. | Mike Pall | 2011-03-17 | 1 | -1/+1 |